Skip to content

Commit e02ad02

Browse files
committed
disabled code signing for OS X target
1 parent e4e66c3 commit e02ad02

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Xcode/CoreModel/CoreModel.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
6EC90CC71C1A68530068944A /* Debug */ = {
329329
isa = XCBuildConfiguration;
330330
buildSettings = {
331+
CODE_SIGN_IDENTITY = "";
331332
COMBINE_HIDPI_IMAGES = YES;
332333
DEFINES_MODULE = YES;
333334
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -347,6 +348,7 @@
347348
6EC90CC81C1A68530068944A /* Release */ = {
348349
isa = XCBuildConfiguration;
349350
buildSettings = {
351+
CODE_SIGN_IDENTITY = "";
350352
COMBINE_HIDPI_IMAGES = YES;
351353
DEFINES_MODULE = YES;
352354
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -382,6 +384,7 @@
382384
6EC90CC81C1A68530068944A /* Release */,
383385
);
384386
defaultConfigurationIsVisible = 0;
387+
defaultConfigurationName = Release;
385388
};
386389
/* End XCConfigurationList section */
387390
};

Xcode/CoreModel/CoreModel.xcodeproj/xcshareddata/xcschemes/CoreModel OS X.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "6EC90CBD1C1A68530068944A"
18-
BuildableName = "CoreModel OS X.framework"
18+
BuildableName = "CoreModel.framework"
1919
BlueprintName = "CoreModel OS X"
2020
ReferencedContainer = "container:CoreModel.xcodeproj">
2121
</BuildableReference>
@@ -46,7 +46,7 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "6EC90CBD1C1A68530068944A"
49-
BuildableName = "CoreModel OS X.framework"
49+
BuildableName = "CoreModel.framework"
5050
BlueprintName = "CoreModel OS X"
5151
ReferencedContainer = "container:CoreModel.xcodeproj">
5252
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "6EC90CBD1C1A68530068944A"
67-
BuildableName = "CoreModel OS X.framework"
67+
BuildableName = "CoreModel.framework"
6868
BlueprintName = "CoreModel OS X"
6969
ReferencedContainer = "container:CoreModel.xcodeproj">
7070
</BuildableReference>

0 commit comments

Comments
 (0)