Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 8c27654

Browse files
committed
Version bump to 1.0-19
1 parent b1932ed commit 8c27654

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

OpenFoodFacts.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,7 @@
27702770
buildSettings = {
27712771
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
27722772
CODE_SIGN_STYLE = Manual;
2773-
CURRENT_PROJECT_VERSION = 18;
2773+
CURRENT_PROJECT_VERSION = 19;
27742774
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
27752775
DEVELOPMENT_TEAM = JVHN2X67GT;
27762776
FRAMEWORK_SEARCH_PATHS = (
@@ -2798,7 +2798,7 @@
27982798
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
27992799
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
28002800
CODE_SIGN_STYLE = Manual;
2801-
CURRENT_PROJECT_VERSION = 18;
2801+
CURRENT_PROJECT_VERSION = 19;
28022802
DEVELOPMENT_TEAM = JVHN2X67GT;
28032803
FRAMEWORK_SEARCH_PATHS = (
28042804
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -2882,7 +2882,7 @@
28822882
buildSettings = {
28832883
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
28842884
CODE_SIGN_STYLE = Manual;
2885-
CURRENT_PROJECT_VERSION = 18;
2885+
CURRENT_PROJECT_VERSION = 19;
28862886
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
28872887
DEVELOPMENT_TEAM = JVHN2X67GT;
28882888
FRAMEWORK_SEARCH_PATHS = (

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleShortVersionString</key>
2222
<string>1.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>18</string>
24+
<string>19</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>18</string>
20+
<string>19</string>
2121
</dict>
2222
</plist>

UITests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>18</string>
20+
<string>19</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)