Skip to content

Commit 838f61d

Browse files
committed
Update build folder with 1.8.1 files
1 parent a52c965 commit 838f61d

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

build/spaces-renamer.zip

-370 KB
Binary file not shown.

spaces-renamer.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
CLANG_WARN_STRICT_PROTOTYPES = YES;
444444
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
445445
CODE_SIGN_ENTITLEMENTS = SpacesRenamer/SpacesRenamer.entitlements;
446-
CODE_SIGN_IDENTITY = "Mac Developer";
446+
CODE_SIGN_IDENTITY = "Apple Development";
447447
CODE_SIGN_STYLE = Automatic;
448448
COMBINE_HIDPI_IMAGES = YES;
449449
COPY_PHASE_STRIP = NO;
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1150"
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 = "8D5B49AC048680CD000E48DA"
18+
BuildableName = "spaces-renamer.bundle"
19+
BlueprintName = "spaces-renamer"
20+
ReferencedContainer = "container:spaces-renamer.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+
</LaunchAction>
44+
<ProfileAction
45+
buildConfiguration = "Release"
46+
shouldUseLaunchSchemeArgsEnv = "YES"
47+
savedToolIdentifier = ""
48+
useCustomWorkingDirectory = "NO"
49+
debugDocumentVersioning = "YES">
50+
<MacroExpansion>
51+
<BuildableReference
52+
BuildableIdentifier = "primary"
53+
BlueprintIdentifier = "8D5B49AC048680CD000E48DA"
54+
BuildableName = "spaces-renamer.bundle"
55+
BlueprintName = "spaces-renamer"
56+
ReferencedContainer = "container:spaces-renamer.xcodeproj">
57+
</BuildableReference>
58+
</MacroExpansion>
59+
</ProfileAction>
60+
<AnalyzeAction
61+
buildConfiguration = "Debug">
62+
</AnalyzeAction>
63+
<ArchiveAction
64+
buildConfiguration = "Release"
65+
revealArchiveInOrganizer = "YES">
66+
</ArchiveAction>
67+
</Scheme>

0 commit comments

Comments
 (0)