Update example project

Seto Elkahfi committed Mar 28, 2017 at 19:47 UTC 29d72f00c7a9083d5a524c322fdd765e622aaf85
1 file changed +14 -2
Example/JomloTableView.xcodeproj/project.pbxproj
+14 -2
@@ -15,6 +15,8 @@
15 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
16 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
17 84CBD496B3AF199DDDFABEA5 /* Pods_JomloTableView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02771B90736B785DC8EEE580 /* Pods_JomloTableView_Example.framework */; };
18 + BDFF41491E8A871900D14CE7 /* SimpleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFF41481E8A871900D14CE7 /* SimpleCell.swift */; };
19 + BDFF414B1E8A873600D14CE7 /* SimpleCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */; };
20 /* End PBXBuildFile section */
21
22 /* Begin PBXContainerItemProxy section */
@@ -45,6 +47,8 @@
47 B02AFC91A81D2EBF28A0B26F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
48 B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Example/Pods-JomloTableView_Example.release.xcconfig"; sourceTree = "<group>"; };
49 BAB533BC282592A3CAD7E959 /* JomloTableView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JomloTableView.podspec; path = ../JomloTableView.podspec; sourceTree = "<group>"; };
50 + BDFF41481E8A871900D14CE7 /* SimpleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SimpleCell.swift; sourceTree = "<group>"; };
51 + BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SimpleCell.xib; sourceTree = "<group>"; };
52 D67A39B8BF2D4AB708B1879B /* Pods-JomloTableView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests.release.xcconfig"; sourceTree = "<group>"; };
53 E555BEE30E2659F27C50D6B8 /* Pods-JomloTableView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
54 /* End PBXFileReference section */
@@ -99,6 +103,8 @@
103 607FACDC1AFB9204008FA782 /* Images.xcassets */,
104 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
105 607FACD31AFB9204008FA782 /* Supporting Files */,
106 + BDFF41481E8A871900D14CE7 /* SimpleCell.swift */,
107 + BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */,
108 );
109 name = "Example for JomloTableView";
110 path = JomloTableView;
@@ -215,10 +221,12 @@
221 TargetAttributes = {
222 607FACCF1AFB9204008FA782 = {
223 CreatedOnToolsVersion = 6.3.1;
224 + DevelopmentTeam = V75BU3KM37;
225 LastSwiftMigration = 0820;
226 };
227 607FACE41AFB9204008FA782 = {
228 CreatedOnToolsVersion = 6.3.1;
229 + DevelopmentTeam = V75BU3KM37;
230 LastSwiftMigration = 0820;
231 TestTargetID = 607FACCF1AFB9204008FA782;
232 };
@@ -249,6 +257,7 @@
257 buildActionMask = 2147483647;
258 files = (
259 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
260 + BDFF414B1E8A873600D14CE7 /* SimpleCell.xib in Resources */,
261 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
262 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
263 );
@@ -363,6 +372,7 @@
372 files = (
373 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
374 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
375 + BDFF41491E8A871900D14CE7 /* SimpleCell.swift in Sources */,
376 );
377 runOnlyForDeploymentPostprocessing = 0;
378 };
@@ -496,7 +506,7 @@
506 baseConfigurationReference = 1DF5A127CF52147610B75ADE /* Pods-JomloTableView_Example.debug.xcconfig */;
507 buildSettings = {
508 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
499 - DEVELOPMENT_TEAM = "";
509 + DEVELOPMENT_TEAM = V75BU3KM37;
510 INFOPLIST_FILE = JomloTableView/Info.plist;
511 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
512 MODULE_NAME = ExampleApp;
@@ -511,7 +521,7 @@
521 baseConfigurationReference = B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */;
522 buildSettings = {
523 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
514 - DEVELOPMENT_TEAM = "";
524 + DEVELOPMENT_TEAM = V75BU3KM37;
525 INFOPLIST_FILE = JomloTableView/Info.plist;
526 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
527 MODULE_NAME = ExampleApp;
@@ -525,6 +535,7 @@
535 isa = XCBuildConfiguration;
536 baseConfigurationReference = E555BEE30E2659F27C50D6B8 /* Pods-JomloTableView_Tests.debug.xcconfig */;
537 buildSettings = {
538 + DEVELOPMENT_TEAM = V75BU3KM37;
539 FRAMEWORK_SEARCH_PATHS = (
540 "$(SDKROOT)/Developer/Library/Frameworks",
541 "$(inherited)",
@@ -545,6 +556,7 @@
556 isa = XCBuildConfiguration;
557 baseConfigurationReference = D67A39B8BF2D4AB708B1879B /* Pods-JomloTableView_Tests.release.xcconfig */;
558 buildSettings = {
559 + DEVELOPMENT_TEAM = V75BU3KM37;
560 FRAMEWORK_SEARCH_PATHS = (
561 "$(SDKROOT)/Developer/Library/Frameworks",
562 "$(inherited)",