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 8df793e commit b1d0e9c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AssistiveButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AssistiveButton'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Simple Assistive Button.'

# This description is used to generate tags and improve search results.
Expand Down
5 changes: 3 additions & 2 deletions Example/AssistiveButton.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 = AssistiveButton/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.AssistiveButton;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -688,7 +688,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AssistiveButton/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.AssistiveButton;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -737,6 +737,7 @@
9E24FA571E810439001AD0D7 /* 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" : "60DE1C3A34E0DCD228D2ECF36F878D99014133B1",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"60DE1C3A34E0DCD228D2ECF36F878D99014133B1" : 9223372036854775807,
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "5C08C586-8844-4407-916E-279BB8A964BF",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"60DE1C3A34E0DCD228D2ECF36F878D99014133B1" : "AssistiveButton\/",
"BF1F56C483977AC36F575A9C50FB74A7EFF41C69" : "..\/.."
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "AssistiveButton",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Example\/AssistiveButton.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:zixun\/AssistiveButton.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "60DE1C3A34E0DCD228D2ECF36F878D99014133B1"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "git.oschina.net:zixunapp\/AppSaber-MAC.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "BF1F56C483977AC36F575A9C50FB74A7EFF41C69"
}
]
}

0 comments on commit b1d0e9c

Please sign in to comment.