Skip to content

Commit

Permalink
fix: Fix CFBundleIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Dec 26, 2024
1 parent 9efc7c8 commit 22e9628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LogshExec tee "${APP_DIR:?}/Contents/Info.plist" <<EOF
<key>CFBundleExecutable</key>
<string>${APP_NAME:?}</string>
<key>CFBundleIdentifier</key>
<string>com.example.${APP_NAME:?}</string>
<string>com.hakadoriya.${APP_NAME:?}</string>
<key>CFBundleName</key>
<string>${APP_NAME:?}</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 22e9628

Please sign in to comment.