Skip to content

Commit 1ed0e38

Browse files
committed
MACOSX_DEPLOYMENT_TARGET
1 parent 1c1d339 commit 1ed0e38

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

riti.xcodeproj/project.pbxproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// !$*UTF8*$!
22
{
3-
/* generated with cargo-xcode 1.11.0 */
43
archiveVersion = 1;
54
classes = {
65
};
@@ -32,7 +31,7 @@
3231

3332
/* Begin PBXFileReference section */
3433
CA00B9937C4654FCDE10A9EB /* libriti.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libriti.a; sourceTree = BUILT_PRODUCTS_DIR; };
35-
CAF95239D67F3EF4668187A5 /* Cargo.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cargo.toml; path = Cargo.toml; sourceTree = "<group>"; };
34+
CAF95239D67F3EF4668187A5 /* Cargo.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cargo.toml; sourceTree = "<group>"; };
3635
/* End PBXFileReference section */
3736

3837
/* Begin PBXGroup section */
@@ -124,41 +123,43 @@
124123
/* End PBXSourcesBuildPhase section */
125124

126125
/* Begin XCBuildConfiguration section */
127-
CA00A0F7F57D1056C3DE07A2 /* Release */ = {
126+
CA004EBF41001056C3DE07A2 /* Debug */ = {
128127
isa = XCBuildConfiguration;
129128
buildSettings = {
130129
CARGO_XCODE_CARGO_DEP_FILE_NAME = libriti.d;
131130
CARGO_XCODE_CARGO_FILE_NAME = libriti.a;
132131
INSTALL_GROUP = "";
133132
INSTALL_MODE_FLAG = "";
134133
INSTALL_OWNER = "";
134+
MACOSX_DEPLOYMENT_TARGET = 15.6;
135135
PRODUCT_NAME = riti;
136136
SKIP_INSTALL = YES;
137137
SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
138138
};
139-
name = Release;
139+
name = Debug;
140140
};
141-
CA004EBF41001056C3DE07A2 /* Debug */ = {
141+
CA00A0F7F57D1056C3DE07A2 /* Release */ = {
142142
isa = XCBuildConfiguration;
143143
buildSettings = {
144144
CARGO_XCODE_CARGO_DEP_FILE_NAME = libriti.d;
145145
CARGO_XCODE_CARGO_FILE_NAME = libriti.a;
146146
INSTALL_GROUP = "";
147147
INSTALL_MODE_FLAG = "";
148148
INSTALL_OWNER = "";
149+
MACOSX_DEPLOYMENT_TARGET = 15.6;
149150
PRODUCT_NAME = riti;
150151
SKIP_INSTALL = YES;
151152
SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
152153
};
153-
name = Debug;
154+
name = Release;
154155
};
155156
CAF7FE07D4CF3CC16B37690B /* Release */ = {
156157
isa = XCBuildConfiguration;
157158
buildSettings = {
159+
"ADDITIONAL_SDKS[sdk=a*]" = macosx;
158160
"ADDITIONAL_SDKS[sdk=i*]" = macosx;
159161
"ADDITIONAL_SDKS[sdk=w*]" = macosx;
160162
"ADDITIONAL_SDKS[sdk=x*]" = macosx;
161-
"ADDITIONAL_SDKS[sdk=a*]" = macosx;
162163
ALWAYS_SEARCH_USER_PATHS = NO;
163164
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
164165
CARGO_XCODE_BUILD_PROFILE = release;
@@ -176,10 +177,10 @@
176177
CAF8FE07D4CF228BE02872F8 /* Debug */ = {
177178
isa = XCBuildConfiguration;
178179
buildSettings = {
180+
"ADDITIONAL_SDKS[sdk=a*]" = macosx;
179181
"ADDITIONAL_SDKS[sdk=i*]" = macosx;
180182
"ADDITIONAL_SDKS[sdk=w*]" = macosx;
181183
"ADDITIONAL_SDKS[sdk=x*]" = macosx;
182-
"ADDITIONAL_SDKS[sdk=a*]" = macosx;
183184
ALWAYS_SEARCH_USER_PATHS = NO;
184185
CARGO_TARGET_DIR = "$(PROJECT_TEMP_DIR)/cargo_target";
185186
CARGO_XCODE_BUILD_PROFILE = debug;

0 commit comments

Comments
 (0)