diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2018-11-15 09:35:41 -0500 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2018-11-15 13:08:32 -0500 |
commit | 555c434a7d64ad7de9907bb0f0baf8f6cca685f9 (patch) | |
tree | 0e73d69a47d1bf856656955514a5caa4a73a4ddd /GTMiPhone.xcodeproj/project.xcworkspace | |
parent | 2d1c003f0c124182e5ceb549574a53aa9bf6c5d7 (diff) |
Project modernization.
- Create shared scheme to use.
- Let Xcode (9.4.1) update the project files and add some warnings.
- Remove -finalize (GC days are gone)
- Add some more pragmas to compile cleanly.
- The iOS targets had a mix of 7.0 and 8.0 min versions, so make them
all 8.
Diffstat (limited to 'GTMiPhone.xcodeproj/project.xcworkspace')
-rw-r--r-- | GTMiPhone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/GTMiPhone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/GTMiPhone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/GTMiPhone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>IDEDidComputeMac32BitWarning</key> + <true/> +</dict> +</plist> |