Skip to content

Commit

Permalink
fix: deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
larromba committed Dec 10, 2018
1 parent 290fe0f commit 88eca29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PPBadgeViewSwift/PPBadgeViewSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PPBadgeView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -756,7 +756,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PPBadgeView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.jkpang.PPBadgeView;
Expand Down

0 comments on commit 88eca29

Please sign in to comment.