Skip to content

Commit

Permalink
Update version #s to 2.0.0 and set up code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzman committed May 30, 2020
1 parent 972aa32 commit 53a4901
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
10 changes: 7 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.4</string>
<string>2.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSPrincipalClass</key>
<string>RSSSkyrocketView</string>
<string>RSSSkyrocketSaverView</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
Expand Down
16 changes: 10 additions & 6 deletions Skyrocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1140;
TargetAttributes = {
8D255AC50486D3F9007BF209 = {
DevelopmentTeam = 8D98N325TG;
};
};
};
buildConfigurationList = E067864E09998D3400A2DC93 /* Build configuration list for PBXProject "Skyrocket" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -481,7 +486,8 @@
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = "";
DEVELOPMENT_TEAM = 8D98N325TG;
ENABLE_HARDENED_RUNTIME = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_TRIGRAPHS = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -490,7 +496,6 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LIBRARY_SEARCH_PATHS = (
Expand All @@ -500,7 +505,6 @@
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.reallyslick.Skyrocket;
PRODUCT_NAME = Skyrocket;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
Expand All @@ -516,18 +520,19 @@
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "";
DEVELOPMENT_TEAM = 8D98N325TG;
ENABLE_HARDENED_RUNTIME = YES;
GCC_ENABLE_TRIGRAPHS = NO;
GCC_FAST_MATH = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Skyrocket_Prefix.pch;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LIBRARY_SEARCH_PATHS = (
Expand All @@ -537,7 +542,6 @@
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.reallyslick.Skyrocket;
PRODUCT_NAME = Skyrocket;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
Expand Down
Binary file modified en.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified fr.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified ja.lproj/InfoPlist.strings
Binary file not shown.

0 comments on commit 53a4901

Please sign in to comment.