Skip to content

Commit ef994d2

Browse files
author
Daniel Browne
committed
Add 'TweetNacl' to Carthage Copy Frameworks build phase in example apps
1 parent 2ee4b1b commit ef994d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iOS Example Obj-C/iOS Example Obj-C.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
inputFileListPaths = (
192192
);
193193
inputPaths = (
194-
"$(SRCROOT)/../Carthage/Build/iOS/Reachability.framework",
194+
"$(SRCROOT)/../Carthage/Build/iOS/TweetNacl.framework",
195195
"$(SRCROOT)/../Carthage/Build/iOS/NWWebSocket.framework",
196196
);
197197
name = "Copy Carthage Frameworks";

iOS Example Swift/iOS Example Swift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
files = (
199199
);
200200
inputPaths = (
201-
"$(SRCROOT)/../Carthage/Build/iOS/Reachability.framework",
201+
"$(SRCROOT)/../Carthage/Build/iOS/TweetNacl.framework",
202202
"$(SRCROOT)/../Carthage/Build/iOS/NWWebSocket.framework",
203203
);
204204
name = "Copy Carthage Frameworks";

0 commit comments

Comments
 (0)