Skip to content

Commit 7bfdc6a

Browse files
committed
chore: xcode signing garbage
1 parent 852313b commit 7bfdc6a

2 files changed

Lines changed: 82 additions & 4 deletions

File tree

SwiftUTCMenuClock.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@
421421
isa = XCBuildConfiguration;
422422
buildSettings = {
423423
CODE_SIGN_ENTITLEMENTS = SwiftUTCMenuClock/SwiftUTCMenuClock.entitlements;
424-
CODE_SIGN_IDENTITY = "-";
425-
CODE_SIGN_STYLE = Manual;
424+
CODE_SIGN_IDENTITY = "Apple Development";
425+
CODE_SIGN_STYLE = Automatic;
426426
COMBINE_HIDPI_IMAGES = YES;
427427
CURRENT_PROJECT_VERSION = 8;
428428
DEVELOPMENT_TEAM = 6LDW4Q5KWU;
@@ -445,8 +445,8 @@
445445
isa = XCBuildConfiguration;
446446
buildSettings = {
447447
CODE_SIGN_ENTITLEMENTS = SwiftUTCMenuClock/SwiftUTCMenuClock.entitlements;
448-
CODE_SIGN_IDENTITY = "-";
449-
CODE_SIGN_STYLE = Manual;
448+
CODE_SIGN_IDENTITY = "Apple Development";
449+
CODE_SIGN_STYLE = Automatic;
450450
COMBINE_HIDPI_IMAGES = YES;
451451
CURRENT_PROJECT_VERSION = 8;
452452
DEVELOPMENT_TEAM = 6LDW4Q5KWU;
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1240"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "F5AEE08C207AFE800042695A"
18+
BuildableName = "SwiftUTCMenuClock.app"
19+
BlueprintName = "SwiftUTCMenuClock"
20+
ReferencedContainer = "container:SwiftUTCMenuClock.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "F5AEE08C207AFE800042695A"
48+
BuildableName = "SwiftUTCMenuClock.app"
49+
BlueprintName = "SwiftUTCMenuClock"
50+
ReferencedContainer = "container:SwiftUTCMenuClock.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "F5AEE08C207AFE800042695A"
65+
BuildableName = "SwiftUTCMenuClock.app"
66+
BlueprintName = "SwiftUTCMenuClock"
67+
ReferencedContainer = "container:SwiftUTCMenuClock.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

0 commit comments

Comments
 (0)