Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
shincurry committed Sep 30, 2016
1 parent 551d5eb commit a4b1829
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Aria2/Aria2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum ConnectionStatus {
open class Aria2 {

open static let shared: Aria2 = {
let defaults = UserDefaults(suiteName: "525R2U87NG.group.windisco.maria")!
let defaults = UserDefaults(suiteName: "group.windisco.maria")!
let baseHost = "http" + (defaults.bool(forKey: "SSLEnabled") ? "s" : "") + "://"
let host = defaults.object(forKey: "RPCServerHost") as! String
let port = defaults.object(forKey: "RPCServerPort") as! String
Expand All @@ -29,7 +29,7 @@ open class Aria2 {
}()

var secret = ""
let defaults = UserDefaults(suiteName: "525R2U87NG.group.windisco.maria")!
let defaults = UserDefaults(suiteName: "group.windisco.maria")!

var socket: WebSocket!

Expand Down
4 changes: 2 additions & 2 deletions Maria Widget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>1609231</string>
<string>1609302</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down
4 changes: 2 additions & 2 deletions Maria/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1609231</string>
<string>1609302</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit a4b1829

Please sign in to comment.