Skip to content

Commit

Permalink
Remove unused TaskQueue dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kemp committed Apr 11, 2019
1 parent 23d1853 commit 53c729c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github "krzyzanowskim/CryptoSwift" ~> 0.15.0
github "ashleymills/Reachability.swift" == 4.3.0
github "icanzilb/TaskQueue" ~> 1.1.1
github "daltoniam/Starscream" == 3.0.6
1 change: 0 additions & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github "ashleymills/Reachability.swift" "v4.3.0"
github "daltoniam/Starscream" "3.0.6"
github "icanzilb/TaskQueue" "1.1.1"
github "krzyzanowskim/CryptoSwift" "0.15.0"
1 change: 0 additions & 1 deletion PusherSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Pod::Spec.new do |s|

s.dependency 'CryptoSwift', '~> 0.9'
s.dependency 'ReachabilitySwift', '4.3.0'
s.dependency 'TaskQueue', '~> 1.1'
s.dependency 'Starscream', '~> 3.0.5'

s.ios.deployment_target = '8.0'
Expand Down
3 changes: 1 addition & 2 deletions PusherSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@
);
inputPaths = (
Starscream,
TaskQueue,
CryptoSwift,
Reachability,
);
Expand All @@ -300,7 +299,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 53c729c

Please sign in to comment.