Skip to content

Commit

Permalink
Create release, update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davila-vilanova committed Jan 4, 2025
1 parent 4a7a60a commit 1cb06c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*xcshareddata*
*.xctimeline
.vscode
Release/TogglTargets.app
Binary file modified Release/TogglTargets.dmg
Binary file not shown.
8 changes: 4 additions & 4 deletions Release/toggltargets.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask 'toggltargets' do
version '1.0.0'
sha256 'dfe06c33974a029f7cd669ec514e5792e28dd4503a6352e4d614f2a9df51a472'
url 'https://github.com/davila-vilanova/TogglTargets/releases/download/v1.0/TogglTargets.dmg'
version '1.1.0'
sha256 '4b8b69efb64946aba151747005abd40136e0108b54d82e7bc3ff4cbc174847d3'
url 'https://github.com/davila-vilanova/TogglTargets/releases/download/v1.1/TogglTargets.dmg'
name 'TogglTargets'
homepage 'https://github.com/davila-vilanova/TogglTargets'
app 'TogglTargets.app'
Expand All @@ -10,4 +10,4 @@
zap trash: [
'~/Library/Application Support/la.davi.TogglTargets/'
]
end
end
8 changes: 8 additions & 0 deletions TogglTargets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1168,16 +1168,20 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1016;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7ZT9GY93K7;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = TogglTargets/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TogglTargets;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = la.davi.TogglTargets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1192,16 +1196,20 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1016;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7ZT9GY93K7;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = TogglTargets/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TogglTargets;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = la.davi.TogglTargets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions TogglTargets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1015</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 1cb06c2

Please sign in to comment.