mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00

- Added an Export Preferences… button in the Preferences view to save a copy of the preferences to a file. - Added an Import Preferences… button to load a saved preferences file and replace the prefs. - Added a document type and UTI type for the prefs file (you can provide an icon if you like). - Enabled iCloud document support to allow saving to shared locations. - Added a bridging header to enable Swift code to work properly.
13 lines
299 B
Objective-C
13 lines
299 B
Objective-C
//
|
|
// BridgingHeader.h
|
|
// NewsBlur
|
|
//
|
|
// Created by David Sinclair on 2020-01-27.
|
|
// Copyright © 2020 NewsBlur. All rights reserved.
|
|
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "NewsBlurAppDelegate.h"
|