diff --git a/DevExcuses.xcodeproj/project.pbxproj b/DevExcuses.xcodeproj/project.pbxproj
index 0c12402..f91ecd8 100644
--- a/DevExcuses.xcodeproj/project.pbxproj
+++ b/DevExcuses.xcodeproj/project.pbxproj
@@ -180,7 +180,7 @@
attributes = {
CLASSPREFIX = DE;
LastSwiftUpdateCheck = 0930;
- LastUpgradeCheck = 0930;
+ LastUpgradeCheck = 0940;
ORGANIZATIONNAME = "Alan Tai";
TargetAttributes = {
E7CDCC6B2080F42200A553DF = {
@@ -381,6 +381,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
+ SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 4.0;
};
name = Release;
diff --git a/DevExcuses/Info.plist b/DevExcuses/Info.plist
index 5000b62..8acfd67 100644
--- a/DevExcuses/Info.plist
+++ b/DevExcuses/Info.plist
@@ -21,6 +21,6 @@
NSHumanReadableCopyright
Copyright © 2018 Alan Tai. All rights reserved.
NSPrincipalClass
-
+ Developers_Excuses.DevExcusesView
diff --git a/Podfile b/Podfile
index 876f62a..be2cb7c 100644
--- a/Podfile
+++ b/Podfile
@@ -1,7 +1,7 @@
platform :osx, '10.10'
target 'devexcuses' do
- pod 'RxSwift', '~> 4.1'
- pod 'Unbox', '~> 2.0'
+ pod 'RxSwift', '~> 4.0'
+ pod 'Unbox', '~> 3.0'
pod 'SwiftLint'
end
diff --git a/Podfile.lock b/Podfile.lock
index f8b3bed..677e910 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,24 +1,24 @@
PODS:
- - RxSwift (4.1.2)
+ - RxSwift (4.3.1)
- SwiftLint (0.25.1)
- - Unbox (2.5.0)
+ - Unbox (3.0.0)
DEPENDENCIES:
- - RxSwift (~> 4.1)
+ - RxSwift (~> 4.0)
- SwiftLint
- - Unbox (~> 2.0)
+ - Unbox (~> 3.0)
SPEC REPOS:
- https://github.com/CocoaPods/Specs.git:
+ https://github.com/cocoapods/specs.git:
- RxSwift
- SwiftLint
- Unbox
SPEC CHECKSUMS:
- RxSwift: e49536837d9901277638493ea537394d4b55f570
+ RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
- Unbox: 30e437e6151a6de16139375fd4e8dd9a664cfbf7
+ Unbox: 9ed33b2a31f7a8a049f54b94d40c4a52a28c4d9d
-PODFILE CHECKSUM: 557efbabd12fe7be69da6caded47e09ea84f6fd8
+PODFILE CHECKSUM: bdbb89fd321a039fadc81f4902a892f21c361991
-COCOAPODS: 1.5.0
+COCOAPODS: 1.5.3