File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 435435 "$(inherited)",
436436 "@executable_path/../Frameworks",
437437 );
438- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
438+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
439439 PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
440440 PRODUCT_NAME = "$(TARGET_NAME)";
441441 SDKROOT = macosx;
455455 "$(inherited)",
456456 "@executable_path/../Frameworks",
457457 );
458- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
458+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
459459 PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
460460 PRODUCT_NAME = "$(TARGET_NAME)";
461461 SDKROOT = macosx;
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ target 'NotesExample-iOS' do
99end
1010
1111target 'NotesExample-macOS' do
12- platform :osx , :deployment_target => '10.10 '
12+ platform :osx , :deployment_target => '10.13 '
1313 pod 'ObjectBox'
1414end
You can’t perform that action at this time.
0 commit comments