Skip to content

Commit

Permalink
Revert "Add CFBundleIdentifier to Info.plist"
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 4, 2023
1 parent ee7d43d commit 7eb6694
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<string>launch</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>{{APP_IDENTIFIER}}</string>
<key>CFBundleVersion</key>
<string>{{APP_VERSION}}-{{DEPENDENCIES_KIND}}-{{ARCH}}</string>
<key>CFBundleShortVersionString</key>
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ WMAKE_NJOBS =
DEPENDENCIES_KIND = standalone
DMG_FORMAT = UDRO
APP_HOMEPAGE = https://github.com/gerlero/openfoam-app
APP_IDENTIFIER = io.github.gerlero.openfoam-app
APP_VERSION =
TEST_DIR = build/test-v$(OPENFOAM_VERSION)

Expand Down

0 comments on commit 7eb6694

Please sign in to comment.