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

Commit 035fc93

Browse files
committed
Version bump to 1.0-18
1 parent 371185e commit 035fc93

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
@@ -2561,7 +2561,7 @@
25612561
buildSettings = {
25622562
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
25632563
CODE_SIGN_STYLE = Manual;
2564-
CURRENT_PROJECT_VERSION = 17;
2564+
CURRENT_PROJECT_VERSION = 18;
25652565
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
25662566
DEVELOPMENT_TEAM = JVHN2X67GT;
25672567
FRAMEWORK_SEARCH_PATHS = (
@@ -2588,7 +2588,7 @@
25882588
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
25892589
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
25902590
CODE_SIGN_STYLE = Manual;
2591-
CURRENT_PROJECT_VERSION = 17;
2591+
CURRENT_PROJECT_VERSION = 18;
25922592
DEVELOPMENT_TEAM = JVHN2X67GT;
25932593
FRAMEWORK_SEARCH_PATHS = (
25942594
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -2671,7 +2671,7 @@
26712671
buildSettings = {
26722672
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
26732673
CODE_SIGN_STYLE = Manual;
2674-
CURRENT_PROJECT_VERSION = 17;
2674+
CURRENT_PROJECT_VERSION = 18;
26752675
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
26762676
DEVELOPMENT_TEAM = JVHN2X67GT;
26772677
FRAMEWORK_SEARCH_PATHS = (

OpenFoodFacts/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>17</string>
24+
<string>18</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

OpenFoodFactsTests/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>17</string>
20+
<string>18</string>
2121
</dict>
2222
</plist>

OpenFoodFactsUITests/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>17</string>
20+
<string>18</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)