Skip to content

Commit

Permalink
Prepare build
Browse files Browse the repository at this point in the history
  • Loading branch information
bourvill committed Feb 28, 2022
1 parent 6aac1fa commit 89f1ef1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Shortcuts/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions Tests iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions bagit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
<key>ITSEncryptionExportComplianceCode</key>
<string></string>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
4 changes: 2 additions & 2 deletions macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions wallabag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = bagit/bagit.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 314;
CURRENT_PROJECT_VERSION = 315;
DEVELOPMENT_TEAM = G97URPCGB8;
INFOPLIST_FILE = bagit/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
Expand All @@ -1587,7 +1587,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = bagit/bagit.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 314;
CURRENT_PROJECT_VERSION = 315;
DEVELOPMENT_TEAM = G97URPCGB8;
INFOPLIST_FILE = bagit/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
Expand Down
4 changes: 2 additions & 2 deletions wallabagTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>6.1.1</string>
<key>CFBundleVersion</key>
<string>314</string>
<string>315</string>
</dict>
</plist>

0 comments on commit 89f1ef1

Please sign in to comment.