Skip to content

Commit

Permalink
Updated the build number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ITzTravelInTime committed Oct 2, 2021
1 parent aab615a commit 85a8675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions TINU.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -1094,7 +1094,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 103;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_TESTABILITY = NO;
Expand Down
8 changes: 4 additions & 4 deletions TINU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppleEventsUsageDescription</key>
<string>TINU needs to peform apple scripts in order to work</string>
<key>NSSystemAdministrationUsageDescription</key>
<string>TINU needs to perform privileged operations in order to successfully create bootable macOS installers</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -28,11 +24,15 @@
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppleEventsUsageDescription</key>
<string>TINU needs to peform apple scripts in order to work</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2017-2021 Pietro Caruso (ITzTravelInTime)</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSystemAdministrationUsageDescription</key>
<string>TINU needs to perform privileged operations in order to successfully create bootable macOS installers</string>
</dict>
</plist>

0 comments on commit 85a8675

Please sign in to comment.