mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 20:37:34 +01:00
Make app owner of its document type. Bump build to 6102.
This commit is contained in:
parent
639ec3c757
commit
9d41e8eec2
@ -1,6 +1,6 @@
|
||||
# iOS Release Notes
|
||||
|
||||
### 6.1 TestFlight build 6101 - 23 Jan 2022
|
||||
### 6.1 TestFlight build 6102 - 23 Jan 2022
|
||||
|
||||
Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences.
|
||||
Copy URLs using repaired, rather than raw, feed links.
|
||||
|
@ -204,6 +204,8 @@
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>NetNewsWire Theme</string>
|
||||
<key>LSHandlerRank</key>
|
||||
<string>Owner</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
||||
MARKETING_VERSION = 6.1
|
||||
CURRENT_PROJECT_VERSION = 6101
|
||||
CURRENT_PROJECT_VERSION = 6102
|
||||
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||
|
Loading…
x
Reference in New Issue
Block a user