Skip to content

Commit

Permalink
Merge pull request #13 from infofarmer/master
Browse files Browse the repository at this point in the history
Update for Safari 7 / Xcode 5
  • Loading branch information
Olivier Poitrey committed Jun 11, 2013
2 parents 8e1d5b3 + 704720f commit 5cd96f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SafariTabSwitching.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
53AAF08213C9502C00840005 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = Dailymotion;
};
buildConfigurationList = 53AAF08513C9502C00840005 /* Build configuration list for PBXProject "SafariTabSwitching" */;
Expand Down Expand Up @@ -171,7 +171,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -201,7 +200,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -223,6 +221,7 @@
53AAF09A13C9502C00840005 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = SafariTabSwitching/Prefix.pch;
INFOPLIST_FILE = SafariTabSwitching/Info.plist;
Expand All @@ -236,6 +235,7 @@
53AAF09B13C9502C00840005 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = SafariTabSwitching/Prefix.pch;
INFOPLIST_FILE = SafariTabSwitching/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion SafariTabSwitching/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>BundleIdentifier</key>
<string>com.apple.Safari</string>
<key>MaxBundleVersion</key>
<string>8536.16</string>
<string>9537.43.7</string>
<key>MinBundleVersion</key>
<string>6533</string>
</dict>
Expand Down

0 comments on commit 5cd96f1

Please sign in to comment.