Skip to content

Commit 8fb3ba4

Browse files
committed
feat: redesign app icon and bump version to 1.2.3
1 parent 27547ce commit 8fb3ba4

File tree

22 files changed

+150
-5
lines changed

22 files changed

+150
-5
lines changed

FileTypeGuard/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>
2222
</plist>

FileTypeGuard/Features/Settings/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ struct SettingsView: View {
156156
HStack {
157157
Text("version")
158158
Spacer()
159-
Text("1.0.0")
159+
Text(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "?")
160160
.foregroundStyle(.secondary)
161161
}
162162

16.4 KB
Loading
44.9 KB
Loading
857 Bytes
Loading
2.4 KB
Loading
44.9 KB
Loading
129 KB
Loading
2.4 KB
Loading
6.32 KB
Loading

0 commit comments

Comments
 (0)