mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge branch 'ios-release'
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "840D617B2029031C009BC708"
|
||||
BuildableName = "NetNewsWire.app"
|
||||
BuildableName = ".app"
|
||||
BlueprintName = "NetNewsWire-iOS"
|
||||
ReferencedContainer = "container:NetNewsWire.xcodeproj">
|
||||
</BuildableReference>
|
||||
@@ -33,7 +33,7 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "840D617B2029031C009BC708"
|
||||
BuildableName = "NetNewsWire.app"
|
||||
BuildableName = ".app"
|
||||
BlueprintName = "NetNewsWire-iOS"
|
||||
ReferencedContainer = "container:NetNewsWire.xcodeproj">
|
||||
</BuildableReference>
|
||||
@@ -73,7 +73,7 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "840D617B2029031C009BC708"
|
||||
BuildableName = "NetNewsWire.app"
|
||||
BuildableName = ".app"
|
||||
BlueprintName = "NetNewsWire-iOS"
|
||||
ReferencedContainer = "container:NetNewsWire.xcodeproj">
|
||||
</BuildableReference>
|
||||
@@ -90,7 +90,7 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "840D617B2029031C009BC708"
|
||||
BuildableName = "NetNewsWire.app"
|
||||
BuildableName = ".app"
|
||||
BlueprintName = "NetNewsWire-iOS"
|
||||
ReferencedContainer = "container:NetNewsWire.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<outline text="Accidentally in Code" title="Accidentally in Code" type="rss" version="RSS" htmlUrl="https://cate.blog/" xmlUrl="https://cate.blog/feed/"/>
|
||||
<outline text="Becky Hansmeyer" title="Becky Hansmeyer" type="rss" version="RSS" htmlUrl="https://beckyhansmeyer.com" xmlUrl="https://beckyhansmeyer.com/feed/"/>
|
||||
<outline text="Maurice Parker" title="Maurice Parker" type="rss" version="RSS" htmlUrl="https://vincode.io/" xmlUrl="https://vincode.io/feed.xml"/>
|
||||
<outline text="Maurice Parker" title="Maurice Parker" type="rss" version="RSS" htmlUrl="https://vincode.io/" xmlUrl="https://vincode.io/feed.xml"/>
|
||||
<outline text="Daring Fireball" title="Daring Fireball" type="rss" version="RSS" htmlUrl="https://daringfireball.net/" xmlUrl="https://daringfireball.net/feeds/json"/>
|
||||
<outline text="Manton Reece" title="Manton Reece" type="rss" version="RSS" htmlUrl="https://manton.org/" xmlUrl="https://www.manton.org/feed/json"/>
|
||||
<outline text="Julia Evans" title="Julia Evans" type="rss" version="RSS" htmlUrl="https://jvns.ca/" xmlUrl="https://jvns.ca/atom.xml"/>
|
||||
|
||||
@@ -43,6 +43,14 @@ Fixed a bug where go-to-feed might not properly expand disclosure triangles
|
||||
* Video autoplay is now disallowed.
|
||||
* Article view now supports RTL layout.
|
||||
|
||||
### 6.0.2 Release - 15 Oct 2021
|
||||
|
||||
Makes a particular crash on startup, that happens only on iPad, far less likely.
|
||||
|
||||
### 6.0.2 TestFlight build 610 - 25 Sep 2021
|
||||
|
||||
Fixed bug with state restoration on launch (bug introduced in previous TestFlight build)
|
||||
|
||||
### 6.0.1 TestFlight build 608 - 28 Aug 2021
|
||||
|
||||
* Fixed our top crashing bug — it could happen when updating a table view
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
||||
MARKETING_VERSION = 6.1
|
||||
CURRENT_PROJECT_VERSION = 6108
|
||||
MARKETING_VERSION = 6.0.2
|
||||
CURRENT_PROJECT_VERSION = 610
|
||||
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||
|
||||
Reference in New Issue
Block a user