Skip to content

Commit

Permalink
调整target为8.0编译测试
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhk committed Feb 1, 2018
1 parent 10cd78f commit e0bdb5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ git clone [email protected]:wangzhk/iOSPROBE.git
开发环境
```
Xode 9.1
Development target 10.0
Development target 8.0
swift language 3.2
OC
```
### 3,将包重新签名后,引入工程中
示例程序调试环境
```
模拟器 ios11.1
模拟器 ios11.1 iphone 8 plus
真机 iphone 6s ios 10.3.3
```
### 4,在app入口方法处加入如下代码
Expand Down
10 changes: 6 additions & 4 deletions iOSPROBE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@
TargetAttributes = {
F9E991E21FF4818F007D6180 = {
CreatedOnToolsVersion = 9.1;
LastSwiftMigration = 0910;
ProvisioningStyle = Automatic;
};
F9E991EB1FF4818F007D6180 = {
Expand All @@ -521,6 +522,7 @@
};
F9E992741FF4831B007D6180 = {
CreatedOnToolsVersion = 9.1;
LastSwiftMigration = 0910;
ProvisioningStyle = Automatic;
};
F9E992871FF4831C007D6180 = {
Expand Down Expand Up @@ -764,7 +766,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -819,7 +821,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand All @@ -844,7 +846,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = iOSPROBE/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "demo.demo-hello";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -868,7 +870,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = iOSPROBE/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "demo.demo-hello";
Expand Down
Binary file not shown.

0 comments on commit e0bdb5b

Please sign in to comment.