Skip to content

Commit

Permalink
use correct info plist for framework
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Apr 25, 2018
1 parent 4dfea7a commit fafb4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/PryntTrimmerView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PryntTrimmerView/Info.plist;
INFOPLIST_FILE = ../PryntTrimmerView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down Expand Up @@ -809,7 +809,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PryntTrimmerView/Info.plist;
INFOPLIST_FILE = ../PryntTrimmerView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down
Binary file modified PryntTrimmerView.framework.zip
Binary file not shown.

0 comments on commit fafb4ee

Please sign in to comment.