mirror of
https://github.com/TermiT/Flycut.git
synced 2025-09-29 00:14:38 +08:00
Use InAppSettingsKit to display Settings within the app in addition to within Settings.app. This allows changes that initiate a user prompt to prompt the user immediately when the change is made, rather than upon app launch as is the case with using Settings.app, providing better user experience. Move acknowledgements from preferences panel into a text file that is sourced into the preferences panel on macOS and the settings bundle (in-app only) on iOS.
10 lines
396 B
Objective-C
10 lines
396 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "FlycutOperator.h"
|
|
#import "MGSwipeTableCell/MGSwipeTableCell/MGSwipeTableCell.h"
|
|
#import "MGSwipeTableCell/MGSwipeTableCell/MGSwipeButton.h"
|
|
#import "MJCloudKitUserDefaultsSync/MJCloudKitUserDefaultsSync.h"
|
|
#import "IASKAppSettingsViewController.h"
|