Consume ObjectiveGit through a binary Swift package (#528)

This commit is contained in:
Danny Moesch 2021-12-29 00:17:11 +01:00 committed by GitHub
parent 3030e1d045
commit e5bd678aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 128 additions and 104 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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 {