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 6860327 commit 2375cec
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Example/SystemEye.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SystemEye/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.SystemEye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -758,7 +758,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SystemEye/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.SystemEye;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -808,6 +808,7 @@
9E24FAD51E8132CA001AD0D7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "56522D567136C88654F246802FF041D305640A0C",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : 9223372036854775807,
"56522D567136C88654F246802FF041D305640A0C" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "EF6401BA-35C1-497F-9EDA-70BF1D020842",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : "..\/..",
"56522D567136C88654F246802FF041D305640A0C" : "SystemEye\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "SystemEye",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Example\/SystemEye.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:zixun\/SystemEye.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "56522D567136C88654F246802FF041D305640A0C"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "git.oschina.net:zixunapp\/AppSaber-MAC.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "BF1F56C483977AC36F575A9C50FB74A7EFF41C69"
}
]
}

0 comments on commit 2375cec

Please sign in to comment.