Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Nov 29, 2024
1 parent eba12e6 commit b3bbca2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<string>QmlAppTemplate</string>

<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<string>QmlAppTemplate</string>

<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>io.emeric.qmlapptemplate</string>

<key>CFBundleVersion</key>
<string>000801</string>
Expand Down
10 changes: 5 additions & 5 deletions assets/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
<string>QmlAppTemplate</string>

<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<string>QmlAppTemplate</string>

<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>io.emeric.qmlapptemplate</string>

<key>CFBundleIconFile</key>
<string>QmlAppTemplate.icns</string>

<key>CFBundleVersion</key>
<string>000801</string>

<key>CFBundleShortVersionString</key>
<string>0.8</string>

<key>CFBundleIconFile</key>
<string>QmlAppTemplate.icns</string>

<key>LSMinimumSystemVersion</key>
<string>11.0</string>

Expand Down

0 comments on commit b3bbca2

Please sign in to comment.