File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
github "krzyzanowskim/CryptoSwift" ~> 0.15.0
2
2
github "ashleymills/Reachability.swift" == 4.3.0
3
- github "icanzilb/TaskQueue" ~> 1.1.1
4
3
github "daltoniam/Starscream" == 3.0.6
Original file line number Diff line number Diff line change 1
1
github "ashleymills/Reachability.swift" "v4.3.0"
2
2
github "daltoniam/Starscream" "3.0.6"
3
- github "icanzilb/TaskQueue" "1.1.1"
4
3
github "krzyzanowskim/CryptoSwift" "0.15.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Pod::Spec.new do |s|
14
14
15
15
s . dependency 'CryptoSwift' , '~> 0.9'
16
16
s . dependency 'ReachabilitySwift' , '4.3.0'
17
- s . dependency 'TaskQueue' , '~> 1.1'
18
17
s . dependency 'Starscream' , '~> 3.0.5'
19
18
20
19
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 291
291
);
292
292
inputPaths = (
293
293
Starscream,
294
- TaskQueue,
295
294
CryptoSwift,
296
295
Reachability,
297
296
);
300
299
);
301
300
runOnlyForDeploymentPostprocessing = 0;
302
301
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 ";
304
303
};
305
304
/* End PBXShellScriptBuildPhase section */
306
305
You can’t perform that action at this time.
0 commit comments