Skip to content

Commit 52a8d36

Browse files
author
Daniel Browne
committed
Change PusherSwift target name in Carthage Copy Framework build phase in 'Consumption-Tests'
1 parent 61d7e89 commit 52a8d36

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Consumption-Tests/Carthage-Latest/ObjectiveC.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
);
321321
inputPaths = (
322322
TweetNacl,
323-
PusherSwiftWithEncryption,
323+
PusherSwift,
324324
NWWebSocket,
325325
);
326326
name = "Carthage: Copy Platform Specific Frameworks";
@@ -341,7 +341,7 @@
341341
);
342342
inputPaths = (
343343
TweetNacl,
344-
PusherSwiftWithEncryption,
344+
PusherSwift,
345345
NWWebSocket,
346346
);
347347
name = "Carthage: Copy Platform Specific Frameworks";
@@ -361,7 +361,7 @@
361361
inputFileListPaths = (
362362
);
363363
inputPaths = (
364-
PusherSwiftWithEncryption,
364+
PusherSwift,
365365
TweetNacl,
366366
NWWebSocket,
367367
);

Consumption-Tests/Carthage-Latest/Swift.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
);
323323
inputPaths = (
324324
TweetNacl,
325-
PusherSwiftWithEncryption,
325+
PusherSwift,
326326
NWWebSocket,
327327
);
328328
name = "Carthage: Copy Platform Specific Frameworks";
@@ -341,7 +341,7 @@
341341
);
342342
inputPaths = (
343343
TweetNacl,
344-
PusherSwiftWithEncryption,
344+
PusherSwift,
345345
NWWebSocket,
346346
);
347347
name = "Carthage: Copy Platform Specific Frameworks";
@@ -361,7 +361,7 @@
361361
inputFileListPaths = (
362362
);
363363
inputPaths = (
364-
PusherSwiftWithEncryption,
364+
PusherSwift,
365365
TweetNacl,
366366
NWWebSocket,
367367
);

Consumption-Tests/Carthage-Minimum/ObjectiveC.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
);
321321
inputPaths = (
322322
TweetNacl,
323-
PusherSwiftWithEncryption,
323+
PusherSwift,
324324
NWWebSocket,
325325
);
326326
name = "Carthage: Copy Platform Specific Frameworks";
@@ -341,7 +341,7 @@
341341
);
342342
inputPaths = (
343343
TweetNacl,
344-
PusherSwiftWithEncryption,
344+
PusherSwift,
345345
NWWebSocket,
346346
);
347347
name = "Carthage: Copy Platform Specific Frameworks";
@@ -361,7 +361,7 @@
361361
inputFileListPaths = (
362362
);
363363
inputPaths = (
364-
PusherSwiftWithEncryption,
364+
PusherSwift,
365365
TweetNacl,
366366
NWWebSocket,
367367
);

Consumption-Tests/Carthage-Minimum/Swift.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
);
323323
inputPaths = (
324324
TweetNacl,
325-
PusherSwiftWithEncryption,
325+
PusherSwift,
326326
NWWebSocket,
327327
);
328328
name = "Carthage: Copy Platform Specific Frameworks";
@@ -341,7 +341,7 @@
341341
);
342342
inputPaths = (
343343
TweetNacl,
344-
PusherSwiftWithEncryption,
344+
PusherSwift,
345345
NWWebSocket,
346346
);
347347
name = "Carthage: Copy Platform Specific Frameworks";
@@ -361,7 +361,7 @@
361361
inputFileListPaths = (
362362
);
363363
inputPaths = (
364-
PusherSwiftWithEncryption,
364+
PusherSwift,
365365
TweetNacl,
366366
NWWebSocket,
367367
);

0 commit comments

Comments
 (0)