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

Commit 8a1cb62

Browse files
committed
Version bump to 1.0-15
1 parent 71a31ce commit 8a1cb62

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
@@ -3444,7 +3444,7 @@
34443444
buildSettings = {
34453445
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
34463446
CODE_SIGN_STYLE = Manual;
3447-
CURRENT_PROJECT_VERSION = 14;
3447+
CURRENT_PROJECT_VERSION = 15;
34483448
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
34493449
DEVELOPMENT_TEAM = JVHN2X67GT;
34503450
FRAMEWORK_SEARCH_PATHS = (
@@ -3471,7 +3471,7 @@
34713471
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
34723472
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
34733473
CODE_SIGN_STYLE = Manual;
3474-
CURRENT_PROJECT_VERSION = 14;
3474+
CURRENT_PROJECT_VERSION = 15;
34753475
DEVELOPMENT_TEAM = JVHN2X67GT;
34763476
FRAMEWORK_SEARCH_PATHS = (
34773477
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -3554,7 +3554,7 @@
35543554
buildSettings = {
35553555
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
35563556
CODE_SIGN_STYLE = Manual;
3557-
CURRENT_PROJECT_VERSION = 14;
3557+
CURRENT_PROJECT_VERSION = 15;
35583558
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
35593559
DEVELOPMENT_TEAM = JVHN2X67GT;
35603560
FRAMEWORK_SEARCH_PATHS = (

OpenFoodFacts/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>CFBundleShortVersionString</key>
3636
<string>1.0</string>
3737
<key>CFBundleVersion</key>
38-
<string>14</string>
38+
<string>15</string>
3939
<key>Fabric</key>
4040
<dict>
4141
<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>14</string>
20+
<string>15</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>14</string>
20+
<string>15</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)