Skip to content

Commit 53c729c

Browse files
author
Tom Kemp
committed
Remove unused TaskQueue dependency
1 parent 23d1853 commit 53c729c

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Cartfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
github "krzyzanowskim/CryptoSwift" ~> 0.15.0
22
github "ashleymills/Reachability.swift" == 4.3.0
3-
github "icanzilb/TaskQueue" ~> 1.1.1
43
github "daltoniam/Starscream" == 3.0.6

Cartfile.resolved

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
github "ashleymills/Reachability.swift" "v4.3.0"
22
github "daltoniam/Starscream" "3.0.6"
3-
github "icanzilb/TaskQueue" "1.1.1"
43
github "krzyzanowskim/CryptoSwift" "0.15.0"

PusherSwift.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Pod::Spec.new do |s|
1414

1515
s.dependency 'CryptoSwift', '~> 0.9'
1616
s.dependency 'ReachabilitySwift', '4.3.0'
17-
s.dependency 'TaskQueue', '~> 1.1'
1817
s.dependency 'Starscream', '~> 3.0.5'
1918

2019
s.ios.deployment_target = '8.0'

PusherSwift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
291291
);
292292
inputPaths = (
293293
Starscream,
294-
TaskQueue,
295294
CryptoSwift,
296295
Reachability,
297296
);
@@ -300,7 +299,7 @@
300299
);
301300
runOnlyForDeploymentPostprocessing = 0;
302301
shellPath = /bin/sh;
303-
shellScript = "case \"$PLATFORM_NAME\" in\nmacosx) plat=Mac;;\niphone*) plat=iOS;;\nwatch*) plat=watchOS;;\ntv*) plat=tvOS;;\nappletv*) plat=tvOS;;\n*) echo \"error: Unknown PLATFORM_NAME: $PLATFORM_NAME\"; exit 1;;\nesac\nfor (( n = 0; n < SCRIPT_INPUT_FILE_COUNT; n++ )); do\nVAR=SCRIPT_INPUT_FILE_$n\nframework=$(basename \"${!VAR}\")\nexport SCRIPT_INPUT_FILE_$n=\"$SRCROOT\"/Carthage/Build/$plat/\"$framework\".framework\ndone\n\n/usr/local/bin/carthage copy-frameworks || exit\n\nfor (( n = 0; n < SCRIPT_INPUT_FILE_COUNT; n++ )); do\nVAR=SCRIPT_INPUT_FILE_$n\nsource=${!VAR}.dSYM\ndest=${BUILT_PRODUCTS_DIR}/$(basename \"$source\")\nditto \"$source\" \"$dest\" || exit\ndone";
302+
shellScript = "case \"$PLATFORM_NAME\" in\nmacosx) plat=Mac;;\niphone*) plat=iOS;;\nwatch*) plat=watchOS;;\ntv*) plat=tvOS;;\nappletv*) plat=tvOS;;\n*) echo \"error: Unknown PLATFORM_NAME: $PLATFORM_NAME\"; exit 1;;\nesac\nfor (( n = 0; n < SCRIPT_INPUT_FILE_COUNT; n++ )); do\nVAR=SCRIPT_INPUT_FILE_$n\nframework=$(basename \"${!VAR}\")\nexport SCRIPT_INPUT_FILE_$n=\"$SRCROOT\"/Carthage/Build/$plat/\"$framework\".framework\ndone\n\n/usr/local/bin/carthage copy-frameworks || exit\n\nfor (( n = 0; n < SCRIPT_INPUT_FILE_COUNT; n++ )); do\nVAR=SCRIPT_INPUT_FILE_$n\nsource=${!VAR}.dSYM\ndest=${BUILT_PRODUCTS_DIR}/$(basename \"$source\")\nditto \"$source\" \"$dest\" || exit\ndone\n";
304303
};
305304
/* End PBXShellScriptBuildPhase section */
306305

0 commit comments

Comments
 (0)