File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 435
435
"$(inherited)",
436
436
"@executable_path/../Frameworks",
437
437
);
438
- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
438
+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
439
439
PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
440
440
PRODUCT_NAME = "$(TARGET_NAME)";
441
441
SDKROOT = macosx;
455
455
"$(inherited)",
456
456
"@executable_path/../Frameworks",
457
457
);
458
- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
458
+ MACOSX_DEPLOYMENT_TARGET = 10.13 ;
459
459
PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
460
460
PRODUCT_NAME = "$(TARGET_NAME)";
461
461
SDKROOT = macosx;
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ target 'NotesExample-iOS' do
9
9
end
10
10
11
11
target 'NotesExample-macOS' do
12
- platform :osx , :deployment_target => '10.10 '
12
+ platform :osx , :deployment_target => '10.13 '
13
13
pod 'ObjectBox'
14
14
end
You can’t perform that action at this time.
0 commit comments