Skip to content

Commit 713de72

Browse files
authored
Merge pull request BOINC#6206 from BOINC/mac_fix_docker_wrapper
Mac: build docker_wrapper without providing a code signing identity
2 parents 86bf5e0 + f6f84f8 commit 713de72

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

samples/docker_wrapper/docker_wrapper.xcodeproj/project.pbxproj

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
/* End PBXSourcesBuildPhase section */
124124

125125
/* Begin XCBuildConfiguration section */
126-
81483B952D94E90E00592A5B /* Debug */ = {
126+
81483B952D94E90E00592A5B /* Development */ = {
127127
isa = XCBuildConfiguration;
128128
buildSettings = {
129129
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -182,9 +182,9 @@
182182
ONLY_ACTIVE_ARCH = YES;
183183
SDKROOT = macosx;
184184
};
185-
name = Debug;
185+
name = Development;
186186
};
187-
81483B962D94E90E00592A5B /* Release */ = {
187+
81483B962D94E90E00592A5B /* Deployment */ = {
188188
isa = XCBuildConfiguration;
189189
buildSettings = {
190190
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -236,14 +236,15 @@
236236
MTL_FAST_MATH = YES;
237237
SDKROOT = macosx;
238238
};
239-
name = Release;
239+
name = Deployment;
240240
};
241-
81483B982D94E90E00592A5B /* Debug */ = {
241+
81483B982D94E90E00592A5B /* Development */ = {
242242
isa = XCBuildConfiguration;
243243
buildSettings = {
244244
ALWAYS_SEARCH_USER_PATHS = YES;
245+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
245246
CODE_SIGN_STYLE = Automatic;
246-
DEVELOPMENT_TEAM = T9VJ7T6N68;
247+
DEVELOPMENT_TEAM = "";
247248
ENABLE_HARDENED_RUNTIME = YES;
248249
HEADER_SEARCH_PATHS = (
249250
../../,
@@ -258,14 +259,15 @@
258259
);
259260
PRODUCT_NAME = "$(TARGET_NAME)";
260261
};
261-
name = Debug;
262+
name = Development;
262263
};
263-
81483B992D94E90E00592A5B /* Release */ = {
264+
81483B992D94E90E00592A5B /* Deployment */ = {
264265
isa = XCBuildConfiguration;
265266
buildSettings = {
266267
ALWAYS_SEARCH_USER_PATHS = YES;
268+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
267269
CODE_SIGN_STYLE = Automatic;
268-
DEVELOPMENT_TEAM = T9VJ7T6N68;
270+
DEVELOPMENT_TEAM = "";
269271
ENABLE_HARDENED_RUNTIME = YES;
270272
HEADER_SEARCH_PATHS = (
271273
../../,
@@ -280,28 +282,28 @@
280282
);
281283
PRODUCT_NAME = "$(TARGET_NAME)";
282284
};
283-
name = Release;
285+
name = Deployment;
284286
};
285287
/* End XCBuildConfiguration section */
286288

287289
/* Begin XCConfigurationList section */
288290
81483B8B2D94E90E00592A5B /* Build configuration list for PBXProject "docker_wrapper" */ = {
289291
isa = XCConfigurationList;
290292
buildConfigurations = (
291-
81483B952D94E90E00592A5B /* Debug */,
292-
81483B962D94E90E00592A5B /* Release */,
293+
81483B952D94E90E00592A5B /* Development */,
294+
81483B962D94E90E00592A5B /* Deployment */,
293295
);
294296
defaultConfigurationIsVisible = 0;
295-
defaultConfigurationName = Release;
297+
defaultConfigurationName = Deployment;
296298
};
297299
81483B972D94E90E00592A5B /* Build configuration list for PBXNativeTarget "docker_wrapper" */ = {
298300
isa = XCConfigurationList;
299301
buildConfigurations = (
300-
81483B982D94E90E00592A5B /* Debug */,
301-
81483B992D94E90E00592A5B /* Release */,
302+
81483B982D94E90E00592A5B /* Development */,
303+
81483B992D94E90E00592A5B /* Deployment */,
302304
);
303305
defaultConfigurationIsVisible = 0;
304-
defaultConfigurationName = Release;
306+
defaultConfigurationName = Deployment;
305307
};
306308
/* End XCConfigurationList section */
307309
};

0 commit comments

Comments
 (0)