|
110 | 110 | E50C79B31E4CFDE9008ECCEB /* Sources */, |
111 | 111 | E50C79B41E4CFDE9008ECCEB /* Frameworks */, |
112 | 112 | E50C79B51E4CFDE9008ECCEB /* Resources */, |
113 | | - 28A75331A0C85740FDE2CED3 /* [CP] Embed Pods Frameworks */, |
114 | 113 | 4F509B224617E63E3CDDFD01 /* [CP] Copy Pods Resources */, |
115 | 114 | ); |
116 | 115 | buildRules = ( |
|
135 | 134 | E50C79B61E4CFDE9008ECCEB = { |
136 | 135 | CreatedOnToolsVersion = 8.2.1; |
137 | 136 | DevelopmentTeam = DWAWMA8UAE; |
| 137 | + LastSwiftMigration = 1020; |
138 | 138 | ProvisioningStyle = Automatic; |
139 | 139 | }; |
140 | 140 | }; |
|
144 | 144 | developmentRegion = English; |
145 | 145 | hasScannedForEncodings = 0; |
146 | 146 | knownRegions = ( |
| 147 | + English, |
147 | 148 | en, |
148 | 149 | Base, |
149 | 150 | ); |
|
171 | 172 | /* End PBXResourcesBuildPhase section */ |
172 | 173 |
|
173 | 174 | /* Begin PBXShellScriptBuildPhase section */ |
174 | | - 28A75331A0C85740FDE2CED3 /* [CP] Embed Pods Frameworks */ = { |
175 | | - isa = PBXShellScriptBuildPhase; |
176 | | - buildActionMask = 2147483647; |
177 | | - files = ( |
178 | | - ); |
179 | | - inputPaths = ( |
180 | | - ); |
181 | | - name = "[CP] Embed Pods Frameworks"; |
182 | | - outputPaths = ( |
183 | | - ); |
184 | | - runOnlyForDeploymentPostprocessing = 0; |
185 | | - shellPath = /bin/sh; |
186 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-current-place-on-map/Pods-current-place-on-map-frameworks.sh\"\n"; |
187 | | - showEnvVarsInLog = 0; |
188 | | - }; |
189 | 175 | 3EB66CC43E56F620340CDDC2 /* [CP] Check Pods Manifest.lock */ = { |
190 | 176 | isa = PBXShellScriptBuildPhase; |
191 | 177 | buildActionMask = 2147483647; |
192 | 178 | files = ( |
193 | 179 | ); |
194 | 180 | inputPaths = ( |
| 181 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 182 | + "${PODS_ROOT}/Manifest.lock", |
195 | 183 | ); |
196 | 184 | name = "[CP] Check Pods Manifest.lock"; |
197 | 185 | outputPaths = ( |
| 186 | + "$(DERIVED_FILE_DIR)/Pods-current-place-on-map-checkManifestLockResult.txt", |
198 | 187 | ); |
199 | 188 | runOnlyForDeploymentPostprocessing = 0; |
200 | 189 | shellPath = /bin/sh; |
201 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 190 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
202 | 191 | showEnvVarsInLog = 0; |
203 | 192 | }; |
204 | 193 | 4F509B224617E63E3CDDFD01 /* [CP] Copy Pods Resources */ = { |
|
207 | 196 | files = ( |
208 | 197 | ); |
209 | 198 | inputPaths = ( |
| 199 | + "${PODS_ROOT}/Target Support Files/Pods-current-place-on-map/Pods-current-place-on-map-resources.sh", |
| 200 | + "${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle", |
| 201 | + "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle", |
210 | 202 | ); |
211 | 203 | name = "[CP] Copy Pods Resources"; |
212 | 204 | outputPaths = ( |
| 205 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle", |
| 206 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle", |
213 | 207 | ); |
214 | 208 | runOnlyForDeploymentPostprocessing = 0; |
215 | 209 | shellPath = /bin/sh; |
216 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-current-place-on-map/Pods-current-place-on-map-resources.sh\"\n"; |
| 210 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-current-place-on-map/Pods-current-place-on-map-resources.sh\"\n"; |
217 | 211 | showEnvVarsInLog = 0; |
218 | 212 | }; |
219 | 213 | /* End PBXShellScriptBuildPhase section */ |
|
354 | 348 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
355 | 349 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.examples.current-place-on-map"; |
356 | 350 | PRODUCT_NAME = "$(TARGET_NAME)"; |
357 | | - SWIFT_VERSION = 3.0; |
| 351 | + SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
| 352 | + SWIFT_VERSION = 5.0; |
358 | 353 | }; |
359 | 354 | name = Debug; |
360 | 355 | }; |
|
368 | 363 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
369 | 364 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.examples.current-place-on-map"; |
370 | 365 | PRODUCT_NAME = "$(TARGET_NAME)"; |
371 | | - SWIFT_VERSION = 3.0; |
| 366 | + SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
| 367 | + SWIFT_VERSION = 5.0; |
372 | 368 | }; |
373 | 369 | name = Release; |
374 | 370 | }; |
|
0 commit comments