diff --git a/Simplenote.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Simplenote.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index d2db68724..000000000 --- a/Simplenote.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,69 +0,0 @@ -{ - "originHash" : "1f66ac352dc04da5870abacba5f42306bd560111ad295c7c60a13a7af5c25ec8", - "pins" : [ - { - "identity" : "automattic-tracks-ios", - "kind" : "remoteSourceControl", - "location" : "https://github.com/Automattic/Automattic-Tracks-iOS", - "state" : { - "revision" : "cc3200463d9b97d2c58d839d1534e77e5bfa66c3", - "version" : "3.4.1" - } - }, - { - "identity" : "sentry-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/getsentry/sentry-cocoa", - "state" : { - "revision" : "7fc7ca43967e2980d8691a8e017c118a84133aac", - "version" : "8.26.0" - } - }, - { - "identity" : "simplenotefoundation-swift", - "kind" : "remoteSourceControl", - "location" : "git@github.com:Automattic/SimplenoteFoundation-Swift.git", - "state" : { - "revision" : "2731e4d28c42d394ddc62cd864d9f7ff96759228", - "version" : "1.3.0" - } - }, - { - "identity" : "simplenoteinterlinks-swift", - "kind" : "remoteSourceControl", - "location" : "git@github.com:Automattic/SimplenoteInterlinks-Swift.git", - "state" : { - "revision" : "be3827a5bf05c5349ed62126c3e1dc60a2a6cee6", - "version" : "1.1.0" - } - }, - { - "identity" : "simplenotesearch-swift", - "kind" : "remoteSourceControl", - "location" : "git@github.com:Automattic/SimplenoteSearch-Swift.git", - "state" : { - "revision" : "499d2809d169fcbeb9ff75568d9f1f937f290ffc", - "version" : "1.3.0" - } - }, - { - "identity" : "swift-sodium", - "kind" : "remoteSourceControl", - "location" : "https://github.com/jedisct1/swift-sodium", - "state" : { - "revision" : "4f9164a0a2c9a6a7ff53a2833d54a5c79c957342", - "version" : "0.9.1" - } - }, - { - "identity" : "uideviceidentifier", - "kind" : "remoteSourceControl", - "location" : "https://github.com/squarefrog/UIDeviceIdentifier", - "state" : { - "revision" : "4699794b08bb79a4d77785edaba6ea739e298e4b", - "version" : "2.3.0" - } - } - ], - "version" : 3 -} diff --git a/Simplenote/Bundle+Simplenote.swift b/Simplenote/Bundle+Simplenote.swift index 734547fc6..e4671fbfc 100644 --- a/Simplenote/Bundle+Simplenote.swift +++ b/Simplenote/Bundle+Simplenote.swift @@ -45,7 +45,6 @@ private extension Bundle { } } - private struct Constants { static let teamIDPrefix = "TeamIDPrefix" static let appSuffix = ".app"