Skip to content

Commit b67dad5

Browse files
meirav Feilermeirav Feiler
meirav Feiler
authored and
meirav Feiler
committed
data model project
1 parent bec54d9 commit b67dad5

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16F73" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
3-
<elements/>
3+
<entity name="Entity" representedClassName="Entity" syncable="YES" codeGenerationType="class">
4+
<attribute name="test" optional="YES" attributeType="Float" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
5+
</entity>
6+
<elements>
7+
<element name="Entity" positionX="-63" positionY="-18" width="128" height="60"/>
8+
</elements>
49
</model>

test_model.xcodeproj/project.pbxproj

+30-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
9E408B161F29B27700028A18 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9E408B141F29B27700028A18 /* LaunchScreen.storyboard */; };
1515
9E408B211F29B27700028A18 /* test_modelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E408B201F29B27700028A18 /* test_modelTests.swift */; };
1616
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 */; };
1718
/* End PBXBuildFile section */
1819

1920
/* Begin PBXContainerItemProxy section */
@@ -47,6 +48,7 @@
4748
9E408B271F29B27700028A18 /* test_modelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test_modelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4849
9E408B2B1F29B27700028A18 /* test_modelUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = test_modelUITests.swift; sourceTree = "<group>"; };
4950
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>"; };
5052
/* End PBXFileReference section */
5153

5254
/* Begin PBXFrameworksBuildPhase section */
@@ -98,6 +100,7 @@
98100
isa = PBXGroup;
99101
children = (
100102
9E408B0B1F29B27700028A18 /* AppDelegate.swift */,
103+
9E408B391F29B31100028A18 /* Model.xcdatamodeld */,
101104
9E408B0D1F29B27700028A18 /* ViewController.swift */,
102105
9E408B0F1F29B27700028A18 /* Main.storyboard */,
103106
9E408B121F29B27700028A18 /* Assets.xcassets */,
@@ -193,7 +196,8 @@
193196
TargetAttributes = {
194197
9E408B071F29B27700028A18 = {
195198
CreatedOnToolsVersion = 8.3.3;
196-
ProvisioningStyle = Automatic;
199+
DevelopmentTeam = 9KBH5RKYEW;
200+
ProvisioningStyle = Manual;
197201
};
198202
9E408B1B1F29B27700028A18 = {
199203
CreatedOnToolsVersion = 8.3.3;
@@ -261,6 +265,7 @@
261265
files = (
262266
9E408B0E1F29B27700028A18 /* ViewController.swift in Sources */,
263267
9E408B0C1F29B27700028A18 /* AppDelegate.swift in Sources */,
268+
9E408B3B1F29B31100028A18 /* Model.xcdatamodeld in Sources */,
264269
);
265270
runOnlyForDeploymentPostprocessing = 0;
266271
};
@@ -414,10 +419,14 @@
414419
isa = XCBuildConfiguration;
415420
buildSettings = {
416421
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
422+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
423+
DEVELOPMENT_TEAM = 9KBH5RKYEW;
417424
INFOPLIST_FILE = test_model/Info.plist;
418425
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
419-
PRODUCT_BUNDLE_IDENTIFIER = "mobile-center-build.test-model";
426+
PRODUCT_BUNDLE_IDENTIFIER = meirav.test.model;
420427
PRODUCT_NAME = "$(TARGET_NAME)";
428+
PROVISIONING_PROFILE = "c381f3d3-9dc4-450f-a775-c8da1e4809de";
429+
PROVISIONING_PROFILE_SPECIFIER = "Microsoft Dogfood Provisioning Profile";
421430
SWIFT_VERSION = 3.0;
422431
};
423432
name = Debug;
@@ -426,10 +435,14 @@
426435
isa = XCBuildConfiguration;
427436
buildSettings = {
428437
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
438+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
439+
DEVELOPMENT_TEAM = 9KBH5RKYEW;
429440
INFOPLIST_FILE = test_model/Info.plist;
430441
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
431-
PRODUCT_BUNDLE_IDENTIFIER = "mobile-center-build.test-model";
442+
PRODUCT_BUNDLE_IDENTIFIER = meirav.test.model;
432443
PRODUCT_NAME = "$(TARGET_NAME)";
444+
PROVISIONING_PROFILE = "c381f3d3-9dc4-450f-a775-c8da1e4809de";
445+
PROVISIONING_PROFILE_SPECIFIER = "Microsoft Dogfood Provisioning Profile";
433446
SWIFT_VERSION = 3.0;
434447
};
435448
name = Release;
@@ -525,6 +538,20 @@
525538
defaultConfigurationIsVisible = 0;
526539
};
527540
/* 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 */
528555
};
529556
rootObject = 9E408B001F29B27700028A18 /* Project object */;
530557
}

0 commit comments

Comments
 (0)