File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ public enum AppInfo {
55 /// Reverse-DNS bundle identifier baked into `Info.plist`.
66 public static let bundleIdentifier = " com.spotnote.SpotNote "
77 /// Marketing version in `MAJOR.MINOR.PATCH` form.
8- public static let version = " 0.3.3 "
8+ public static let version = " 0.3.4 "
99}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ settings:
1313 SWIFT_VERSION : " 6.0"
1414 MACOSX_DEPLOYMENT_TARGET : " 14.0"
1515 SWIFT_STRICT_CONCURRENCY : complete
16- MARKETING_VERSION : " 0.3.3 "
17- CURRENT_PROJECT_VERSION : " 6 "
16+ MARKETING_VERSION : " 0.3.4 "
17+ CURRENT_PROJECT_VERSION : " 7 "
1818 configs :
1919 Debug :
2020 SWIFT_OPTIMIZATION_LEVEL : -Onone
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ cat > "$CONTENTS/Info.plist" <<'PLIST'
3333 <key>CFBundleName</key> <string>SpotNote</string>
3434 <key>CFBundleDisplayName</key> <string>SpotNote</string>
3535 <key>CFBundlePackageType</key> <string>APPL</string>
36- <key>CFBundleShortVersionString</key> <string>0.3.3 </string>
37- <key>CFBundleVersion</key> <string>6 </string>
36+ <key>CFBundleShortVersionString</key> <string>0.3.4 </string>
37+ <key>CFBundleVersion</key> <string>7 </string>
3838 <key>LSMinimumSystemVersion</key> <string>14.0</string>
3939 <key>LSUIElement</key> <true/>
4040 <key>CFBundleIconFile</key> <string>AppIcon</string>
You can’t perform that action at this time.
0 commit comments