Skip to content

Commit

Permalink
update minimum deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Oct 30, 2023
1 parent 1a11b93 commit d5297f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Lookin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = hughkli.Lookin;
PRODUCT_NAME = Lookin;
Expand Down Expand Up @@ -1526,7 +1526,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = hughkli.Lookin;
PRODUCT_NAME = Lookin;
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use_frameworks!
#inhibit_all_warnings!

target 'LookinClient' do
platform :osx, '10.14'
platform :osx, '11.0'
pod 'AppCenter'
pod 'ReactiveObjC', '3.1.0'
pod 'Sparkle', '~> 1.0'
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ SPEC CHECKSUMS:
ReactiveObjC: 2a38ea15335de4119d8b17caf1db1484f61db902
Sparkle: 23f98b268284c8c03e6228230fc8f1807ef041d5

PODFILE CHECKSUM: ae01e4bc432dfbc007af4f20d82b4d14be933993
PODFILE CHECKSUM: e01f489f51a982e8a808efa0c0b2946d71844b94

COCOAPODS: 1.11.3

0 comments on commit d5297f5

Please sign in to comment.