Skip to content

Commit fdfb95e

Browse files
committed
Delete sample project that doesn't work anymore, update Podfile to point to newer JXHTTP version
1 parent 0526158 commit fdfb95e

File tree

16 files changed

+31
-929
lines changed

16 files changed

+31
-929
lines changed

Examples/AppClientExample/AppClientExample.xcodeproj/project.pbxproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/* End PBXBuildFile section */
2323

2424
/* Begin PBXFileReference section */
25+
86EFED2E98293EED7501CFB5 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
2526
9330594016F92D6B00868C9C /* AppClientExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppClientExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2627
9330594316F92D6B00868C9C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
2728
9330594516F92D6B00868C9C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -38,8 +39,8 @@
3839
9330596016F92DA000868C9C /* TMAppClientExampleController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMAppClientExampleController.h; sourceTree = "<group>"; };
3940
9330596116F92DA000868C9C /* TMAppClientExampleController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMAppClientExampleController.m; sourceTree = "<group>"; };
4041
9330596316F930CB00868C9C /* tumblr.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tumblr.png; sourceTree = "<group>"; };
41-
ABEA0C5488FC430994D12D9D /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; };
4242
E241EBDBBDCF4E3393680DED /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
43+
F7D2F48E989E7862098B14AB /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
4344
/* End PBXFileReference section */
4445

4546
/* Begin PBXFrameworksBuildPhase section */
@@ -63,7 +64,7 @@
6364
9330594916F92D6B00868C9C /* AppClientExample */,
6465
9330594216F92D6B00868C9C /* Frameworks */,
6566
9330594116F92D6B00868C9C /* Products */,
66-
ABEA0C5488FC430994D12D9D /* Pods.xcconfig */,
67+
D1EB5FD88786D67A2B4C4B8D /* Pods */,
6768
);
6869
sourceTree = "<group>";
6970
};
@@ -113,6 +114,15 @@
113114
name = "Supporting Files";
114115
sourceTree = "<group>";
115116
};
117+
D1EB5FD88786D67A2B4C4B8D /* Pods */ = {
118+
isa = PBXGroup;
119+
children = (
120+
86EFED2E98293EED7501CFB5 /* Pods.debug.xcconfig */,
121+
F7D2F48E989E7862098B14AB /* Pods.release.xcconfig */,
122+
);
123+
name = Pods;
124+
sourceTree = "<group>";
125+
};
116126
/* End PBXGroup section */
117127

118128
/* Begin PBXNativeTarget section */
@@ -189,7 +199,7 @@
189199
);
190200
runOnlyForDeploymentPostprocessing = 0;
191201
shellPath = /bin/sh;
192-
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
202+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
193203
};
194204
/* End PBXShellScriptBuildPhase section */
195205

@@ -276,7 +286,7 @@
276286
};
277287
9330595E16F92D6B00868C9C /* Debug */ = {
278288
isa = XCBuildConfiguration;
279-
baseConfigurationReference = ABEA0C5488FC430994D12D9D /* Pods.xcconfig */;
289+
baseConfigurationReference = 86EFED2E98293EED7501CFB5 /* Pods.debug.xcconfig */;
280290
buildSettings = {
281291
GCC_PRECOMPILE_PREFIX_HEADER = YES;
282292
GCC_PREFIX_HEADER = "AppClientExample/AppClientExample-Prefix.pch";
@@ -288,7 +298,7 @@
288298
};
289299
9330595F16F92D6B00868C9C /* Release */ = {
290300
isa = XCBuildConfiguration;
291-
baseConfigurationReference = ABEA0C5488FC430994D12D9D /* Pods.xcconfig */;
301+
baseConfigurationReference = F7D2F48E989E7862098B14AB /* Pods.release.xcconfig */;
292302
buildSettings = {
293303
GCC_PRECOMPILE_PREFIX_HEADER = YES;
294304
GCC_PREFIX_HEADER = "AppClientExample/AppClientExample-Prefix.pch";

0 commit comments

Comments
 (0)