Skip to content

Commit

Permalink
updated pods
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Feb 18, 2019
1 parent 52e70d8 commit 92e1e05
Show file tree
Hide file tree
Showing 144 changed files with 3,144 additions and 3,027 deletions.
24 changes: 12 additions & 12 deletions Carthage/Carthage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.EVReflectioniOS;
PRODUCT_NAME = EVReflection;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -689,7 +689,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.EVReflectioniOS;
PRODUCT_NAME = EVReflection;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -715,7 +715,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -740,7 +740,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -875,7 +875,7 @@
PRODUCT_NAME = EVReflection;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 3;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -899,7 +899,7 @@
PRODUCT_NAME = EVReflection;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 3;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -924,7 +924,7 @@
PRODUCT_NAME = EVReflection;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 4;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -948,7 +948,7 @@
PRODUCT_NAME = EVReflection;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 4;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -976,7 +976,7 @@
PRODUCT_NAME = EVReflection_CloudKit;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -1001,7 +1001,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.EVReflectionCloudKitIOS;
PRODUCT_NAME = EVReflection_CloudKit;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -1041,7 +1041,7 @@
PRODUCT_NAME = EVReflection_CloudKit;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -1080,7 +1080,7 @@
PRODUCT_NAME = EVReflection_CloudKit;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down
4 changes: 2 additions & 2 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.4Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -450,7 +450,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.4Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions PerformanceTest/PerformanceTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.PerformanceTest;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_DISABLE_SAFETY_CHECKS = NO;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -405,7 +405,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.PerformanceTest;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_DISABLE_SAFETY_CHECKS = NO;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down
8 changes: 7 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ target '44Demo5' do
alllibraries
end


post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
end
end
end

10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ PODS:
- RealmSwift (3.13.1):
- Realm (= 3.13.1)
- Result (4.1.0)
- RxAtomic (4.4.0)
- RxSwift (4.4.0):
- RxAtomic (4.4.1)
- RxSwift (4.4.1):
- RxAtomic (~> 4.4)
- XMLDictionary (1.4.1)

Expand Down Expand Up @@ -91,10 +91,10 @@ SPEC CHECKSUMS:
Realm: 50071da38fe079e0735e47c9f2eae738c68c5996
RealmSwift: 8a1e6a02b7a08cd17a31e3115143fb69fe5f3fb9
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
XMLDictionary: fa07b6ff422b3a91d47a5de9bc82e3fc04fbd167

PODFILE CHECKSUM: e4a7466c5b38806b825e545608a3a6a3c5846e37
PODFILE CHECKSUM: df2a70b11777d457966cfd407256116fcd1e2bdf

COCOAPODS: 1.6.0
10 changes: 5 additions & 5 deletions Pods/Manifest.lock

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

Loading

0 comments on commit 92e1e05

Please sign in to comment.