Skip to content

Commit

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

Pod::Spec.new do |s|
s.name = 'CrashEye'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'CrashEye is an ios crash monitor,automatic catch exception crash & signal crash and return the stacktrace.'

# This description is used to generate tags and improve search results.
Expand Down
5 changes: 3 additions & 2 deletions Example/CrashEye.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CrashEye/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.CrashEye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -688,7 +688,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CrashEye/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.CrashEye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -737,6 +737,7 @@
9E24FA6D1E810ADC001AD0D7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit ad3924f

Please sign in to comment.