|
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 12 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; |
13 | 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
| 14 | + D5766D8D8D1E70B623804AD4 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | | -/* Begin PBXContainerItemProxy section */ |
17 | | - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { |
18 | | - isa = PBXContainerItemProxy; |
19 | | - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; |
20 | | - proxyType = 1; |
21 | | - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; |
22 | | - remoteInfo = SparkyFitnessMobile; |
23 | | - }; |
24 | | -/* End PBXContainerItemProxy section */ |
25 | | - |
26 | 17 | /* Begin PBXFileReference section */ |
27 | | - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
28 | 18 | 13B07F961A680F5B00A75B9A /* SparkyFitnessMobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SparkyFitnessMobile.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | 19 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SparkyFitnessMobile/Images.xcassets; sourceTree = "<group>"; }; |
30 | 20 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SparkyFitnessMobile/Info.plist; sourceTree = "<group>"; }; |
31 | 21 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = SparkyFitnessMobile/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
| 22 | + 17D102262ED90CE4009AB798 /* SparkyFitnessMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SparkyFitnessMobile.entitlements; path = SparkyFitnessMobile/SparkyFitnessMobile.entitlements; sourceTree = "<group>"; }; |
32 | 23 | 3B4392A12AC88292D35C810B /* Pods-SparkyFitnessMobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SparkyFitnessMobile.debug.xcconfig"; path = "Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile.debug.xcconfig"; sourceTree = "<group>"; }; |
33 | 24 | 5709B34CF0A7D63546082F79 /* Pods-SparkyFitnessMobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SparkyFitnessMobile.release.xcconfig"; path = "Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile.release.xcconfig"; sourceTree = "<group>"; }; |
34 | 25 | 5DCACB8F33CDC322A6C60F78 /* libPods-SparkyFitnessMobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SparkyFitnessMobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
49 | 40 | /* End PBXFrameworksBuildPhase section */ |
50 | 41 |
|
51 | 42 | /* Begin PBXGroup section */ |
52 | | - 00E356F01AD99517003FC87E /* Supporting Files */ = { |
53 | | - isa = PBXGroup; |
54 | | - children = ( |
55 | | - 00E356F11AD99517003FC87E /* Info.plist */, |
56 | | - ); |
57 | | - name = "Supporting Files"; |
58 | | - sourceTree = "<group>"; |
59 | | - }; |
60 | 43 | 13B07FAE1A68108700A75B9A /* SparkyFitnessMobile */ = { |
61 | 44 | isa = PBXGroup; |
62 | 45 | children = ( |
| 46 | + 17D102262ED90CE4009AB798 /* SparkyFitnessMobile.entitlements */, |
63 | 47 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
64 | 48 | 761780EC2CA45674006654EE /* AppDelegate.swift */, |
65 | 49 | 13B07FB61A68108700A75B9A /* Info.plist */, |
|
172 | 156 | /* End PBXProject section */ |
173 | 157 |
|
174 | 158 | /* Begin PBXResourcesBuildPhase section */ |
175 | | - 00E356EC1AD99517003FC87E /* Resources */ = { |
176 | | - isa = PBXResourcesBuildPhase; |
177 | | - buildActionMask = 2147483647; |
178 | | - files = ( |
179 | | - ); |
180 | | - runOnlyForDeploymentPostprocessing = 0; |
181 | | - }; |
182 | 159 | 13B07F8E1A680F5B00A75B9A /* Resources */ = { |
183 | 160 | isa = PBXResourcesBuildPhase; |
184 | 161 | buildActionMask = 2147483647; |
185 | 162 | files = ( |
186 | 163 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
187 | 164 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
| 165 | + D5766D8D8D1E70B623804AD4 /* PrivacyInfo.xcprivacy in Resources */, |
188 | 166 | ); |
189 | 167 | runOnlyForDeploymentPostprocessing = 0; |
190 | 168 | }; |
|
215 | 193 | inputFileListPaths = ( |
216 | 194 | "${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
217 | 195 | ); |
| 196 | + inputPaths = ( |
| 197 | + ); |
218 | 198 | name = "[CP] Embed Pods Frameworks"; |
219 | 199 | outputFileListPaths = ( |
220 | 200 | "${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
221 | 201 | ); |
| 202 | + outputPaths = ( |
| 203 | + ); |
222 | 204 | runOnlyForDeploymentPostprocessing = 0; |
223 | 205 | shellPath = /bin/sh; |
224 | 206 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-frameworks.sh\"\n"; |
|
254 | 236 | inputFileListPaths = ( |
255 | 237 | "${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-resources-${CONFIGURATION}-input-files.xcfilelist", |
256 | 238 | ); |
| 239 | + inputPaths = ( |
| 240 | + ); |
257 | 241 | name = "[CP] Copy Pods Resources"; |
258 | 242 | outputFileListPaths = ( |
259 | 243 | "${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-resources-${CONFIGURATION}-output-files.xcfilelist", |
260 | 244 | ); |
| 245 | + outputPaths = ( |
| 246 | + ); |
261 | 247 | runOnlyForDeploymentPostprocessing = 0; |
262 | 248 | shellPath = /bin/sh; |
263 | 249 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SparkyFitnessMobile/Pods-SparkyFitnessMobile-resources.sh\"\n"; |
|
276 | 262 | }; |
277 | 263 | /* End PBXSourcesBuildPhase section */ |
278 | 264 |
|
279 | | -/* Begin PBXTargetDependency section */ |
280 | | - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { |
281 | | - isa = PBXTargetDependency; |
282 | | - target = 13B07F861A680F5B00A75B9A /* SparkyFitnessMobile */; |
283 | | - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; |
284 | | - }; |
285 | | -/* End PBXTargetDependency section */ |
286 | | - |
287 | 265 | /* Begin XCBuildConfiguration section */ |
288 | 266 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
289 | 267 | isa = XCBuildConfiguration; |
290 | 268 | baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-SparkyFitnessMobile.debug.xcconfig */; |
291 | 269 | buildSettings = { |
292 | 270 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
293 | 271 | CLANG_ENABLE_MODULES = YES; |
| 272 | + CODE_SIGN_ENTITLEMENTS = SparkyFitnessMobile/SparkyFitnessMobile.entitlements; |
294 | 273 | CURRENT_PROJECT_VERSION = 1; |
| 274 | + DEVELOPMENT_TEAM = KR2S32CA88; |
295 | 275 | ENABLE_BITCODE = NO; |
296 | 276 | INFOPLIST_FILE = SparkyFitnessMobile/Info.plist; |
297 | 277 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
319 | 299 | buildSettings = { |
320 | 300 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
321 | 301 | CLANG_ENABLE_MODULES = YES; |
| 302 | + CODE_SIGN_ENTITLEMENTS = SparkyFitnessMobile/SparkyFitnessMobile.entitlements; |
322 | 303 | CURRENT_PROJECT_VERSION = 1; |
| 304 | + DEVELOPMENT_TEAM = KR2S32CA88; |
323 | 305 | INFOPLIST_FILE = SparkyFitnessMobile/Info.plist; |
324 | 306 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
325 | 307 | LD_RUNPATH_SEARCH_PATHS = ( |
|
408 | 390 | "-DFOLLY_CFG_NO_COROUTINES=1", |
409 | 391 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
410 | 392 | ); |
| 393 | + OTHER_LDFLAGS = "$(inherited) "; |
| 394 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
411 | 395 | SDKROOT = iphoneos; |
| 396 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
| 397 | + USE_HERMES = true; |
412 | 398 | }; |
413 | 399 | name = Debug; |
414 | 400 | }; |
|
473 | 459 | "-DFOLLY_CFG_NO_COROUTINES=1", |
474 | 460 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
475 | 461 | ); |
| 462 | + OTHER_LDFLAGS = "$(inherited) "; |
| 463 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
476 | 464 | SDKROOT = iphoneos; |
| 465 | + USE_HERMES = true; |
477 | 466 | VALIDATE_PRODUCT = YES; |
478 | 467 | }; |
479 | 468 | name = Release; |
|
0 commit comments