Skip to content

Commit 2cd7077

Browse files
committed
Update XCode files
Seems there was an issue since XCode 6.1
1 parent 40483a7 commit 2cd7077

File tree

4 files changed

+263
-22
lines changed

4 files changed

+263
-22
lines changed

Terminal Notifier.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,10 @@
265265
GCC_PRECOMPILE_PREFIX_HEADER = YES;
266266
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
267267
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
268+
MACOSX_DEPLOYMENT_TARGET = 10.8;
268269
PRODUCT_NAME = "$(TARGET_NAME)";
269270
PROVISIONING_PROFILE = "";
271+
SDKROOT = macosx;
270272
WRAPPER_EXTENSION = app;
271273
};
272274
name = Debug;
@@ -278,8 +280,10 @@
278280
GCC_PRECOMPILE_PREFIX_HEADER = YES;
279281
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
280282
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
283+
MACOSX_DEPLOYMENT_TARGET = 10.8;
281284
PRODUCT_NAME = "$(TARGET_NAME)";
282285
PROVISIONING_PROFILE = "";
286+
SDKROOT = macosx;
283287
WRAPPER_EXTENSION = app;
284288
};
285289
name = Release;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>A55309C1-2ABD-460A-B080-5A322DCAF4B5</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>Terminal Notifier</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>9F67DD19109869B0F5A85172DA9B0D3E8F7EF383</key>
14+
<string>github.com:alloy/terminal-notifier.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>Terminal Notifier.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>9F67DD19109869B0F5A85172DA9B0D3E8F7EF383</key>
21+
<string>../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>github.com:alloy/terminal-notifier.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>9F67DD19109869B0F5A85172DA9B0D3E8F7EF383</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>9F67DD19109869B0F5A85172DA9B0D3E8F7EF383</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>terminal-notifier</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

Terminal Notifier.xcodeproj/xcshareddata/xcschemes/Terminal Notifier.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4545
launchStyle = "0"
4646
useCustomWorkingDirectory = "NO"
47-
buildConfiguration = "Debug"
47+
buildConfiguration = "Release"
4848
ignoresPersistentStateOnLaunch = "NO"
4949
debugDocumentVersioning = "NO"
5050
allowLocationSimulation = "YES">

0 commit comments

Comments
 (0)