Skip to content

Releases: mindbody/MBDebugPanel

Release v0.3.0

Choose a tag to compare

@johnhammerlund johnhammerlund released this 12 Nov 16:56
bb9362f
  • (Feature)|Add support for SwiftPM (#8)

MBDebugPanel v0.2.3

Choose a tag to compare

@brettwellmanmbo brettwellmanmbo released this 20 Apr 23:02

This release includes

  • Support for Carthage, a decentralized dependency manager for Cocoa

Misc

  • Exposed two internal methods for public consumption via MBDebugPanel:
/*
 Present a view controller from the DebugPanel's parent viewcontroller
 */
+ (void)presentViewController:(UIViewController *)viewControllerToPresent
                     animated:(BOOL)flag
                   completion:(void (^)(void))completion;

/*
 Expose the ability to set the DebugPanel's modal title
 */
+ (void)setTitle:(NSString*)title;

Allow pod to be used as a framework

Choose a tag to compare

@brettwellmanmbo brettwellmanmbo released this 03 Feb 19:25

We needed the logic change in 9227607 to be accessible to projects consuming this pod using the use_frameworks! option