Skip to content

Commit ee28a31

Browse files
author
Graybox CI
committed
Examples: target macOS 10.13.
1 parent 1eb3f6c commit ee28a31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Example/NotesExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
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;
@@ -455,7 +455,7 @@
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;

Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ target 'NotesExample-iOS' do
99
end
1010

1111
target 'NotesExample-macOS' do
12-
platform :osx, :deployment_target => '10.10'
12+
platform :osx, :deployment_target => '10.13'
1313
pod 'ObjectBox'
1414
end

0 commit comments

Comments
 (0)