Skip to content

Commit

Permalink
fixed OS X deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
hohl committed Feb 20, 2013
1 parent b8f49a6 commit 8b99ca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SourceDrop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "SourceDrop/SourceDrop-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PLIST_FILE_OUTPUT_FORMAT = binary;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand All @@ -688,7 +688,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SourceDrop/SourceDrop-Prefix.pch";
INFOPLIST_FILE = "SourceDrop/SourceDrop-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PLIST_FILE_OUTPUT_FORMAT = binary;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down
7 changes: 2 additions & 5 deletions SourceDrop/SDPInfoPreferencesView.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">12C60</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.AppKitVersion">1187.34</string>
Expand Down Expand Up @@ -282,7 +282,6 @@ A</bytes>
<string key="NSFrame">{{138, 20}, {334, 64}}</string>
<reference key="NSSuperview" ref="1042766621"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<string key="NSAntiCompressionPriority">{250, 750}</string>
<bool key="NSEnabled">YES</bool>
Expand Down Expand Up @@ -317,7 +316,6 @@ A</bytes>
</object>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<bool key="NSControlAutosetMaxLayoutWidth">YES</bool>
</object>
<object class="NSTextField" id="397584203">
<reference key="NSNextResponder" ref="1042766621"/>
Expand Down Expand Up @@ -373,7 +371,6 @@ A</bytes>
</object>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<bool key="NSControlAutosetMaxLayoutWidth">YES</bool>
</object>
<object class="NSTextField" id="230499983">
<reference key="NSNextResponder" ref="1042766621"/>
Expand Down Expand Up @@ -726,7 +723,7 @@ A</bytes>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1060" key="NS.object.0"/>
<real value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
Expand Down
2 changes: 1 addition & 1 deletion SourceDrop/SourceDrop-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1136</string>
<string>1145</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 8b99ca0

Please sign in to comment.