Skip to content

Commit

Permalink
Create build
Browse files Browse the repository at this point in the history
  • Loading branch information
bourvill committed Jan 27, 2021
1 parent fe061a2 commit 474a903
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Shortcuts/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>299</string>
<string>300</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
8 changes: 4 additions & 4 deletions wallabag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = FR_D25A5811CCA84B9080305DDA9A796022 /* bagit-Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 299;
CURRENT_PROJECT_VERSION = 300;
MARKETING_VERSION = 6.0.0;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -2030,7 +2030,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = FR_3C63EF667F0034B52FD8C3A71EAA05F7 /* bagit-Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 299;
CURRENT_PROJECT_VERSION = 300;
MARKETING_VERSION = 6.0.0;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -2043,7 +2043,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 299;
CURRENT_PROJECT_VERSION = 300;
ENABLE_PREVIEWS = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -2067,7 +2067,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 299;
CURRENT_PROJECT_VERSION = 300;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand Down
2 changes: 1 addition & 1 deletion wallabagScreenshotTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>299</string>
<string>300</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion wallabagUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>299</string>
<string>300</string>
</dict>
</plist>

0 comments on commit 474a903

Please sign in to comment.