|
13 | 13 | 84B65C721CF39DA50089B477 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84B65C711CF39DA50089B477 /* Assets.xcassets */; };
|
14 | 14 | 84B65C751CF39DA50089B477 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 84B65C731CF39DA50089B477 /* LaunchScreen.storyboard */; };
|
15 | 15 | 95ECD3F6857E94FFDFAD4B66 /* Pods_MQTTSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14CF6C457355F7BDBFBA98B /* Pods_MQTTSwift.framework */; };
|
| 16 | + C7373045229D5DD300E974EA /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7373044229D5DD300E974EA /* UITests.swift */; }; |
16 | 17 | /* End PBXBuildFile section */
|
17 | 18 |
|
| 19 | +/* Begin PBXContainerItemProxy section */ |
| 20 | + C7373047229D5DD300E974EA /* PBXContainerItemProxy */ = { |
| 21 | + isa = PBXContainerItemProxy; |
| 22 | + containerPortal = 84B65C5F1CF39DA50089B477 /* Project object */; |
| 23 | + proxyType = 1; |
| 24 | + remoteGlobalIDString = 84B65C661CF39DA50089B477; |
| 25 | + remoteInfo = Example; |
| 26 | + }; |
| 27 | +/* End PBXContainerItemProxy section */ |
| 28 | + |
18 | 29 | /* Begin PBXFileReference section */
|
19 | 30 | 0887A182A21ED76531A9BFCE /* Pods-MQTTSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MQTTSwift.release.xcconfig"; path = "Pods/Target Support Files/Pods-MQTTSwift/Pods-MQTTSwift.release.xcconfig"; sourceTree = "<group>"; };
|
20 | 31 | 84B65C671CF39DA50089B477 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
24 | 35 | 84B65C711CF39DA50089B477 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
25 | 36 | 84B65C741CF39DA50089B477 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
26 | 37 | 84B65C761CF39DA50089B477 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 38 | + C7373042229D5DD300E974EA /* UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 39 | + C7373044229D5DD300E974EA /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = "<group>"; }; |
| 40 | + C7373046229D5DD300E974EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
27 | 41 | CB7967891DB93DF9E94CD2F8 /* Pods-MQTTSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MQTTSwift.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MQTTSwift/Pods-MQTTSwift.debug.xcconfig"; sourceTree = "<group>"; };
|
28 | 42 | D14CF6C457355F7BDBFBA98B /* Pods_MQTTSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MQTTSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
29 | 43 | /* End PBXFileReference section */
|
|
37 | 51 | );
|
38 | 52 | runOnlyForDeploymentPostprocessing = 0;
|
39 | 53 | };
|
| 54 | + C737303F229D5DD300E974EA /* Frameworks */ = { |
| 55 | + isa = PBXFrameworksBuildPhase; |
| 56 | + buildActionMask = 2147483647; |
| 57 | + files = ( |
| 58 | + ); |
| 59 | + runOnlyForDeploymentPostprocessing = 0; |
| 60 | + }; |
40 | 61 | /* End PBXFrameworksBuildPhase section */
|
41 | 62 |
|
42 | 63 | /* Begin PBXGroup section */
|
|
52 | 73 | isa = PBXGroup;
|
53 | 74 | children = (
|
54 | 75 | 84B65C691CF39DA50089B477 /* Example */,
|
| 76 | + C7373043229D5DD300E974EA /* UITests */, |
55 | 77 | 84B65C681CF39DA50089B477 /* Products */,
|
56 | 78 | E51FC76FD75427887B43C7BE /* Pods */,
|
57 | 79 | 4A3C326FCB8B312427A2376C /* Frameworks */,
|
|
62 | 84 | isa = PBXGroup;
|
63 | 85 | children = (
|
64 | 86 | 84B65C671CF39DA50089B477 /* Example.app */,
|
| 87 | + C7373042229D5DD300E974EA /* UITests.xctest */, |
65 | 88 | );
|
66 | 89 | name = Products;
|
67 | 90 | sourceTree = "<group>";
|
|
79 | 102 | path = Example;
|
80 | 103 | sourceTree = "<group>";
|
81 | 104 | };
|
| 105 | + C7373043229D5DD300E974EA /* UITests */ = { |
| 106 | + isa = PBXGroup; |
| 107 | + children = ( |
| 108 | + C7373044229D5DD300E974EA /* UITests.swift */, |
| 109 | + C7373046229D5DD300E974EA /* Info.plist */, |
| 110 | + ); |
| 111 | + path = UITests; |
| 112 | + sourceTree = "<group>"; |
| 113 | + }; |
82 | 114 | E51FC76FD75427887B43C7BE /* Pods */ = {
|
83 | 115 | isa = PBXGroup;
|
84 | 116 | children = (
|
|
112 | 144 | productReference = 84B65C671CF39DA50089B477 /* Example.app */;
|
113 | 145 | productType = "com.apple.product-type.application";
|
114 | 146 | };
|
| 147 | + C7373041229D5DD300E974EA /* UITests */ = { |
| 148 | + isa = PBXNativeTarget; |
| 149 | + buildConfigurationList = C737304B229D5DD300E974EA /* Build configuration list for PBXNativeTarget "UITests" */; |
| 150 | + buildPhases = ( |
| 151 | + C737303E229D5DD300E974EA /* Sources */, |
| 152 | + C737303F229D5DD300E974EA /* Frameworks */, |
| 153 | + C7373040229D5DD300E974EA /* Resources */, |
| 154 | + ); |
| 155 | + buildRules = ( |
| 156 | + ); |
| 157 | + dependencies = ( |
| 158 | + C7373048229D5DD300E974EA /* PBXTargetDependency */, |
| 159 | + ); |
| 160 | + name = UITests; |
| 161 | + productName = UITests; |
| 162 | + productReference = C7373042229D5DD300E974EA /* UITests.xctest */; |
| 163 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 164 | + }; |
115 | 165 | /* End PBXNativeTarget section */
|
116 | 166 |
|
117 | 167 | /* Begin PBXProject section */
|
118 | 168 | 84B65C5F1CF39DA50089B477 /* Project object */ = {
|
119 | 169 | isa = PBXProject;
|
120 | 170 | attributes = {
|
121 |
| - LastSwiftUpdateCheck = 0730; |
| 171 | + LastSwiftUpdateCheck = 1020; |
122 | 172 | LastUpgradeCheck = 1020;
|
123 | 173 | ORGANIZATIONNAME = OwnTracks;
|
124 | 174 | TargetAttributes = {
|
125 | 175 | 84B65C661CF39DA50089B477 = {
|
126 | 176 | CreatedOnToolsVersion = 7.3.1;
|
127 | 177 | LastSwiftMigration = 0800;
|
128 | 178 | };
|
| 179 | + C7373041229D5DD300E974EA = { |
| 180 | + CreatedOnToolsVersion = 10.2.1; |
| 181 | + ProvisioningStyle = Automatic; |
| 182 | + TestTargetID = 84B65C661CF39DA50089B477; |
| 183 | + }; |
129 | 184 | };
|
130 | 185 | };
|
131 | 186 | buildConfigurationList = 84B65C621CF39DA50089B477 /* Build configuration list for PBXProject "Example" */;
|
|
143 | 198 | projectRoot = "";
|
144 | 199 | targets = (
|
145 | 200 | 84B65C661CF39DA50089B477 /* Example */,
|
| 201 | + C7373041229D5DD300E974EA /* UITests */, |
146 | 202 | );
|
147 | 203 | };
|
148 | 204 | /* End PBXProject section */
|
|
158 | 214 | );
|
159 | 215 | runOnlyForDeploymentPostprocessing = 0;
|
160 | 216 | };
|
| 217 | + C7373040229D5DD300E974EA /* Resources */ = { |
| 218 | + isa = PBXResourcesBuildPhase; |
| 219 | + buildActionMask = 2147483647; |
| 220 | + files = ( |
| 221 | + ); |
| 222 | + runOnlyForDeploymentPostprocessing = 0; |
| 223 | + }; |
161 | 224 | /* End PBXResourcesBuildPhase section */
|
162 | 225 |
|
163 | 226 | /* Begin PBXShellScriptBuildPhase section */
|
|
247 | 310 | );
|
248 | 311 | runOnlyForDeploymentPostprocessing = 0;
|
249 | 312 | };
|
| 313 | + C737303E229D5DD300E974EA /* Sources */ = { |
| 314 | + isa = PBXSourcesBuildPhase; |
| 315 | + buildActionMask = 2147483647; |
| 316 | + files = ( |
| 317 | + C7373045229D5DD300E974EA /* UITests.swift in Sources */, |
| 318 | + ); |
| 319 | + runOnlyForDeploymentPostprocessing = 0; |
| 320 | + }; |
250 | 321 | /* End PBXSourcesBuildPhase section */
|
251 | 322 |
|
| 323 | +/* Begin PBXTargetDependency section */ |
| 324 | + C7373048229D5DD300E974EA /* PBXTargetDependency */ = { |
| 325 | + isa = PBXTargetDependency; |
| 326 | + target = 84B65C661CF39DA50089B477 /* Example */; |
| 327 | + targetProxy = C7373047229D5DD300E974EA /* PBXContainerItemProxy */; |
| 328 | + }; |
| 329 | +/* End PBXTargetDependency section */ |
| 330 | + |
252 | 331 | /* Begin PBXVariantGroup section */
|
253 | 332 | 84B65C6E1CF39DA50089B477 /* Main.storyboard */ = {
|
254 | 333 | isa = PBXVariantGroup;
|
|
403 | 482 | };
|
404 | 483 | name = Release;
|
405 | 484 | };
|
| 485 | + C7373049229D5DD300E974EA /* Debug */ = { |
| 486 | + isa = XCBuildConfiguration; |
| 487 | + buildSettings = { |
| 488 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 489 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 490 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 491 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 492 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 493 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 494 | + CODE_SIGN_STYLE = Automatic; |
| 495 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 496 | + INFOPLIST_FILE = UITests/Info.plist; |
| 497 | + IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 498 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 499 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 500 | + MTL_FAST_MATH = YES; |
| 501 | + PRODUCT_BUNDLE_IDENTIFIER = com.novastonemedia.UITests; |
| 502 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 503 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 504 | + SWIFT_VERSION = 5.0; |
| 505 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 506 | + TEST_TARGET_NAME = Example; |
| 507 | + }; |
| 508 | + name = Debug; |
| 509 | + }; |
| 510 | + C737304A229D5DD300E974EA /* Release */ = { |
| 511 | + isa = XCBuildConfiguration; |
| 512 | + buildSettings = { |
| 513 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 514 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 515 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 516 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 517 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 518 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 519 | + CODE_SIGN_STYLE = Automatic; |
| 520 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 521 | + INFOPLIST_FILE = UITests/Info.plist; |
| 522 | + IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 523 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 524 | + MTL_FAST_MATH = YES; |
| 525 | + PRODUCT_BUNDLE_IDENTIFIER = com.novastonemedia.UITests; |
| 526 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 527 | + SWIFT_VERSION = 5.0; |
| 528 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 529 | + TEST_TARGET_NAME = Example; |
| 530 | + }; |
| 531 | + name = Release; |
| 532 | + }; |
406 | 533 | /* End XCBuildConfiguration section */
|
407 | 534 |
|
408 | 535 | /* Begin XCConfigurationList section */
|
|
424 | 551 | defaultConfigurationIsVisible = 0;
|
425 | 552 | defaultConfigurationName = Release;
|
426 | 553 | };
|
| 554 | + C737304B229D5DD300E974EA /* Build configuration list for PBXNativeTarget "UITests" */ = { |
| 555 | + isa = XCConfigurationList; |
| 556 | + buildConfigurations = ( |
| 557 | + C7373049229D5DD300E974EA /* Debug */, |
| 558 | + C737304A229D5DD300E974EA /* Release */, |
| 559 | + ); |
| 560 | + defaultConfigurationIsVisible = 0; |
| 561 | + defaultConfigurationName = Release; |
| 562 | + }; |
427 | 563 | /* End XCConfigurationList section */
|
428 | 564 | };
|
429 | 565 | rootObject = 84B65C5F1CF39DA50089B477 /* Project object */;
|
|
0 commit comments