Skip to content

Commit

Permalink
version/framework bump
Browse files Browse the repository at this point in the history
remove NQ binary (from check-in)
error reporting framework update (Sentry)
  • Loading branch information
objective-see committed Jun 28, 2022
1 parent 8fe8b97 commit 3545b53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ DMG/Release/*
DMG/LuLu.app
DMG/*.dmg
DMG/background.psd
LuLu/Binaries/
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "getsentry/sentry-cocoa" "6.0.10"
github "getsentry/sentry-cocoa" "7.18.1"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "getsentry/sentry-cocoa" "6.0.0"
github "getsentry/sentry-cocoa" "7.18.1"
4 changes: 2 additions & 2 deletions DMG/createDMG.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
create-dmg \
--volname "LuLu v2.4.1" \
--volname "LuLu v2.4.2" \
--volicon "LuLu.icns" \
--background "background.png" \
--window-pos 200 120 \
Expand All @@ -8,5 +8,5 @@ create-dmg \
--icon "LuLu.app" 200 190 \
--hide-extension "LuLu.app" \
--app-drop-link 600 190 \
"LuLu_2.4.1.dmg" \
"LuLu_2.4.2.dmg" \
"Release/"

0 comments on commit 3545b53

Please sign in to comment.