Skip to content

Commit

Permalink
Fixed compiler warnings for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Apr 18, 2016
1 parent 9efa973 commit 8a2cead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ SwiftyRSA Changelog

# [master]

- Fixed compiler warnings for Carthage.
- Added Carthage support.


# [0.2.0]

- Added NSData encryption/decryption.
Expand Down
4 changes: 2 additions & 2 deletions SwiftyRSA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -422,7 +422,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
INFOPLIST_FILE = SwiftyRSATests/Info.plist;
Expand Down

0 comments on commit 8a2cead

Please sign in to comment.