Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 104e1f4

Browse files
committed
Bump version
1 parent 3f5dfea commit 104e1f4

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

OneTimePasswordProvider/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
<key>CFBundleVersion</key>
22-
<string>44</string>
22+
<string>46</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

TwoFAuth/Resources/Info.plist

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDisplayName</key>
6-
<string>${BUNDLE_DISPLAY_NAME}</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>${BUNDLE_DISPLAY_NAME}</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -30,7 +30,9 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>44</string>
33+
<string>46</string>
34+
<key>ITSAppUsesNonExemptEncryption</key>
35+
<false/>
3436
<key>LSRequiresIPhoneOS</key>
3537
<true/>
3638
<key>NSCameraUsageDescription</key>

TwoFAuthScreenshots/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>44</string>
20+
<string>46</string>
2121
</dict>
2222
</plist>

TwoFAuthTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>44</string>
20+
<string>46</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)