Skip to content

Commit a6e7266

Browse files
committed
Test case configuration and new tests added.
1 parent 2b25b5e commit a6e7266

File tree

4 files changed

+2458
-17
lines changed

4 files changed

+2458
-17
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5-
ContentstackTest/SyncTest.m
65

76
## Build generated
87
Build/
@@ -49,3 +48,4 @@ xcuserdata
4948
# Carthage/Checkouts
5049

5150
#Carthage/Build
51+
ContentstackTest/config.json

Contentstack.xcodeproj/project.pbxproj

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
0F15C2E72456C97D00CFF096 /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = 0F15C2E62456C97D00CFF096 /* config.json */; };
25-
0F1F2145225B844F00358EB0 /* libPods-Contentstack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F1F2144225B844F00358EB0 /* libPods-Contentstack.a */; };
24+
0F41A91425C7CC9C007EF2DA /* ContentstackTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */; };
25+
0F41A91525C7CC9C007EF2DA /* SyncTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F41A91125C7CC9C007EF2DA /* SyncTest.m */; };
26+
0F41A91625C7CC9C007EF2DA /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = 0F41A91225C7CC9C007EF2DA /* config.json */; };
2627
0F9C0FB1221ADAC90091205A /* AssetLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9C0F98221ADAC70091205A /* AssetLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
2728
0F9C0FB2221ADAC90091205A /* AssetLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9C0F99221ADAC70091205A /* AssetLibrary.m */; };
2829
0F9C0FB3221ADAC90091205A /* Group.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9C0F9A221ADAC70091205A /* Group.m */; };
@@ -91,7 +92,6 @@
9192
23A53F4E1E277BBE001DBE35 /* CSIOCoreHTTPNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F2D1E276BA5001DBE35 /* CSIOCoreHTTPNetworking.m */; };
9293
23A53F4F1E277BBE001DBE35 /* CSIOURLCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F311E276BA5001DBE35 /* CSIOURLCache.m */; };
9394
23A53F501E277BBE001DBE35 /* NSObject+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F331E276BA5001DBE35 /* NSObject+Extensions.m */; };
94-
23A53F581E277CD3001DBE35 /* ContentstackTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A53F571E277CD3001DBE35 /* ContentstackTest.m */; };
9595
23A53F5A1E277CD3001DBE35 /* Contentstack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230B38C01C16E98B00444A14 /* Contentstack.framework */; };
9696
23B6F12A1B5662EE00A9E983 /* ISO8601DateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23B6F1281B5662EE00A9E983 /* ISO8601DateFormatter.m */; };
9797
565E11BB1BD76654005AD47F /* MMDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11AA1BD76654005AD47F /* MMDocument.m */; };
@@ -103,7 +103,6 @@
103103
565E11C11BD76654005AD47F /* MMScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11B81BD76654005AD47F /* MMScanner.m */; };
104104
565E11C21BD76654005AD47F /* MMSpanParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 565E11BA1BD76654005AD47F /* MMSpanParser.m */; };
105105
CBB348418CAB6166E8BFA905 /* libPods-ContentstackTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 41C23F0FF586499A39EC071B /* libPods-ContentstackTest.a */; };
106-
FA36C00820ECABDF000FF701 /* SyncTest.m in Sources */ = {isa = PBXBuildFile; fileRef = FA36C00720ECABDF000FF701 /* SyncTest.m */; };
107106
/* End PBXBuildFile section */
108107

109108
/* Begin PBXContainerItemProxy section */
@@ -137,9 +136,9 @@
137136

138137
/* Begin PBXFileReference section */
139138
0F0A70AD225DEDDF00E0284F /* Contentstack.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Contentstack.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
140-
0F15C2E62456C97D00CFF096 /* config.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = config.json; sourceTree = "<group>"; };
141-
0F1F2142225B6F7800358EB0 /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; };
142-
0F1F2144225B844F00358EB0 /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; };
139+
0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentstackTest.m; sourceTree = "<group>"; };
140+
0F41A91125C7CC9C007EF2DA /* SyncTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SyncTest.m; sourceTree = "<group>"; };
141+
0F41A91225C7CC9C007EF2DA /* config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = config.json; sourceTree = "<group>"; };
143142
0F6C89AC225CCE9F004C342A /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
144143
0F8745C5248FCE9700FAD159 /* run-test-case.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "run-test-case.sh"; sourceTree = "<group>"; };
145144
0F9C0F98221ADAC70091205A /* AssetLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssetLibrary.h; sourceTree = "<group>"; };
@@ -197,7 +196,6 @@
197196
23A53F491E27781A001DBE35 /* DocGenerationScript.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = DocGenerationScript.sh; sourceTree = "<group>"; };
198197
23A53F4B1E277A48001DBE35 /* generate_namespace_header.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = generate_namespace_header.sh; sourceTree = "<group>"; };
199198
23A53F551E277CD3001DBE35 /* ContentstackTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ContentstackTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
200-
23A53F571E277CD3001DBE35 /* ContentstackTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentstackTest.m; sourceTree = "<group>"; };
201199
23A53F591E277CD3001DBE35 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
202200
23B6F1271B5662EE00A9E983 /* ISO8601DateFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISO8601DateFormatter.h; sourceTree = "<group>"; };
203201
23B6F1281B5662EE00A9E983 /* ISO8601DateFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ISO8601DateFormatter.m; sourceTree = "<group>"; };
@@ -228,15 +226,13 @@
228226
D36158266EF475AC2496807A /* libPods-Contentstack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Contentstack.a"; sourceTree = BUILT_PRODUCTS_DIR; };
229227
F32D688A33248F4030DC4D01 /* libPods-ThirdPartyExtension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ThirdPartyExtension.a"; sourceTree = BUILT_PRODUCTS_DIR; };
230228
F80C908DA99E7A5AF5E1492D /* Pods-Contentstack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Contentstack.debug.xcconfig"; path = "Target Support Files/Pods-Contentstack/Pods-Contentstack.debug.xcconfig"; sourceTree = "<group>"; };
231-
FA36C00720ECABDF000FF701 /* SyncTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SyncTest.m; sourceTree = "<group>"; };
232229
/* End PBXFileReference section */
233230

234231
/* Begin PBXFrameworksBuildPhase section */
235232
230B38BC1C16E98B00444A14 /* Frameworks */ = {
236233
isa = PBXFrameworksBuildPhase;
237234
buildActionMask = 2147483647;
238235
files = (
239-
0F4D7E57D696BA541291C60B /* libPods-Contentstack.a in Frameworks */,
240236
);
241237
runOnlyForDeploymentPostprocessing = 0;
242238
};
@@ -406,10 +402,10 @@
406402
23A53F561E277CD3001DBE35 /* ContentstackTest */ = {
407403
isa = PBXGroup;
408404
children = (
409-
23A53F571E277CD3001DBE35 /* ContentstackTest.m */,
405+
0F41A91225C7CC9C007EF2DA /* config.json */,
406+
0F41A91025C7CC9C007EF2DA /* ContentstackTest.m */,
407+
0F41A91125C7CC9C007EF2DA /* SyncTest.m */,
410408
23A53F591E277CD3001DBE35 /* Info.plist */,
411-
FA36C00720ECABDF000FF701 /* SyncTest.m */,
412-
0F15C2E62456C97D00CFF096 /* config.json */,
413409
);
414410
path = ContentstackTest;
415411
sourceTree = "<group>";
@@ -634,7 +630,7 @@
634630
isa = PBXResourcesBuildPhase;
635631
buildActionMask = 2147483647;
636632
files = (
637-
0F15C2E72456C97D00CFF096 /* config.json in Resources */,
633+
0F41A91625C7CC9C007EF2DA /* config.json in Resources */,
638634
);
639635
runOnlyForDeploymentPostprocessing = 0;
640636
};
@@ -795,8 +791,8 @@
795791
isa = PBXSourcesBuildPhase;
796792
buildActionMask = 2147483647;
797793
files = (
798-
FA36C00820ECABDF000FF701 /* SyncTest.m in Sources */,
799-
23A53F581E277CD3001DBE35 /* ContentstackTest.m in Sources */,
794+
0F41A91425C7CC9C007EF2DA /* ContentstackTest.m in Sources */,
795+
0F41A91525C7CC9C007EF2DA /* SyncTest.m in Sources */,
800796
);
801797
runOnlyForDeploymentPostprocessing = 0;
802798
};

0 commit comments

Comments
 (0)