forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ios build: Bump Xcode compatibility to 12.0.
Done to follow the template-app change in facebook/react-native@538446e75, on the path to the RN v0.64 upgrade. Done on Xcode "Version 12.5 (12E262)", in the GUI [1]. The commit message also mentions bumping CocoaPods to 1.10.0. Ours is already at 1.10.1 (see ios/Podfile.lock), so, nothing to do there. After making the change in the GUI, there were auto-generated changes to the project.pbxproj that looked a lot like the ones in facebook/react-native@538446e75. Then, after I did `pod install`, CocoaPods updated some of its own `PBXShellScriptBuildPhase`s (marked with `[CP]` in their names) with the `{input,output}Paths -> {input,output}FileListPaths` changes that also appear here. [1] I found a way to do this described on Stack Overflow: https://stackoverflow.com/questions/49622341/failed-to-load-project-incompatible-project-version-pop-up-appears-when-i-op. I selected "ZulipMobile" in the "Project navigator" in the left sidebar. Then, in the "File inspector" in the right sidebar, under "Project Document", I chose "Xcode 12.0-compatible" in the "Project Format" dropdown (from its previous value of "Xcode 3.2-compatible"). See a screenshot at zulip#4887 (comment).
- Loading branch information
1 parent
441e75d
commit fc6ea0e
Showing
1 changed file
with
26 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters