Skip to content

Commit

Permalink
Change deployment target to iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSwanros committed Jan 18, 2016
1 parent 7c11827 commit 1494452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftyOpenPay.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
);
INFOPLIST_FILE = SwiftyOpenPay/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.Pacific3.SwiftyOpenPay;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -436,6 +437,7 @@
);
INFOPLIST_FILE = SwiftyOpenPay/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.Pacific3.SwiftyOpenPay;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 1494452

Please sign in to comment.