Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods 1.7.0 beta #118

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,26 @@ jobs:
- *restore-gems
- *install-gems
- *store-gems
- run:
name: Download podspec repo
command: curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
- restore_cache:
keys:
- cocoapods-{{ checksum "Podfile.lock" }}
- cocoapods-
- run:
name: Lint podspec
command: bundle exec rake pod:lint
- save_cache:
key: cocoapods-{{ checksum "Podfile.lock" }}
paths:
- ~/.cocoapods
- *store-artifacts


workflows:
version: 2
lint-buildandtest-checkdeploy:
jobs:
- check-deploy
- lint
- spm-linux-build-and-test
- spm-mac-build-and-test
- xcode-build-and-test
- check-deploy:
requires:
- lint
- spm-linux-build-and-test
- spm-mac-build-and-test
- xcode-build-and-test
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ _None_
* Update to SwiftLint 0.31.0 and enable some extra SwiftLint rules.
[David Jennes](https://github.com/djbe)
[#116](https://github.com/SwiftGen/StencilSwiftKit/pull/116)
* Updated to CocoaPods 1.7.0 (Beta 1).
[David Jennes](https://github.com/djbe)
[#118](https://github.com/SwiftGen/StencilSwiftKit/pull/118)

## 2.7.2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

# In addition to :build, for contributing
group :development do
gem 'cocoapods', '~> 1.6.0'
gem 'cocoapods', '~> 1.7.0.beta.1'
gem 'rubocop', '~> 0.65'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ GEM
ast (2.4.0)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.6.1)
cocoapods (1.7.0.beta.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.6.1)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-core (= 1.7.0.beta.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
Expand All @@ -31,7 +31,7 @@ GEM
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.8.1, < 2.0)
cocoapods-core (1.6.1)
cocoapods-core (1.7.0.beta.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand Down Expand Up @@ -104,7 +104,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.6.0)
cocoapods (~> 1.7.0.beta.1)
octokit (~> 4.13)
rake (~> 12.3)
rubocop (~> 0.65)
Expand Down
9 changes: 7 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
raise 'Please use bundle exec to run the pod command' unless defined?(Bundler)

install! 'cocoapods',
:generate_multiple_pod_projects => true,
:incremental_installation => true
platform :osx, '10.9'
source 'https://cdn.jsdelivr.net/cocoa/'
use_frameworks!

raise 'Please use bundle exec to run the pod command' unless defined?(Bundler)
workspace 'StencilSwiftKit.xcworkspace'

target 'Tests' do
pod 'StencilSwiftKit', path: '.'
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06
Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b
StencilSwiftKit: 9ebd42556b6c7396440f286b6c9aca1549c963ff
StencilSwiftKit: f37c5a91261894ffe8a0f10e3159d528856d7d70
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3

PODFILE CHECKSUM: ea156eb15e31a283c83a103d9155c8b32b3598c1
PODFILE CHECKSUM: 18c6846c7fb0e041a27880c14aaaa350cbfa3169

COCOAPODS: 1.6.1
COCOAPODS: 1.7.0.beta.1
47 changes: 47 additions & 0 deletions Pods/.project_cache/installation_cache.yaml

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

20 changes: 20 additions & 0 deletions Pods/.project_cache/metadata_cache.yaml

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

1 change: 1 addition & 0 deletions Pods/.project_cache/version

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

2 changes: 1 addition & 1 deletion Pods/Local Podspecs/StencilSwiftKit.podspec.json

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

6 changes: 3 additions & 3 deletions Pods/Manifest.lock

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

Loading