Skip to content

Commit

Permalink
most functionality in place, bumping minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
wiegell committed Nov 21, 2022
1 parent a56f61f commit fab8f06
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions AstroWall/Info.plist
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>Astro Wall</string>
<key>CFBundleIdentifier</key>
<string>com.astro.wall.Astro-Wall</string>
<key>CFBundleShortVersionString</key>
<string>0.0.40</string>
<key>CFBundleVersion</key>
<string>0.0.40-alpha-1-g492ea13</string>
<key>LSMinimumSystemVersion</key>
<string>11</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
<string>${AuthorCopyright:HtmlEncode}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>LSUIElement</key>
<true/>
<key>BUNDLE VERSION COMMENT</key>
<string>Bundle version is updated &quot;after&quot; a commit has been made (because it needs to reflect the commit hash). Therefore its always &quot;one commit behind&quot; in version history, but is updated to actual version on build.</string>
</dict>
</plist>
<dict>
<key>CFBundleName</key>
<string>Astro Wall</string>
<key>CFBundleIdentifier</key>
<string>com.astro.wall.Astro-Wall</string>
<key>CFBundleShortVersionString</key>
<string>0.0.43</string>
<key>CFBundleVersion</key>
<string>0.0.43-alpha-1-ga56f61f</string>
<key>LSMinimumSystemVersion</key>
<string>11</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
<string>${AuthorCopyright:HtmlEncode}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>LSUIElement</key>
<true/>
<key>BUNDLE VERSION COMMENT</key>
<string>Bundle version is updated "after" a commit has been made (because it needs to reflect the commit hash). Therefore its always "one commit behind" in version history, but is updated to actual version on build.</string>
</dict>
</plist>

0 comments on commit fab8f06

Please sign in to comment.