Skip to content

Commit 06e5e66

Browse files
authored
Merge pull request #26 from devMEremenko/update-to-xcode12
Update to Xcode 12
2 parents 8c4ddee + ded96a2 commit 06e5e66

File tree

245 files changed

+37861
-30878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+37861
-30878
lines changed

Podfile

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source = 'https://github.com/CocoaPods/Specs.git'
2+
minimum_target = '13.0'
23

3-
platform :ios, '13.0'
4+
platform :ios, minimum_target
45

56
target 'XcodeBenchmark' do
67
use_frameworks!
@@ -24,7 +25,7 @@ target 'XcodeBenchmark' do
2425

2526
# Core
2627
pod 'SwiftyJSON', '~> 4.0'
27-
pod 'Realm'
28+
pod 'Realm', '~> 5.3.4'
2829
pod 'MagicalRecord', :git => 'https://github.com/magicalpanda/MagicalRecord'
2930
pod 'RxBluetoothKit'
3031
pod 'ReactiveCocoa', '~> 10.1'
@@ -44,7 +45,7 @@ target 'XcodeBenchmark' do
4445
# UI
4546
pod 'Hero'
4647
pod 'SVProgressHUD'
47-
pod 'Eureka'
48+
pod 'Eureka', '~> 5.3.2'
4849
pod 'IQKeyboardManagerSwift'
4950
pod 'Macaw', '0.9.7'
5051

@@ -64,3 +65,11 @@ target 'XcodeBenchmark' do
6465
pod 'FacebookLogin'
6566
pod 'FacebookShare'
6667
end
68+
69+
post_install do |pi|
70+
pi.pods_project.targets.each do |t|
71+
t.build_configurations.each do |config|
72+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = minimum_target
73+
end
74+
end
75+
end

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ PODS:
248248
- DTModelStorage/Core (8.1.0)
249249
- DTTableViewManager (7.2.0):
250250
- DTModelStorage (~> 8.1.0)
251-
- Eureka (5.2.1)
251+
- Eureka (5.3.2)
252252
- FacebookCore (0.9.0):
253253
- FBSDKCoreKit (~> 5.0)
254254
- FacebookLogin (0.9.0):
@@ -515,7 +515,7 @@ DEPENDENCIES:
515515
- CryptoSwift (~> 1.0)
516516
- DTCollectionViewManager
517517
- DTTableViewManager
518-
- Eureka
518+
- Eureka (~> 5.3.2)
519519
- FacebookCore
520520
- FacebookLogin
521521
- FacebookShare
@@ -541,7 +541,7 @@ DEPENDENCIES:
541541
- ObjectMapper
542542
- R.swift.Library
543543
- ReactiveCocoa (~> 10.1)
544-
- Realm
544+
- Realm (~> 5.3.4)
545545
- RxBluetoothKit
546546
- SDWebImage (~> 5.0)
547547
- SnapKit (~> 5.0.0)
@@ -648,7 +648,7 @@ SPEC CHECKSUMS:
648648
DTCollectionViewManager: 7a63899c6f917d7d69fa4a186390b77accf91c3c
649649
DTModelStorage: 4d95b242464719155d5068eebb881d96c707a415
650650
DTTableViewManager: 67c48a338dfe7a5d1aa54f2bd6116fce22063909
651-
Eureka: c883105488e05bc65539f583246ecf9657cabbfe
651+
Eureka: 1c2b8b5892bfb0e972d0fe05f8c09fd89f8625ec
652652
FacebookCore: ba86524b66cfa86d0f8e65d08faa8504a9f732dd
653653
FacebookLogin: 6cee9fd6e1fe976fe8f7eec199e27b28b14f5d63
654654
FacebookShare: 85968ad1b1606c4944fb154924e425fd29184ea5
@@ -712,6 +712,6 @@ SPEC CHECKSUMS:
712712
TRON: 3cb6a8c19230177c97225860d2ff38b618d51a53
713713
VK-ios-sdk: 62a10b6571fbcda0657f455fedce7fedf55b4cd0
714714

715-
PODFILE CHECKSUM: 9a6e0fecd5578f3201c21d4ef7919630e58eae8a
715+
PODFILE CHECKSUM: 7f2b3c92cbd3de2bb8b9bfa82069c33fc588fb46
716716

717-
COCOAPODS: 1.8.4
717+
COCOAPODS: 1.9.3

Pods/Eureka/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Core/BaseRow.swift

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Core/Core.swift

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Core/Row.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Core/SelectableSection.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Core/Validation.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Rows/Common/DateFieldRow.swift

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Eureka/Source/Rows/Common/FieldRow.swift

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)