Skip to content

Commit 9abbf31

Browse files
committed
Release 1.5
1 parent 062fe0d commit 9abbf31

File tree

9 files changed

+39
-17
lines changed

9 files changed

+39
-17
lines changed

Deluge Remote.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,7 @@
416416
TargetAttributes = {
417417
4716022D1DD4305800727CBD = {
418418
CreatedOnToolsVersion = 8.1;
419-
DevelopmentTeam = NZ8449Y9W6;
420419
LastSwiftMigration = 1110;
421-
ProvisioningStyle = Automatic;
422420
SystemCapabilities = {
423421
com.apple.BackgroundModes = {
424422
enabled = 0;
@@ -705,6 +703,8 @@
705703
buildSettings = {
706704
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
707705
CODE_SIGN_ENTITLEMENTS = "";
706+
CODE_SIGN_IDENTITY = "Apple Development";
707+
CODE_SIGN_STYLE = Automatic;
708708
CURRENT_PROJECT_VERSION = 1;
709709
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
710710
DEVELOPMENT_TEAM = NZ8449Y9W6;
@@ -722,8 +722,9 @@
722722
LIBRARY_SEARCH_PATHS = "";
723723
MARKETING_VERSION = 1.5;
724724
OTHER_LDFLAGS = "-ObjC";
725-
PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.deluge-remote";
725+
PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.Deluge-Remote";
726726
PRODUCT_NAME = "$(TARGET_NAME)";
727+
PROVISIONING_PROFILE_SPECIFIER = "";
727728
SUPPORTS_MACCATALYST = NO;
728729
SWIFT_OBJC_BRIDGING_HEADER = "";
729730
SWIFT_VERSION = 5.0;
@@ -735,6 +736,8 @@
735736
buildSettings = {
736737
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
737738
CODE_SIGN_ENTITLEMENTS = "";
739+
CODE_SIGN_IDENTITY = "Apple Development";
740+
CODE_SIGN_STYLE = Automatic;
738741
CURRENT_PROJECT_VERSION = 1;
739742
DEVELOPMENT_TEAM = NZ8449Y9W6;
740743
HEADER_SEARCH_PATHS = (
@@ -751,8 +754,9 @@
751754
LIBRARY_SEARCH_PATHS = "";
752755
MARKETING_VERSION = 1.5;
753756
OTHER_LDFLAGS = "-ObjC";
754-
PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.deluge-remote";
757+
PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.Deluge-Remote";
755758
PRODUCT_NAME = "$(TARGET_NAME)";
759+
PROVISIONING_PROFILE_SPECIFIER = "";
756760
SUPPORTS_MACCATALYST = NO;
757761
SWIFT_OBJC_BRIDGING_HEADER = "";
758762
SWIFT_VERSION = 5.0;

Deluge Remote.xcodeproj/xcshareddata/xcschemes/Deluge Remote.xcscheme

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1230"
4-
version = "1.3">
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<PostActions>
9+
<ExecutionAction
10+
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
11+
<ActionContent
12+
title = "Run Script"
13+
scriptText = "rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/FirebaseAnalytics.framework&quot;&#10;rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/GoogleAppMeasurement.framework&quot;&#10;rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/FIRAnalyticsConnector.framework&quot;&#10;">
14+
<EnvironmentBuildable>
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "4716022D1DD4305800727CBD"
18+
BuildableName = "Deluge Remote.app"
19+
BlueprintName = "Deluge Remote"
20+
ReferencedContainer = "container:Deluge Remote.xcodeproj">
21+
</BuildableReference>
22+
</EnvironmentBuildable>
23+
</ActionContent>
24+
</ExecutionAction>
25+
</PostActions>
826
<BuildActionEntries>
927
<BuildActionEntry
1028
buildForTesting = "YES"

Deluge Remote/Resources/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<string>Owner</string>
2222
<key>LSItemContentTypes</key>
2323
<array>
24-
<string>io.rudybermudez.deluge-remote.torrent</string>
24+
<string>io.rudybermudez.Deluge-Remote.torrent</string>
2525
</array>
2626
</dict>
2727
</array>
@@ -43,9 +43,9 @@
4343
<key>CFBundleTypeRole</key>
4444
<string>Editor</string>
4545
<key>CFBundleURLIconFile</key>
46-
<string>icons8-torrent-48</string>
46+
<string>TorrentFile@3x</string>
4747
<key>CFBundleURLName</key>
48-
<string>io.rudybermudez.deluge-remote.magnet</string>
48+
<string>io.rudybermudez.Deluge-Remote.magnet</string>
4949
<key>CFBundleURLSchemes</key>
5050
<array>
5151
<string>magnet</string>
@@ -109,7 +109,7 @@
109109
<string>[email protected]</string>
110110
</array>
111111
<key>UTTypeIdentifier</key>
112-
<string>io.rudybermudez.deluge-remote.torrent</string>
112+
<string>io.rudybermudez.Deluge-Remote.torrent</string>
113113
<key>UTTypeTagSpecification</key>
114114
<dict>
115115
<key>public.filename-extension</key>

Deluge Remote/Sources/API/ClientManager.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ final class ClientManager {
1414
// MARK: Properties
1515
public static var shared = ClientManager()
1616
private var _activeClient: DelugeClient?
17-
private let lockQueue = DispatchQueue(label: "io.rudybermudez.deluge-remote.clientManager",
17+
private let lockQueue = DispatchQueue(label: "io.rudybermudez.Deluge-Remote.clientManager",
1818
qos: .userInteractive, attributes: .concurrent)
19-
private let keychain = Valet.valet(with: Identifier(nonEmpty: "io.rudybermudez.deluge-remote")!,
19+
private let keychain = Valet.valet(with: Identifier(nonEmpty: "io.rudybermudez.Deluge-Remote")!,
2020
accessibility: .whenUnlocked)
2121

2222
public static let NewActiveClientNotification = "NewActiveClient"

Deluge Remote/Sources/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
109109

110110
func shouldHandle(shortcutItem: UIApplicationShortcutItem) -> Bool {
111111

112-
if shortcutItem.type == "io.rudybermudez.deluge-remote.adduser" {
112+
if shortcutItem.type == "io.rudybermudez.Deluge-Remote.adduser" {
113113
rootController.showAddTorrentView()
114114
return true
115115
}
@@ -120,7 +120,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
120120
func updateShortcutItems() {
121121
if let client = ClientManager.shared.activeClient {
122122
let icon = UIApplicationShortcutIcon(type: .add)
123-
let item = UIApplicationShortcutItem(type: "io.rudybermudez.deluge-remote.adduser", localizedTitle: "Add Torrent", localizedSubtitle: "Upload to \(client.clientConfig.nickname)", icon: icon, userInfo: nil)
123+
let item = UIApplicationShortcutItem(type: "io.rudybermudez.Deluge-Remote.adduser", localizedTitle: "Add Torrent", localizedSubtitle: "Upload to \(client.clientConfig.nickname)", icon: icon, userInfo: nil)
124124
UIApplication.shared.shortcutItems = [item]
125125
} else {
126126
UIApplication.shared.shortcutItems = []

Deluge Remote/Sources/View Controllers/AddTorrentViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class AddTorrentViewController: FormViewController, Storyboarded {
208208
}
209209
}.onCellSelection { [weak self] _, _ in
210210
let vc = UIDocumentPickerViewController(
211-
documentTypes: ["io.rudybermudez.deluge-remote.torrent"], in: UIDocumentPickerMode.import
211+
documentTypes: ["io.rudybermudez.Deluge-Remote.torrent"], in: UIDocumentPickerMode.import
212212
)
213213
vc.delegate = self
214214
self?.present(vc, animated: true, completion: nil)

Deluge Remote/Sources/View Controllers/ClientsTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClientsTableViewController: UITableViewController, Storyboarded {
2626

2727
var configs = [ClientConfig]()
2828

29-
private let keychain = Valet.valet(with: Identifier(nonEmpty: "io.rudybermudez.deluge-remote")!,
29+
private let keychain = Valet.valet(with: Identifier(nonEmpty: "io.rudybermudez.Deluge-Remote")!,
3030
accessibility: .whenUnlocked)
3131

3232
// MARK: - View Related Methods

Deluge Remote/Sources/View Controllers/MainTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class MainTableViewController: UITableViewController, Storyboarded {
154154
override func viewDidLoad() {
155155
super.viewDidLoad()
156156

157-
pollingQueue = DispatchQueue(label: "io.rudybermudez.deluge-remote.MainTableView.PollingQueue", qos: .userInteractive)
157+
pollingQueue = DispatchQueue(label: "io.rudybermudez.Deluge-Remote.MainTableView.PollingQueue", qos: .userInteractive)
158158
pollingTimer = RepeatingTimer(timeInterval: .seconds(5), leeway: .seconds(1), queue: pollingQueue)
159159
pollingTimer?.eventHandler = dataPollingEvent
160160

Deluge Remote/Sources/View Controllers/TorrentDetailViewTabController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class TorrentDetailViewTabController: UITabBarController, Storyboarded {
7575
super.viewDidLoad()
7676
delegate = self
7777

78-
dataPollingQueue = DispatchQueue(label: "io.rudybermudez.deluge-remote.DetailDataView.PollingQueue", qos: .userInteractive)
78+
dataPollingQueue = DispatchQueue(label: "io.rudybermudez.Deluge-Remote.DetailDataView.PollingQueue", qos: .userInteractive)
7979
dataPollingTimer = RepeatingTimer(timeInterval: .seconds(3), leeway: .seconds(1), queue: dataPollingQueue)
8080
dataPollingTimer?.eventHandler = dataPollingEvent
8181

0 commit comments

Comments
 (0)