Skip to content

Commit

Permalink
Update version #s to 2.2.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 2775328 commit 0e169c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Hyperspace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,11 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1150;
TargetAttributes = {
8D255AC50486D3F9007BF209 = {
DevelopmentTeam = 8D98N325TG;
};
};
};
buildConfigurationList = EF7AD73108BB986600CE4634 /* Build configuration list for PBXProject "Hyperspace" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -568,6 +573,8 @@
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = 8D98N325TG;
ENABLE_HARDENED_RUNTIME = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -588,8 +595,11 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8D98N325TG;
ENABLE_HARDENED_RUNTIME = YES;
GCC_FAST_MATH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 3;
Expand Down
8 changes: 6 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
<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>2.1.0</string>
<string>2.2.0</string>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSPrincipalClass</key>
<string>HyperspaceView</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
Expand Down

0 comments on commit 0e169c9

Please sign in to comment.