Skip to content

Commit

Permalink
1.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaosT committed Nov 30, 2020
1 parent 044362f commit 2473b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ACVM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
CODE_SIGN_ENTITLEMENTS = ACVM/ACVM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 7C2EXSD3YV;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = ACVM/Info.plist;
Expand All @@ -383,6 +384,7 @@
CODE_SIGN_ENTITLEMENTS = ACVM/ACVM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 7C2EXSD3YV;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = ACVM/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion ACVM/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainStoryboardFile</key>
Expand Down

0 comments on commit 2473b54

Please sign in to comment.