Skip to content

Commit 3f82772

Browse files
committed
Remove iOS Example dependency on cocoapods
1 parent 30956a2 commit 3f82772

File tree

3 files changed

+1
-69
lines changed

3 files changed

+1
-69
lines changed

Podfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ workspace 'PusherSwift'
44

55
use_frameworks!
66

7-
def import_pods
8-
pod 'PusherSwift', path: './'
9-
end
10-
117
def import_test_pods
128
pod 'Quick', '0.9.2'
139
pod 'Nimble', '4.0.1'
@@ -30,9 +26,3 @@ target 'PusherSwiftTests-OSX' do
3026
platform :osx, '10.11'
3127
import_test_pods
3228
end
33-
34-
target 'iOS Example' do
35-
project 'iOS Example'
36-
platform :ios, '9.0'
37-
import_pods
38-
end

Podfile.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
PODS:
22
- Nimble (4.0.1)
3-
- PusherSwift (0.3.0)
43
- Quick (0.9.2)
54

65
DEPENDENCIES:
76
- Nimble (= 4.0.1)
8-
- PusherSwift (from `./`)
97
- Quick (= 0.9.2)
108

11-
EXTERNAL SOURCES:
12-
PusherSwift:
13-
:path: "./"
14-
159
SPEC CHECKSUMS:
1610
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
17-
PusherSwift: 2d5ea972aa7a13f88f9046190cdbbfba1735f7e2
1811
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
1912

20-
PODFILE CHECKSUM: 9dd5284ba7de06a0df0a65692426f4cb76fcfa23
13+
PODFILE CHECKSUM: 9b40e2712dd31189185ad3bb0207ec9d0cf0d7ba
2114

2215
COCOAPODS: 1.0.1

iOS Example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,9 @@
161161
isa = PBXNativeTarget;
162162
buildConfigurationList = 33831C7D1A9CEEEA00B124F1 /* Build configuration list for PBXNativeTarget "iOS Example" */;
163163
buildPhases = (
164-
F54BDCB2FA9ED584805C3955 /* [CP] Check Pods Manifest.lock */,
165164
33831C5A1A9CEEE900B124F1 /* Sources */,
166165
33831C5B1A9CEEE900B124F1 /* Frameworks */,
167166
33831C5C1A9CEEE900B124F1 /* Resources */,
168-
97606E628093B7CACD90F14F /* [CP] Embed Pods Frameworks */,
169-
6D45E1B51F7EE506A13652F9 /* [CP] Copy Pods Resources */,
170167
);
171168
buildRules = (
172169
);
@@ -274,54 +271,6 @@
274271
};
275272
/* End PBXResourcesBuildPhase section */
276273

277-
/* Begin PBXShellScriptBuildPhase section */
278-
6D45E1B51F7EE506A13652F9 /* [CP] Copy Pods Resources */ = {
279-
isa = PBXShellScriptBuildPhase;
280-
buildActionMask = 2147483647;
281-
files = (
282-
);
283-
inputPaths = (
284-
);
285-
name = "[CP] Copy Pods Resources";
286-
outputPaths = (
287-
);
288-
runOnlyForDeploymentPostprocessing = 0;
289-
shellPath = /bin/sh;
290-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example-resources.sh\"\n";
291-
showEnvVarsInLog = 0;
292-
};
293-
97606E628093B7CACD90F14F /* [CP] Embed Pods Frameworks */ = {
294-
isa = PBXShellScriptBuildPhase;
295-
buildActionMask = 2147483647;
296-
files = (
297-
);
298-
inputPaths = (
299-
);
300-
name = "[CP] Embed Pods Frameworks";
301-
outputPaths = (
302-
);
303-
runOnlyForDeploymentPostprocessing = 0;
304-
shellPath = /bin/sh;
305-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example-frameworks.sh\"\n";
306-
showEnvVarsInLog = 0;
307-
};
308-
F54BDCB2FA9ED584805C3955 /* [CP] Check Pods Manifest.lock */ = {
309-
isa = PBXShellScriptBuildPhase;
310-
buildActionMask = 2147483647;
311-
files = (
312-
);
313-
inputPaths = (
314-
);
315-
name = "[CP] Check Pods Manifest.lock";
316-
outputPaths = (
317-
);
318-
runOnlyForDeploymentPostprocessing = 0;
319-
shellPath = /bin/sh;
320-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
321-
showEnvVarsInLog = 0;
322-
};
323-
/* End PBXShellScriptBuildPhase section */
324-
325274
/* Begin PBXSourcesBuildPhase section */
326275
33831C5A1A9CEEE900B124F1 /* Sources */ = {
327276
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)