-
Notifications
You must be signed in to change notification settings - Fork 141
Flagship 8
Brett Weissbart edited this page Jan 14, 2020
·
3 revisions
Flagship 8 changes the Podfile in the template iOS project to use the new CocoaPods CDN. This will alleviate slowness and timeouts when updating the pod registry, as it was pulling from Github directly which had to rate-limit requests due to high bandwidth usage. You can read more about this change in the CocoaPods blog.
This has been versioned as a breaking change in Flagship because an up-to-date version of the CocoaPods gem is required to utilize the new CDN. The minimum version required for this update is 1.7.2. Developers of Flagship apps will need to check their CocoaPods version in order to init iOS projects, and CI environments will need to be up-to-date as well.
Getting Started
- Flagship Technical Introduction
- Setting up Your Development Environment
- Getting Started with Flagship
- Creating a Flagship App
How To
- Running Flagship Apps
- Managing Environments
- Creating App Icons
- Creating Launch Screens
- Signing Your Apps
- Using React Native Permissions v2
- Using SSL Certificate Pinning
- Initializing Multiple Xcode Targets
Major Releases