Skip to content

Commit

Permalink
fix development target version
Browse files Browse the repository at this point in the history
  • Loading branch information
zixun committed Mar 29, 2017
1 parent 0404f30 commit 5505ac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ANREye.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ANREye'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Class for monitor excessive blocking on the main thread.'

s.description = <<-DESC
Expand Down
5 changes: 3 additions & 2 deletions Example/ANREye.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ANREye/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.ANREye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -708,7 +708,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ANREye/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.zixun.ANREye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -758,6 +758,7 @@
9E24FA1E1E800235001AD0D7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 5505ac4

Please sign in to comment.