Skip to content

Commit

Permalink
Rename project file
Browse files Browse the repository at this point in the history
Change minimum requirement to iOS 9
  • Loading branch information
Kazuho Okui committed Jul 18, 2017
1 parent 9f22e06 commit a6df4bd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ before_install:
- brew outdated carthage || brew upgrade carthage
# before_script:
# - carthage bootstrap
script: xcodebuild test -scheme RK4Spring_iOS -sdk iphonesimulator -destination 'platform=iOS
Simulator,name=iPhone 7,OS=11.0'
script: xcodebuild test -scheme RK4Spring_iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.0'
before_deploy:
- ./CarthageScripts/build-static-framework.sh
- carthage archive $FRAMEWORK_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
};
};
};
buildConfigurationList = 6E3C28B11C20A02200CAD137 /* Build configuration list for PBXProject "RK4SpringDemo" */;
buildConfigurationList = 6E3C28B11C20A02200CAD137 /* Build configuration list for PBXProject "RK4Spring" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -538,7 +538,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = RK4Spring_iOS/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
PRODUCT_MODULE_NAME = RK4Spring;
Expand Down Expand Up @@ -578,7 +578,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = RK4Spring_iOS/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.flinto.RK4Spring;
PRODUCT_MODULE_NAME = RK4Spring;
Expand Down Expand Up @@ -697,7 +697,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -744,7 +744,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
Expand Down Expand Up @@ -810,7 +810,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6E3C28B11C20A02200CAD137 /* Build configuration list for PBXProject "RK4SpringDemo" */ = {
6E3C28B11C20A02200CAD137 /* Build configuration list for PBXProject "RK4Spring" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6E3C28C31C20A02200CAD137 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "6E3C28B51C20A02200CAD137"
BuildableName = "RK4SpringDemo.app"
BlueprintName = "RK4SpringDemo"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -36,7 +36,7 @@
BlueprintIdentifier = "6E3C28B51C20A02200CAD137"
BuildableName = "RK4SpringDemo.app"
BlueprintName = "RK4SpringDemo"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -60,7 +60,7 @@
BlueprintIdentifier = "6E3C28B51C20A02200CAD137"
BuildableName = "RK4SpringDemo.app"
BlueprintName = "RK4SpringDemo"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
Expand All @@ -79,7 +79,7 @@
BlueprintIdentifier = "6E3C28B51C20A02200CAD137"
BuildableName = "RK4SpringDemo.app"
BlueprintName = "RK4SpringDemo"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_iOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -36,7 +36,7 @@
BlueprintIdentifier = "6E3BBB701F1E759800894AF1"
BuildableName = "RK4Spring_iOSTests.xctest"
BlueprintName = "RK4Spring_iOSTests"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -46,7 +46,7 @@
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_iOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -69,7 +69,7 @@
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_iOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -87,7 +87,7 @@
BlueprintIdentifier = "6E3BBB681F1E759800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_iOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_macOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -50,7 +50,7 @@
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_macOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -68,7 +68,7 @@
BlueprintIdentifier = "6E3BBB561F1E757800894AF1"
BuildableName = "RK4Spring.framework"
BlueprintName = "RK4Spring_macOS"
ReferencedContainer = "container:RK4SpringDemo.xcodeproj">
ReferencedContainer = "container:RK4Spring.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down

0 comments on commit a6df4bd

Please sign in to comment.