Skip to content

Tags: mindbody/MBDebugPanel

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(Feature)|Add support for SwiftPM (#8)

This adds support for SwiftPM 5.3 while also maintaining existing support for Carthage / CocoaPods:
- Source files have been restructured to follow Swift Package guidelines
- Headers have been isolated in order to specify a `publicHeadersPath`. This includes `_Private` and `_Protected` headers, which don't really provide much benefit to begin with
- `NSBundle` resolution attempts to access the generated `SWIFTPM_MODULE_BUNDLE` if it exists, which is necessary for projects that link the target via SwiftPM

0.2.3

Toggle 0.2.3's commit message
(Maint)|Add Carthage support (#6)

* Add Carthage support

- Add shared scheme and an iOS framework target to make this a
framework consumable by Carthage
- Fix broken workspace & project
- Fix broken MBDebugPanelDemo target
- Remove internal cocoapod dependency for itself (for Demo target)
- Fix all build issues
- Reorganize file structure some & remove some stagnant files

* Add 'presentViewController:animated:completion' to public class method declarations

* Cleanup

- Add -setTitle: to MBDebugPanel
- Remove plist files for nonexistent frameworks
- xCode autocorrected some project warnings

0.2.2

Toggle 0.2.2's commit message
Merge pull request #4 from fvasc/bugfix/access-resources-when-loading…

…-pod-as-framework

point to framework bundle

0.2.1

Toggle 0.2.1's commit message
Update Podspec

0.2.0

Toggle 0.2.0's commit message
v0.2.0 Bug fix to simple 'switch' component

0.1.1

Toggle 0.1.1's commit message
Update podspec

0.1.0

Toggle 0.1.0's commit message
linting issues