Skip to content

Commit

Permalink
Add NSPrincipalClass to info.plist to fix Mojave compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alantai-zuhlke committed Nov 16, 2018
1 parent 3a82c89 commit 7e51bb3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion DevExcuses.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
attributes = {
CLASSPREFIX = DE;
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = "Alan Tai";
TargetAttributes = {
E7CDCC6B2080F42200A553DF = {
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion DevExcuses/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Alan Tai. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
<string>Developers_Excuses.DevExcusesView</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -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
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e51bb3

Please sign in to comment.