|
14 | 14 | 9E408B161F29B27700028A18 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9E408B141F29B27700028A18 /* LaunchScreen.storyboard */; };
|
15 | 15 | 9E408B211F29B27700028A18 /* test_modelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E408B201F29B27700028A18 /* test_modelTests.swift */; };
|
16 | 16 | 9E408B2C1F29B27700028A18 /* test_modelUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E408B2B1F29B27700028A18 /* test_modelUITests.swift */; };
|
| 17 | + 9E408B3B1F29B31100028A18 /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9E408B391F29B31100028A18 /* Model.xcdatamodeld */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXContainerItemProxy section */
|
|
47 | 48 | 9E408B271F29B27700028A18 /* test_modelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test_modelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
48 | 49 | 9E408B2B1F29B27700028A18 /* test_modelUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = test_modelUITests.swift; sourceTree = "<group>"; };
|
49 | 50 | 9E408B2D1F29B27700028A18 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 51 | + 9E408B3A1F29B31100028A18 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = "<group>"; }; |
50 | 52 | /* End PBXFileReference section */
|
51 | 53 |
|
52 | 54 | /* Begin PBXFrameworksBuildPhase section */
|
|
98 | 100 | isa = PBXGroup;
|
99 | 101 | children = (
|
100 | 102 | 9E408B0B1F29B27700028A18 /* AppDelegate.swift */,
|
| 103 | + 9E408B391F29B31100028A18 /* Model.xcdatamodeld */, |
101 | 104 | 9E408B0D1F29B27700028A18 /* ViewController.swift */,
|
102 | 105 | 9E408B0F1F29B27700028A18 /* Main.storyboard */,
|
103 | 106 | 9E408B121F29B27700028A18 /* Assets.xcassets */,
|
|
193 | 196 | TargetAttributes = {
|
194 | 197 | 9E408B071F29B27700028A18 = {
|
195 | 198 | CreatedOnToolsVersion = 8.3.3;
|
196 |
| - ProvisioningStyle = Automatic; |
| 199 | + DevelopmentTeam = 9KBH5RKYEW; |
| 200 | + ProvisioningStyle = Manual; |
197 | 201 | };
|
198 | 202 | 9E408B1B1F29B27700028A18 = {
|
199 | 203 | CreatedOnToolsVersion = 8.3.3;
|
|
261 | 265 | files = (
|
262 | 266 | 9E408B0E1F29B27700028A18 /* ViewController.swift in Sources */,
|
263 | 267 | 9E408B0C1F29B27700028A18 /* AppDelegate.swift in Sources */,
|
| 268 | + 9E408B3B1F29B31100028A18 /* Model.xcdatamodeld in Sources */, |
264 | 269 | );
|
265 | 270 | runOnlyForDeploymentPostprocessing = 0;
|
266 | 271 | };
|
|
414 | 419 | isa = XCBuildConfiguration;
|
415 | 420 | buildSettings = {
|
416 | 421 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 422 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
| 423 | + DEVELOPMENT_TEAM = 9KBH5RKYEW; |
417 | 424 | INFOPLIST_FILE = test_model/Info.plist;
|
418 | 425 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
419 |
| - PRODUCT_BUNDLE_IDENTIFIER = "mobile-center-build.test-model"; |
| 426 | + PRODUCT_BUNDLE_IDENTIFIER = meirav.test.model; |
420 | 427 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 428 | + PROVISIONING_PROFILE = "c381f3d3-9dc4-450f-a775-c8da1e4809de"; |
| 429 | + PROVISIONING_PROFILE_SPECIFIER = "Microsoft Dogfood Provisioning Profile"; |
421 | 430 | SWIFT_VERSION = 3.0;
|
422 | 431 | };
|
423 | 432 | name = Debug;
|
|
426 | 435 | isa = XCBuildConfiguration;
|
427 | 436 | buildSettings = {
|
428 | 437 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 438 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
| 439 | + DEVELOPMENT_TEAM = 9KBH5RKYEW; |
429 | 440 | INFOPLIST_FILE = test_model/Info.plist;
|
430 | 441 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
431 |
| - PRODUCT_BUNDLE_IDENTIFIER = "mobile-center-build.test-model"; |
| 442 | + PRODUCT_BUNDLE_IDENTIFIER = meirav.test.model; |
432 | 443 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 444 | + PROVISIONING_PROFILE = "c381f3d3-9dc4-450f-a775-c8da1e4809de"; |
| 445 | + PROVISIONING_PROFILE_SPECIFIER = "Microsoft Dogfood Provisioning Profile"; |
433 | 446 | SWIFT_VERSION = 3.0;
|
434 | 447 | };
|
435 | 448 | name = Release;
|
|
525 | 538 | defaultConfigurationIsVisible = 0;
|
526 | 539 | };
|
527 | 540 | /* End XCConfigurationList section */
|
| 541 | + |
| 542 | +/* Begin XCVersionGroup section */ |
| 543 | + 9E408B391F29B31100028A18 /* Model.xcdatamodeld */ = { |
| 544 | + isa = XCVersionGroup; |
| 545 | + children = ( |
| 546 | + 9E408B3A1F29B31100028A18 /* Model.xcdatamodel */, |
| 547 | + ); |
| 548 | + currentVersion = 9E408B3A1F29B31100028A18 /* Model.xcdatamodel */; |
| 549 | + name = Model.xcdatamodeld; |
| 550 | + path = ../Model.xcdatamodeld; |
| 551 | + sourceTree = "<group>"; |
| 552 | + versionGroupType = wrapper.xcdatamodel; |
| 553 | + }; |
| 554 | +/* End XCVersionGroup section */ |
528 | 555 | };
|
529 | 556 | rootObject = 9E408B001F29B27700028A18 /* Project object */;
|
530 | 557 | }
|
0 commit comments