|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 56; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
12 | 12 | 2AA44DCB28A11688001BF8F0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2AA44DCA28A11688001BF8F0 /* Assets.xcassets */; };
|
13 | 13 | 2AA44DCF28A11688001BF8F0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2AA44DCE28A11688001BF8F0 /* Preview Assets.xcassets */; };
|
14 | 14 | 2AA44DD928A116D8001BF8F0 /* iPhoneNumberField in Frameworks */ = {isa = PBXBuildFile; productRef = 2AA44DD828A116D8001BF8F0 /* iPhoneNumberField */; };
|
| 15 | + 2AD9C8152D6F21E4008B6062 /* issue118.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD9C8142D6F21E4008B6062 /* issue118.swift */; }; |
15 | 16 | /* End PBXBuildFile section */
|
16 | 17 |
|
| 18 | +/* Begin PBXContainerItemProxy section */ |
| 19 | + 2AD9C8212D6F2321008B6062 /* PBXContainerItemProxy */ = { |
| 20 | + isa = PBXContainerItemProxy; |
| 21 | + containerPortal = 2AA44DBB28A11687001BF8F0 /* Project object */; |
| 22 | + proxyType = 1; |
| 23 | + remoteGlobalIDString = 2AA44DC228A11687001BF8F0; |
| 24 | + remoteInfo = iPhoneNumberFieldDemo; |
| 25 | + }; |
| 26 | +/* End PBXContainerItemProxy section */ |
| 27 | + |
17 | 28 | /* Begin PBXFileReference section */
|
18 | 29 | 2AA44DC328A11687001BF8F0 /* iPhoneNumberFieldDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iPhoneNumberFieldDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 30 | 2AA44DC628A11687001BF8F0 /* MultiplatformDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiplatformDemoApp.swift; sourceTree = "<group>"; };
|
|
22 | 33 | 2AA44DCC28A11688001BF8F0 /* MultiplatformDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MultiplatformDemo.entitlements; sourceTree = "<group>"; };
|
23 | 34 | 2AA44DCE28A11688001BF8F0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
24 | 35 | 2AA44DD628A11699001BF8F0 /* iPhoneNumberField */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = iPhoneNumberField; path = ..; sourceTree = "<group>"; };
|
| 36 | + 2AD9C8142D6F21E4008B6062 /* issue118.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = issue118.swift; sourceTree = "<group>"; }; |
| 37 | + 2AD9C81B2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iPhoneNumberFieldDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 38 | /* End PBXFileReference section */
|
26 | 39 |
|
| 40 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 41 | + 2AD9C81C2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = iPhoneNumberFieldDemoUITests; sourceTree = "<group>"; }; |
| 42 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 43 | + |
27 | 44 | /* Begin PBXFrameworksBuildPhase section */
|
28 | 45 | 2AA44DC028A11687001BF8F0 /* Frameworks */ = {
|
29 | 46 | isa = PBXFrameworksBuildPhase;
|
|
33 | 50 | );
|
34 | 51 | runOnlyForDeploymentPostprocessing = 0;
|
35 | 52 | };
|
| 53 | + 2AD9C8182D6F2321008B6062 /* Frameworks */ = { |
| 54 | + isa = PBXFrameworksBuildPhase; |
| 55 | + buildActionMask = 2147483647; |
| 56 | + files = ( |
| 57 | + ); |
| 58 | + runOnlyForDeploymentPostprocessing = 0; |
| 59 | + }; |
36 | 60 | /* End PBXFrameworksBuildPhase section */
|
37 | 61 |
|
38 | 62 | /* Begin PBXGroup section */
|
|
41 | 65 | children = (
|
42 | 66 | 2AA44DD528A11699001BF8F0 /* Packages */,
|
43 | 67 | 2AA44DC528A11687001BF8F0 /* MultiplatformDemo */,
|
| 68 | + 2AD9C81C2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests */, |
44 | 69 | 2AA44DC428A11687001BF8F0 /* Products */,
|
45 | 70 | 2AA44DD728A116D8001BF8F0 /* Frameworks */,
|
46 | 71 | );
|
|
50 | 75 | isa = PBXGroup;
|
51 | 76 | children = (
|
52 | 77 | 2AA44DC328A11687001BF8F0 /* iPhoneNumberFieldDemo.app */,
|
| 78 | + 2AD9C81B2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests.xctest */, |
53 | 79 | );
|
54 | 80 | name = Products;
|
55 | 81 | sourceTree = "<group>";
|
|
59 | 85 | children = (
|
60 | 86 | 2AA44DC628A11687001BF8F0 /* MultiplatformDemoApp.swift */,
|
61 | 87 | 2AA44DC828A11687001BF8F0 /* ContentView.swift */,
|
| 88 | + 2AD9C8162D6F222C008B6062 /* GitHubIssues */, |
62 | 89 | 2AA44DCA28A11688001BF8F0 /* Assets.xcassets */,
|
63 | 90 | 2AA44DCC28A11688001BF8F0 /* MultiplatformDemo.entitlements */,
|
64 | 91 | 2AA44DCD28A11688001BF8F0 /* Preview Content */,
|
|
89 | 116 | name = Frameworks;
|
90 | 117 | sourceTree = "<group>";
|
91 | 118 | };
|
| 119 | + 2AD9C8162D6F222C008B6062 /* GitHubIssues */ = { |
| 120 | + isa = PBXGroup; |
| 121 | + children = ( |
| 122 | + 2AD9C8142D6F21E4008B6062 /* issue118.swift */, |
| 123 | + ); |
| 124 | + path = GitHubIssues; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
92 | 127 | /* End PBXGroup section */
|
93 | 128 |
|
94 | 129 | /* Begin PBXNativeTarget section */
|
|
112 | 147 | productReference = 2AA44DC328A11687001BF8F0 /* iPhoneNumberFieldDemo.app */;
|
113 | 148 | productType = "com.apple.product-type.application";
|
114 | 149 | };
|
| 150 | + 2AD9C81A2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests */ = { |
| 151 | + isa = PBXNativeTarget; |
| 152 | + buildConfigurationList = 2AD9C8232D6F2321008B6062 /* Build configuration list for PBXNativeTarget "iPhoneNumberFieldDemoUITests" */; |
| 153 | + buildPhases = ( |
| 154 | + 2AD9C8172D6F2321008B6062 /* Sources */, |
| 155 | + 2AD9C8182D6F2321008B6062 /* Frameworks */, |
| 156 | + 2AD9C8192D6F2321008B6062 /* Resources */, |
| 157 | + ); |
| 158 | + buildRules = ( |
| 159 | + ); |
| 160 | + dependencies = ( |
| 161 | + 2AD9C8222D6F2321008B6062 /* PBXTargetDependency */, |
| 162 | + ); |
| 163 | + fileSystemSynchronizedGroups = ( |
| 164 | + 2AD9C81C2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests */, |
| 165 | + ); |
| 166 | + name = iPhoneNumberFieldDemoUITests; |
| 167 | + packageProductDependencies = ( |
| 168 | + ); |
| 169 | + productName = iPhoneNumberFieldDemoUITests; |
| 170 | + productReference = 2AD9C81B2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests.xctest */; |
| 171 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 172 | + }; |
115 | 173 | /* End PBXNativeTarget section */
|
116 | 174 |
|
117 | 175 | /* Begin PBXProject section */
|
118 | 176 | 2AA44DBB28A11687001BF8F0 /* Project object */ = {
|
119 | 177 | isa = PBXProject;
|
120 | 178 | attributes = {
|
121 | 179 | BuildIndependentTargetsInParallel = 1;
|
122 |
| - LastSwiftUpdateCheck = 1400; |
| 180 | + LastSwiftUpdateCheck = 1620; |
123 | 181 | LastUpgradeCheck = 1400;
|
124 | 182 | TargetAttributes = {
|
125 | 183 | 2AA44DC228A11687001BF8F0 = {
|
126 | 184 | CreatedOnToolsVersion = 14.0;
|
127 | 185 | };
|
| 186 | + 2AD9C81A2D6F2321008B6062 = { |
| 187 | + CreatedOnToolsVersion = 16.2; |
| 188 | + TestTargetID = 2AA44DC228A11687001BF8F0; |
| 189 | + }; |
128 | 190 | };
|
129 | 191 | };
|
130 | 192 | buildConfigurationList = 2AA44DBE28A11687001BF8F0 /* Build configuration list for PBXProject "iPhoneNumberFieldDemo" */;
|
|
141 | 203 | projectRoot = "";
|
142 | 204 | targets = (
|
143 | 205 | 2AA44DC228A11687001BF8F0 /* iPhoneNumberFieldDemo */,
|
| 206 | + 2AD9C81A2D6F2321008B6062 /* iPhoneNumberFieldDemoUITests */, |
144 | 207 | );
|
145 | 208 | };
|
146 | 209 | /* End PBXProject section */
|
|
155 | 218 | );
|
156 | 219 | runOnlyForDeploymentPostprocessing = 0;
|
157 | 220 | };
|
| 221 | + 2AD9C8192D6F2321008B6062 /* Resources */ = { |
| 222 | + isa = PBXResourcesBuildPhase; |
| 223 | + buildActionMask = 2147483647; |
| 224 | + files = ( |
| 225 | + ); |
| 226 | + runOnlyForDeploymentPostprocessing = 0; |
| 227 | + }; |
158 | 228 | /* End PBXResourcesBuildPhase section */
|
159 | 229 |
|
160 | 230 | /* Begin PBXSourcesBuildPhase section */
|
|
164 | 234 | files = (
|
165 | 235 | 2AA44DC928A11687001BF8F0 /* ContentView.swift in Sources */,
|
166 | 236 | 2AA44DC728A11687001BF8F0 /* MultiplatformDemoApp.swift in Sources */,
|
| 237 | + 2AD9C8152D6F21E4008B6062 /* issue118.swift in Sources */, |
| 238 | + ); |
| 239 | + runOnlyForDeploymentPostprocessing = 0; |
| 240 | + }; |
| 241 | + 2AD9C8172D6F2321008B6062 /* Sources */ = { |
| 242 | + isa = PBXSourcesBuildPhase; |
| 243 | + buildActionMask = 2147483647; |
| 244 | + files = ( |
167 | 245 | );
|
168 | 246 | runOnlyForDeploymentPostprocessing = 0;
|
169 | 247 | };
|
170 | 248 | /* End PBXSourcesBuildPhase section */
|
171 | 249 |
|
| 250 | +/* Begin PBXTargetDependency section */ |
| 251 | + 2AD9C8222D6F2321008B6062 /* PBXTargetDependency */ = { |
| 252 | + isa = PBXTargetDependency; |
| 253 | + target = 2AA44DC228A11687001BF8F0 /* iPhoneNumberFieldDemo */; |
| 254 | + targetProxy = 2AD9C8212D6F2321008B6062 /* PBXContainerItemProxy */; |
| 255 | + }; |
| 256 | +/* End PBXTargetDependency section */ |
| 257 | + |
172 | 258 | /* Begin XCBuildConfiguration section */
|
173 | 259 | 2AA44DD028A11688001BF8F0 /* Debug */ = {
|
174 | 260 | isa = XCBuildConfiguration;
|
|
351 | 437 | };
|
352 | 438 | name = Release;
|
353 | 439 | };
|
| 440 | + 2AD9C8242D6F2321008B6062 /* Debug */ = { |
| 441 | + isa = XCBuildConfiguration; |
| 442 | + buildSettings = { |
| 443 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 444 | + CODE_SIGN_STYLE = Automatic; |
| 445 | + CURRENT_PROJECT_VERSION = 1; |
| 446 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 447 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 448 | + GENERATE_INFOPLIST_FILE = YES; |
| 449 | + IPHONEOS_DEPLOYMENT_TARGET = 18.2; |
| 450 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 451 | + MARKETING_VERSION = 1.0; |
| 452 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.iphonetextfield.demo.uitests; |
| 453 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 454 | + SDKROOT = iphoneos; |
| 455 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 456 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 457 | + SWIFT_VERSION = 5.0; |
| 458 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 459 | + TEST_TARGET_NAME = iPhoneNumberFieldDemo; |
| 460 | + }; |
| 461 | + name = Debug; |
| 462 | + }; |
| 463 | + 2AD9C8252D6F2321008B6062 /* Release */ = { |
| 464 | + isa = XCBuildConfiguration; |
| 465 | + buildSettings = { |
| 466 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 467 | + CODE_SIGN_STYLE = Automatic; |
| 468 | + CURRENT_PROJECT_VERSION = 1; |
| 469 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 470 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 471 | + GENERATE_INFOPLIST_FILE = YES; |
| 472 | + IPHONEOS_DEPLOYMENT_TARGET = 18.2; |
| 473 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 474 | + MARKETING_VERSION = 1.0; |
| 475 | + PRODUCT_BUNDLE_IDENTIFIER = com.example.iphonetextfield.demo.uitests; |
| 476 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 477 | + SDKROOT = iphoneos; |
| 478 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 479 | + SWIFT_VERSION = 5.0; |
| 480 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 481 | + TEST_TARGET_NAME = iPhoneNumberFieldDemo; |
| 482 | + VALIDATE_PRODUCT = YES; |
| 483 | + }; |
| 484 | + name = Release; |
| 485 | + }; |
354 | 486 | /* End XCBuildConfiguration section */
|
355 | 487 |
|
356 | 488 | /* Begin XCConfigurationList section */
|
|
372 | 504 | defaultConfigurationIsVisible = 0;
|
373 | 505 | defaultConfigurationName = Release;
|
374 | 506 | };
|
| 507 | + 2AD9C8232D6F2321008B6062 /* Build configuration list for PBXNativeTarget "iPhoneNumberFieldDemoUITests" */ = { |
| 508 | + isa = XCConfigurationList; |
| 509 | + buildConfigurations = ( |
| 510 | + 2AD9C8242D6F2321008B6062 /* Debug */, |
| 511 | + 2AD9C8252D6F2321008B6062 /* Release */, |
| 512 | + ); |
| 513 | + defaultConfigurationIsVisible = 0; |
| 514 | + defaultConfigurationName = Release; |
| 515 | + }; |
375 | 516 | /* End XCConfigurationList section */
|
376 | 517 |
|
377 | 518 | /* Begin XCSwiftPackageProductDependency section */
|
|
0 commit comments