Consume ObjectiveGit through a binary Swift package (#528)
This commit is contained in:
parent
3030e1d045
commit
e5bd678aaa
16 changed files with 128 additions and 104 deletions
|
|
@ -180,6 +180,13 @@
|
|||
"scale" : "3x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "notificationCenter",
|
||||
"scale" : "2x",
|
||||
"size" : "33x33",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-40@2x.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -196,6 +203,13 @@
|
|||
"size" : "44x44",
|
||||
"subtype" : "40mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "appLauncher",
|
||||
"scale" : "2x",
|
||||
"size" : "46x46",
|
||||
"subtype" : "41mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-50@2x-1.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -204,6 +218,13 @@
|
|||
"size" : "50x50",
|
||||
"subtype" : "44mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "appLauncher",
|
||||
"scale" : "2x",
|
||||
"size" : "51x51",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-86@2x.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -228,6 +249,13 @@
|
|||
"size" : "108x108",
|
||||
"subtype" : "44mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "quickLook",
|
||||
"scale" : "2x",
|
||||
"size" : "117x117",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-Apple-Watch-App-Store-1024@1x.png",
|
||||
"idiom" : "watch-marketing",
|
||||
|
|
|
|||
|
|
@ -138,6 +138,13 @@
|
|||
"scale" : "3x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "notificationCenter",
|
||||
"scale" : "2x",
|
||||
"size" : "33x33",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-40@2x-2.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -154,6 +161,13 @@
|
|||
"size" : "44x44",
|
||||
"subtype" : "40mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "appLauncher",
|
||||
"scale" : "2x",
|
||||
"size" : "46x46",
|
||||
"subtype" : "41mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-50@2x.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -162,6 +176,13 @@
|
|||
"size" : "50x50",
|
||||
"subtype" : "44mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "appLauncher",
|
||||
"scale" : "2x",
|
||||
"size" : "51x51",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-86@2x.png",
|
||||
"idiom" : "watch",
|
||||
|
|
@ -186,6 +207,13 @@
|
|||
"size" : "108x108",
|
||||
"subtype" : "44mm"
|
||||
},
|
||||
{
|
||||
"idiom" : "watch",
|
||||
"role" : "quickLook",
|
||||
"scale" : "2x",
|
||||
"size" : "117x117",
|
||||
"subtype" : "45mm"
|
||||
},
|
||||
{
|
||||
"filename" : "Icon-1025.png",
|
||||
"idiom" : "watch-marketing",
|
||||
|
|
|
|||
|
|
@ -193,8 +193,8 @@ class GitRepositorySettingsTableViewController: UITableViewController, PasswordA
|
|||
checkoutProgressBlock: checkoutProgressBlock
|
||||
)
|
||||
|
||||
let gpgIdFile = self.passwordStore.storeURL.appendingPathComponent(".gpg-id").path
|
||||
guard FileManager.default.fileExists(atPath: gpgIdFile) else {
|
||||
let gpgIDFile = self.passwordStore.storeURL.appendingPathComponent(".gpg-id").path
|
||||
guard FileManager.default.fileExists(atPath: gpgIDFile) else {
|
||||
self.passwordStore.eraseStoreData()
|
||||
SVProgressHUD.dismiss {
|
||||
DispatchQueue.main.async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue