Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
[fragaria] make deployment target 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 6, 2016
1 parent 944abf4 commit bbf6ac5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
6 changes: 2 additions & 4 deletions app/CocoaPods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,6 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -991,7 +990,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
};
Expand All @@ -1014,7 +1013,6 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -1026,7 +1024,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion app/Fragaria.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"public_header_files": "*.h",
"platforms": {
"osx": null
"osx": "10.10"
},
"libraries": "icucore",
"license": "BSD",
Expand Down
8 changes: 4 additions & 4 deletions app/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions cocoapods-plugins-install/cocoapods-plugins-install.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

version_file = File.expand_path('~/.cocoapods/repos/master/CocoaPods-version.yml')
install_cocoapods_version = YAML.load(File.read(version_file))['last']

spec.add_runtime_dependency "cocoapods-plugins", installed_cocoapods_version
spec.add_runtime_dependency "cocoapods-plugins"

spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.4"
Expand Down

0 comments on commit bbf6ac5

Please sign in to comment.