Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
mttcrsp committed Jan 15, 2023
1 parent 3ad852e commit 94f8e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let app = Target(
bundleId: "com.mttcrsp.fosdem",
deploymentTarget: .iOS(targetVersion: "11.0", devices: [.iphone, .ipad]),
infoPlist: .extendingDefault(with: [
"CFBundleVersion": "1",
"CFBundleVersion": "2",
"CFBundleShortVersionString": "1.4.0",
"UIBackgroundModes": .array(["audio"]),
"ITSAppUsesNonExemptEncryption": .boolean(false),
Expand Down

0 comments on commit 94f8e18

Please sign in to comment.