Configuration and behavior changes in recent versions
masterThe following configuration and behavior changes were introduced in version 5.1.0 and later:
Deployment Target
- Minimum Deployment Target: The default
minDeploymentTargetin thePodfileis bumped to10.0(as of version 5.1.0).
WebView Configuration
- UIWebView Disabling: An optional compile-time decision has been added to allow disabling
UIWebView(introduced in 5.1.0).
Orientation
- Orientation Pre-filling: The system no longer pre-fills the
orientationsetting (introduced in recent versions). - Deprecated Methods: Deprecated
orientationmethods have been removed.
Bundle Identifier
- Bundle ID: The
bundleidis now only set to the main app target.