Skip to content

Commit

Permalink
pod lib lint is failing (#61)
Browse files Browse the repository at this point in the history
* Fix pod lint errors
* Update cocoapods in the Gemfile
* Update Pods to the latest versions
* Setup ios tests target to use iphonesimulator

Co-authored-by: Pavel Yakimenko <[email protected]>
  • Loading branch information
farktronix and Pavel Yakimenko authored Nov 27, 2020
1 parent 7620605 commit 45b0ee2
Show file tree
Hide file tree
Showing 12 changed files with 155 additions and 113 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'cocoapods'
gem 'cocoapods', ">= 1.10"
gem 'xcpretty'
gem 'xcpretty-travis-formatter'
75 changes: 46 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,88 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.11.1)
i18n (~> 0.7)
CFPropertyList (3.0.2)
activesupport (5.2.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.7.1)
activesupport (>= 4.0.2, < 5)
claide (1.0.3)
cocoapods (1.10.0)
addressable (~> 2.6)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.7.1)
cocoapods-core (= 1.10.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.2.0, < 3.0)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.8.2, < 2.0)
cocoapods-core (1.7.1)
activesupport (>= 4.0.2, < 6)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.10.0)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.2.2)
cocoapods-downloader (1.4.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.3.1)
cocoapods-trunk (1.5.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.7)
escape (0.0.4)
fourflusher (2.3.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
i18n (0.9.5)
httpclient (2.8.3)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
json (2.3.1)
minitest (5.14.2)
molinillo (0.6.6)
nanaimo (0.2.6)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
public_suffix (4.0.6)
rouge (2.0.7)
ruby-macho (1.4.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.8)
thread_safe (~> 0.1)
xcodeproj (1.10.0)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)
nanaimo (~> 0.3.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.0)
Expand All @@ -75,9 +92,9 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods
cocoapods (>= 1.10)
xcpretty
xcpretty-travis-formatter

BUNDLED WITH
1.17.1
1.17.2
12 changes: 8 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ target 'RealmConverteriOS' do
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.9'
if config.name == 'RealmConverterTestsiOS'
config.build_settings['SUPPORTED_PLATFORMS[sdk=iphonesimulator*]'] = iphonesimulator
end
end
end
end
end
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- CSwiftV (0.0.9)
- PathKit (1.0.0)
- Realm (10.1.2):
- Realm/Headers (= 10.1.2)
- Realm/Headers (10.1.2)
- Realm (10.1.4):
- Realm/Headers (= 10.1.4)
- Realm/Headers (10.1.4)
- SSZipArchive (2.2.3)
- TGSpreadsheetWriter (1.0.2):
- SSZipArchive
Expand All @@ -25,10 +25,10 @@ SPEC REPOS:
SPEC CHECKSUMS:
CSwiftV: 8dde426ad2a4f645bdfb513b8aa878d555aeff60
PathKit: 364e0de7fb5adb142aecab4e112187e5548fc4b6
Realm: 031fdd4be7094d01b43af1a5e49766ab644bb800
Realm: 80f4fb2971ccb9adc27a47d0955ae8e533a7030b
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
TGSpreadsheetWriter: 09bbb2c18a111a11c94ff9c1af2320e2530c958e

PODFILE CHECKSUM: 7968dd07c3a2aadd7e89074a3d67001289e192ef
PODFILE CHECKSUM: 4a2b16926fae4c852cfa0622b345731c0ab17b81

COCOAPODS: 1.10.0
4 changes: 2 additions & 2 deletions RealmConverter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RealmConverter'
s.version = '0.5.3'
s.version = '0.5.4'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.summary = 'A library that provides the ability to import/export Realm files from a variety of data container formats.'
s.homepage = 'https://realm.io'
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.source_files = 'RealmConverter/**/*.{swift,h,m,c}'

s.dependency 'Realm', '~> 10.0'
s.dependency 'Realm'
s.dependency 'PathKit'
s.dependency 'CSwiftV'
s.dependency 'SSZipArchive'
Expand Down
Loading

0 comments on commit 45b0ee2

Please sign in to comment.