Skip to content

Commit

Permalink
Fix the screensaver; give up on OS X 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamauchi committed Apr 13, 2018
1 parent 47ebf2e commit b925d7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions SubwayMon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = SubwayApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.oyamauchi.SubwayApp;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -428,7 +427,6 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = SubwayApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.oyamauchi.SubwayApp;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -471,7 +469,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
Expand Down Expand Up @@ -503,7 +501,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
Expand Down
6 changes: 3 additions & 3 deletions SubwayMon/SubwayMon-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013 Owen Yamauchi. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>SubwayMonScreenSaverView</string>
<string>SubwayMon.SubwayMonScreenSaverView</string>
</dict>
</plist>

0 comments on commit b925d7a

Please sign in to comment.