Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
bourvill committed May 11, 2020
1 parent cd4d037 commit ae7a9fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
8 changes: 4 additions & 4 deletions wallabag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = FR_D25A5811CCA84B9080305DDA9A796022 /* bagit-Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 264;
CURRENT_PROJECT_VERSION = 265;
MARKETING_VERSION = 5.0.2;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -1711,7 +1711,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = FR_3C63EF667F0034B52FD8C3A71EAA05F7 /* bagit-Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 264;
CURRENT_PROJECT_VERSION = 265;
MARKETING_VERSION = 5.0.2;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -1723,7 +1723,7 @@
baseConfigurationReference = FR_7ABC493E8F892DF451AABBB415AFE326 /* wallabag-Debug.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 264;
CURRENT_PROJECT_VERSION = 265;
ENABLE_PREVIEWS = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1746,7 +1746,7 @@
baseConfigurationReference = FR_5DE83659FDAF5871759C0A7D752A7823 /* wallabag-Release.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 264;
CURRENT_PROJECT_VERSION = 265;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand Down
5 changes: 0 additions & 5 deletions wallabag/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
</array>
</dict>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
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>1.0</string>
<key>CFBundleVersion</key>
<string>264</string>
<string>265</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>1.0</string>
<key>CFBundleVersion</key>
<string>264</string>
<string>265</string>
</dict>
</plist>

0 comments on commit ae7a9fa

Please sign in to comment.