Skip to content

Commit

Permalink
Removes warning from Xcode project, fixes MW-93 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinagual authored Sep 28, 2021
1 parent 58dc248 commit 5545137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FantasmoSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS";
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = FantasmoSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down Expand Up @@ -791,7 +791,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS";
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = FantasmoSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down

0 comments on commit 5545137

Please sign in to comment.