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

Commit cb9ff16

Browse files
committed
Version bump to 1.0-17
1 parent f4766cc commit cb9ff16

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

OpenFoodFacts.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
buildSettings = {
25582558
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
25592559
CODE_SIGN_STYLE = Manual;
2560-
CURRENT_PROJECT_VERSION = 16;
2560+
CURRENT_PROJECT_VERSION = 17;
25612561
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
25622562
DEVELOPMENT_TEAM = JVHN2X67GT;
25632563
FRAMEWORK_SEARCH_PATHS = (
@@ -2584,7 +2584,7 @@
25842584
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
25852585
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
25862586
CODE_SIGN_STYLE = Manual;
2587-
CURRENT_PROJECT_VERSION = 16;
2587+
CURRENT_PROJECT_VERSION = 17;
25882588
DEVELOPMENT_TEAM = JVHN2X67GT;
25892589
FRAMEWORK_SEARCH_PATHS = (
25902590
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -2667,7 +2667,7 @@
26672667
buildSettings = {
26682668
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
26692669
CODE_SIGN_STYLE = Manual;
2670-
CURRENT_PROJECT_VERSION = 16;
2670+
CURRENT_PROJECT_VERSION = 17;
26712671
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
26722672
DEVELOPMENT_TEAM = JVHN2X67GT;
26732673
FRAMEWORK_SEARCH_PATHS = (

OpenFoodFacts/Info.plist

Lines changed: 1 addition & 1 deletion
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>16</string>
24+
<string>17</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

OpenFoodFactsTests/Info.plist

Lines changed: 1 addition & 1 deletion
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>16</string>
20+
<string>17</string>
2121
</dict>
2222
</plist>

OpenFoodFactsUITests/Info.plist

Lines changed: 1 addition & 1 deletion
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>16</string>
20+
<string>17</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)