|
12 | 12 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
13 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
14 | 14 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
| 15 | + 2D8473532BE51B21002D299C /* noop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D8473522BE51B21002D299C /* noop.swift */; }; |
| 16 | + 2D8473582BE51E3E002D299C /* libPods-PencilKitExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D8473572BE51E3E002D299C /* libPods-PencilKitExample.a */; }; |
| 17 | + 2D8473592BE51E96002D299C /* PencilKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D8473552BE51D03002D299C /* PencilKit.framework */; }; |
15 | 18 | 7699B88040F8A987B510C191 /* libPods-PencilKitExample-PencilKitExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-PencilKitExample-PencilKitExampleTests.a */; }; |
16 | 19 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
17 | 20 | /* End PBXBuildFile section */ |
|
38 | 41 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = PencilKitExample/main.m; sourceTree = "<group>"; }; |
39 | 42 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = PencilKitExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
40 | 43 | 19F6CBCC0A4E27FBF8BF4A61 /* libPods-PencilKitExample-PencilKitExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PencilKitExample-PencilKitExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + 2D8473512BE51B21002D299C /* PencilKitExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PencilKitExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 45 | + 2D8473522BE51B21002D299C /* noop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = noop.swift; sourceTree = "<group>"; }; |
| 46 | + 2D8473552BE51D03002D299C /* PencilKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PencilKit.framework; path = System/Library/Frameworks/PencilKit.framework; sourceTree = SDKROOT; }; |
| 47 | + 2D8473572BE51E3E002D299C /* libPods-PencilKitExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-PencilKitExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 48 | 3B4392A12AC88292D35C810B /* Pods-PencilKitExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PencilKitExample.debug.xcconfig"; path = "Target Support Files/Pods-PencilKitExample/Pods-PencilKitExample.debug.xcconfig"; sourceTree = "<group>"; }; |
42 | 49 | 5709B34CF0A7D63546082F79 /* Pods-PencilKitExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PencilKitExample.release.xcconfig"; path = "Target Support Files/Pods-PencilKitExample/Pods-PencilKitExample.release.xcconfig"; sourceTree = "<group>"; }; |
43 | 50 | 5B7EB9410499542E8C5724F5 /* Pods-PencilKitExample-PencilKitExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PencilKitExample-PencilKitExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-PencilKitExample-PencilKitExampleTests/Pods-PencilKitExample-PencilKitExampleTests.debug.xcconfig"; sourceTree = "<group>"; }; |
|
60 | 67 | isa = PBXFrameworksBuildPhase; |
61 | 68 | buildActionMask = 2147483647; |
62 | 69 | files = ( |
| 70 | + 2D8473582BE51E3E002D299C /* libPods-PencilKitExample.a in Frameworks */, |
63 | 71 | 0C80B921A6F3F58F76C31292 /* libPods-PencilKitExample.a in Frameworks */, |
| 72 | + 2D8473592BE51E96002D299C /* PencilKit.framework in Frameworks */, |
64 | 73 | ); |
65 | 74 | runOnlyForDeploymentPostprocessing = 0; |
66 | 75 | }; |
|
94 | 103 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
95 | 104 | 13B07FB71A68108700A75B9A /* main.m */, |
96 | 105 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
| 106 | + 2D8473522BE51B21002D299C /* noop.swift */, |
| 107 | + 2D8473512BE51B21002D299C /* PencilKitExample-Bridging-Header.h */, |
97 | 108 | ); |
98 | 109 | name = PencilKitExample; |
99 | 110 | sourceTree = "<group>"; |
100 | 111 | }; |
101 | 112 | 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { |
102 | 113 | isa = PBXGroup; |
103 | 114 | children = ( |
| 115 | + 2D8473572BE51E3E002D299C /* libPods-PencilKitExample.a */, |
| 116 | + 2D8473552BE51D03002D299C /* PencilKit.framework */, |
104 | 117 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
105 | 118 | 5DCACB8F33CDC322A6C60F78 /* libPods-PencilKitExample.a */, |
106 | 119 | 19F6CBCC0A4E27FBF8BF4A61 /* libPods-PencilKitExample-PencilKitExampleTests.a */, |
|
208 | 221 | TestTargetID = 13B07F861A680F5B00A75B9A; |
209 | 222 | }; |
210 | 223 | 13B07F861A680F5B00A75B9A = { |
211 | | - LastSwiftMigration = 1120; |
| 224 | + LastSwiftMigration = 1530; |
212 | 225 | }; |
213 | 226 | }; |
214 | 227 | }; |
|
395 | 408 | buildActionMask = 2147483647; |
396 | 409 | files = ( |
397 | 410 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
| 411 | + 2D8473532BE51B21002D299C /* noop.swift in Sources */, |
398 | 412 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
399 | 413 | ); |
400 | 414 | runOnlyForDeploymentPostprocessing = 0; |
|
414 | 428 | isa = XCBuildConfiguration; |
415 | 429 | baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-PencilKitExample-PencilKitExampleTests.debug.xcconfig */; |
416 | 430 | buildSettings = { |
| 431 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
417 | 432 | BUNDLE_LOADER = "$(TEST_HOST)"; |
418 | 433 | GCC_PREPROCESSOR_DEFINITIONS = ( |
419 | 434 | "DEBUG=1", |
|
441 | 456 | isa = XCBuildConfiguration; |
442 | 457 | baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-PencilKitExample-PencilKitExampleTests.release.xcconfig */; |
443 | 458 | buildSettings = { |
| 459 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
444 | 460 | BUNDLE_LOADER = "$(TEST_HOST)"; |
445 | 461 | COPY_PHASE_STRIP = NO; |
446 | 462 | INFOPLIST_FILE = PencilKitExampleTests/Info.plist; |
|
470 | 486 | CURRENT_PROJECT_VERSION = 1; |
471 | 487 | ENABLE_BITCODE = NO; |
472 | 488 | INFOPLIST_FILE = PencilKitExample/Info.plist; |
| 489 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
| 490 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
473 | 491 | LD_RUNPATH_SEARCH_PATHS = ( |
474 | 492 | "$(inherited)", |
475 | 493 | "@executable_path/Frameworks", |
|
482 | 500 | ); |
483 | 501 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
484 | 502 | PRODUCT_NAME = PencilKitExample; |
| 503 | + SWIFT_OBJC_BRIDGING_HEADER = "PencilKitExample-Bridging-Header.h"; |
485 | 504 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
486 | 505 | SWIFT_VERSION = 5.0; |
487 | 506 | VERSIONING_SYSTEM = "apple-generic"; |
|
496 | 515 | CLANG_ENABLE_MODULES = YES; |
497 | 516 | CURRENT_PROJECT_VERSION = 1; |
498 | 517 | INFOPLIST_FILE = PencilKitExample/Info.plist; |
| 518 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
| 519 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
499 | 520 | LD_RUNPATH_SEARCH_PATHS = ( |
500 | 521 | "$(inherited)", |
501 | 522 | "@executable_path/Frameworks", |
|
508 | 529 | ); |
509 | 530 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
510 | 531 | PRODUCT_NAME = PencilKitExample; |
| 532 | + SWIFT_OBJC_BRIDGING_HEADER = "PencilKitExample-Bridging-Header.h"; |
511 | 533 | SWIFT_VERSION = 5.0; |
512 | 534 | VERSIONING_SYSTEM = "apple-generic"; |
513 | 535 | }; |
|
0 commit comments