|
10 | 10 | 058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; };
|
11 | 11 | 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; };
|
12 | 12 | 2152FB042600AC8F00CF470E /* ArtemisApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* ArtemisApp.swift */; };
|
| 13 | + 51F1B2252C0CC26800F14D01 /* ArtemisUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F1B2242C0CC26800F14D01 /* ArtemisUITests.swift */; }; |
| 14 | + 51F1B22C2C0CC2D700F14D01 /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F1B22B2C0CC2D700F14D01 /* SnapshotHelper.swift */; }; |
13 | 15 | A166A2592B0381F000AB6119 /* ArtemisKit in Frameworks */ = {isa = PBXBuildFile; productRef = A166A2582B0381F000AB6119 /* ArtemisKit */; };
|
14 | 16 | /* End PBXBuildFile section */
|
15 | 17 |
|
| 18 | +/* Begin PBXContainerItemProxy section */ |
| 19 | + 51F1B2262C0CC26800F14D01 /* PBXContainerItemProxy */ = { |
| 20 | + isa = PBXContainerItemProxy; |
| 21 | + containerPortal = 7555FF73242A565900829871 /* Project object */; |
| 22 | + proxyType = 1; |
| 23 | + remoteGlobalIDString = 7555FF7A242A565900829871; |
| 24 | + remoteInfo = Artemis; |
| 25 | + }; |
| 26 | +/* End PBXContainerItemProxy section */ |
| 27 | + |
16 | 28 | /* Begin PBXFileReference section */
|
17 | 29 | 058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
18 | 30 | 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
19 | 31 | 2152FB032600AC8F00CF470E /* ArtemisApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtemisApp.swift; sourceTree = "<group>"; };
|
| 32 | + 51F1B2202C0CC26800F14D01 /* ArtemisUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ArtemisUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 33 | + 51F1B2242C0CC26800F14D01 /* ArtemisUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtemisUITests.swift; sourceTree = "<group>"; }; |
| 34 | + 51F1B22B2C0CC2D700F14D01 /* SnapshotHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotHelper.swift; sourceTree = "<group>"; }; |
20 | 35 | 7555FF7B242A565900829871 /* Artemis.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Artemis.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
21 | 36 | A166A2622B03893900AB6119 /* Gemfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Gemfile; sourceTree = SOURCE_ROOT; };
|
22 | 37 | A166A2632B03893900AB6119 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
|
39 | 54 | );
|
40 | 55 | runOnlyForDeploymentPostprocessing = 0;
|
41 | 56 | };
|
| 57 | + 51F1B21D2C0CC26800F14D01 /* Frameworks */ = { |
| 58 | + isa = PBXFrameworksBuildPhase; |
| 59 | + buildActionMask = 2147483647; |
| 60 | + files = ( |
| 61 | + ); |
| 62 | + runOnlyForDeploymentPostprocessing = 0; |
| 63 | + }; |
42 | 64 | /* End PBXFrameworksBuildPhase section */
|
43 | 65 |
|
44 | 66 | /* Begin PBXGroup section */
|
|
57 | 79 | name = Frameworks;
|
58 | 80 | sourceTree = "<group>";
|
59 | 81 | };
|
| 82 | + 51F1B2212C0CC26800F14D01 /* ArtemisUITests */ = { |
| 83 | + isa = PBXGroup; |
| 84 | + children = ( |
| 85 | + 51F1B2242C0CC26800F14D01 /* ArtemisUITests.swift */, |
| 86 | + 51F1B22B2C0CC2D700F14D01 /* SnapshotHelper.swift */, |
| 87 | + ); |
| 88 | + path = ArtemisUITests; |
| 89 | + sourceTree = "<group>"; |
| 90 | + }; |
60 | 91 | 7555FF72242A565900829871 = {
|
61 | 92 | isa = PBXGroup;
|
62 | 93 | children = (
|
63 | 94 | D51AD00C299E390700FA5B94 /* Artemis.entitlements */,
|
64 | 95 | A1C7E0A92B03754200804542 /* ArtemisKit */,
|
65 | 96 | 7555FF7D242A565900829871 /* Artemis */,
|
| 97 | + 51F1B2212C0CC26800F14D01 /* ArtemisUITests */, |
66 | 98 | 7555FF7C242A565900829871 /* Products */,
|
67 | 99 | 22B6A91C292D785600F08C7E /* Frameworks */,
|
68 | 100 | );
|
|
72 | 104 | isa = PBXGroup;
|
73 | 105 | children = (
|
74 | 106 | 7555FF7B242A565900829871 /* Artemis.app */,
|
| 107 | + 51F1B2202C0CC26800F14D01 /* ArtemisUITests.xctest */, |
75 | 108 | );
|
76 | 109 | name = Products;
|
77 | 110 | sourceTree = "<group>";
|
|
105 | 138 | /* End PBXGroup section */
|
106 | 139 |
|
107 | 140 | /* Begin PBXNativeTarget section */
|
| 141 | + 51F1B21F2C0CC26800F14D01 /* ArtemisUITests */ = { |
| 142 | + isa = PBXNativeTarget; |
| 143 | + buildConfigurationList = 51F1B22A2C0CC26800F14D01 /* Build configuration list for PBXNativeTarget "ArtemisUITests" */; |
| 144 | + buildPhases = ( |
| 145 | + 51F1B21C2C0CC26800F14D01 /* Sources */, |
| 146 | + 51F1B21D2C0CC26800F14D01 /* Frameworks */, |
| 147 | + 51F1B21E2C0CC26800F14D01 /* Resources */, |
| 148 | + ); |
| 149 | + buildRules = ( |
| 150 | + ); |
| 151 | + dependencies = ( |
| 152 | + 51F1B2272C0CC26800F14D01 /* PBXTargetDependency */, |
| 153 | + ); |
| 154 | + name = ArtemisUITests; |
| 155 | + packageProductDependencies = ( |
| 156 | + ); |
| 157 | + productName = ArtemisUITests; |
| 158 | + productReference = 51F1B2202C0CC26800F14D01 /* ArtemisUITests.xctest */; |
| 159 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 160 | + }; |
108 | 161 | 7555FF7A242A565900829871 /* Artemis */ = {
|
109 | 162 | isa = PBXNativeTarget;
|
110 | 163 | buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "Artemis" */;
|
|
133 | 186 | isa = PBXProject;
|
134 | 187 | attributes = {
|
135 | 188 | BuildIndependentTargetsInParallel = YES;
|
136 |
| - LastSwiftUpdateCheck = 1130; |
| 189 | + LastSwiftUpdateCheck = 1520; |
137 | 190 | LastUpgradeCheck = 1500;
|
138 | 191 | ORGANIZATIONNAME = orgName;
|
139 | 192 | TargetAttributes = {
|
| 193 | + 51F1B21F2C0CC26800F14D01 = { |
| 194 | + CreatedOnToolsVersion = 15.2; |
| 195 | + TestTargetID = 7555FF7A242A565900829871; |
| 196 | + }; |
140 | 197 | 7555FF7A242A565900829871 = {
|
141 | 198 | CreatedOnToolsVersion = 11.3.1;
|
142 | 199 | };
|
|
158 | 215 | projectRoot = "";
|
159 | 216 | targets = (
|
160 | 217 | 7555FF7A242A565900829871 /* Artemis */,
|
| 218 | + 51F1B21F2C0CC26800F14D01 /* ArtemisUITests */, |
161 | 219 | );
|
162 | 220 | };
|
163 | 221 | /* End PBXProject section */
|
164 | 222 |
|
165 | 223 | /* Begin PBXResourcesBuildPhase section */
|
| 224 | + 51F1B21E2C0CC26800F14D01 /* Resources */ = { |
| 225 | + isa = PBXResourcesBuildPhase; |
| 226 | + buildActionMask = 2147483647; |
| 227 | + files = ( |
| 228 | + ); |
| 229 | + runOnlyForDeploymentPostprocessing = 0; |
| 230 | + }; |
166 | 231 | 7555FF79242A565900829871 /* Resources */ = {
|
167 | 232 | isa = PBXResourcesBuildPhase;
|
168 | 233 | buildActionMask = 2147483647;
|
|
195 | 260 | /* End PBXShellScriptBuildPhase section */
|
196 | 261 |
|
197 | 262 | /* Begin PBXSourcesBuildPhase section */
|
| 263 | + 51F1B21C2C0CC26800F14D01 /* Sources */ = { |
| 264 | + isa = PBXSourcesBuildPhase; |
| 265 | + buildActionMask = 2147483647; |
| 266 | + files = ( |
| 267 | + 51F1B2252C0CC26800F14D01 /* ArtemisUITests.swift in Sources */, |
| 268 | + 51F1B22C2C0CC2D700F14D01 /* SnapshotHelper.swift in Sources */, |
| 269 | + ); |
| 270 | + runOnlyForDeploymentPostprocessing = 0; |
| 271 | + }; |
198 | 272 | 7555FF77242A565900829871 /* Sources */ = {
|
199 | 273 | isa = PBXSourcesBuildPhase;
|
200 | 274 | buildActionMask = 2147483647;
|
|
205 | 279 | };
|
206 | 280 | /* End PBXSourcesBuildPhase section */
|
207 | 281 |
|
| 282 | +/* Begin PBXTargetDependency section */ |
| 283 | + 51F1B2272C0CC26800F14D01 /* PBXTargetDependency */ = { |
| 284 | + isa = PBXTargetDependency; |
| 285 | + target = 7555FF7A242A565900829871 /* Artemis */; |
| 286 | + targetProxy = 51F1B2262C0CC26800F14D01 /* PBXContainerItemProxy */; |
| 287 | + }; |
| 288 | +/* End PBXTargetDependency section */ |
| 289 | + |
208 | 290 | /* Begin XCBuildConfiguration section */
|
| 291 | + 51F1B2282C0CC26800F14D01 /* Debug */ = { |
| 292 | + isa = XCBuildConfiguration; |
| 293 | + buildSettings = { |
| 294 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 295 | + CODE_SIGN_STYLE = Automatic; |
| 296 | + CURRENT_PROJECT_VERSION = 1; |
| 297 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 298 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 299 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 300 | + GENERATE_INFOPLIST_FILE = YES; |
| 301 | + IPHONEOS_DEPLOYMENT_TARGET = 17.2; |
| 302 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 303 | + MARKETING_VERSION = 1.0; |
| 304 | + PRODUCT_BUNDLE_IDENTIFIER = de.tum.cit.artemis.ArtemisUITests; |
| 305 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 306 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 307 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 308 | + SWIFT_VERSION = 5.0; |
| 309 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 310 | + TEST_TARGET_NAME = Artemis; |
| 311 | + }; |
| 312 | + name = Debug; |
| 313 | + }; |
| 314 | + 51F1B2292C0CC26800F14D01 /* Release */ = { |
| 315 | + isa = XCBuildConfiguration; |
| 316 | + buildSettings = { |
| 317 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 318 | + CODE_SIGN_STYLE = Automatic; |
| 319 | + CURRENT_PROJECT_VERSION = 1; |
| 320 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
| 321 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 322 | + GENERATE_INFOPLIST_FILE = YES; |
| 323 | + IPHONEOS_DEPLOYMENT_TARGET = 17.2; |
| 324 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 325 | + MARKETING_VERSION = 1.0; |
| 326 | + PRODUCT_BUNDLE_IDENTIFIER = de.tum.cit.artemis.ArtemisUITests; |
| 327 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 328 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 329 | + SWIFT_VERSION = 5.0; |
| 330 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 331 | + TEST_TARGET_NAME = Artemis; |
| 332 | + }; |
| 333 | + name = Release; |
| 334 | + }; |
209 | 335 | 7555FFA3242A565B00829871 /* Debug */ = {
|
210 | 336 | isa = XCBuildConfiguration;
|
211 | 337 | buildSettings = {
|
|
385 | 511 | /* End XCBuildConfiguration section */
|
386 | 512 |
|
387 | 513 | /* Begin XCConfigurationList section */
|
| 514 | + 51F1B22A2C0CC26800F14D01 /* Build configuration list for PBXNativeTarget "ArtemisUITests" */ = { |
| 515 | + isa = XCConfigurationList; |
| 516 | + buildConfigurations = ( |
| 517 | + 51F1B2282C0CC26800F14D01 /* Debug */, |
| 518 | + 51F1B2292C0CC26800F14D01 /* Release */, |
| 519 | + ); |
| 520 | + defaultConfigurationIsVisible = 0; |
| 521 | + defaultConfigurationName = Debug; |
| 522 | + }; |
388 | 523 | 7555FF76242A565900829871 /* Build configuration list for PBXProject "Artemis" */ = {
|
389 | 524 | isa = XCConfigurationList;
|
390 | 525 | buildConfigurations = (
|
|
0 commit comments