Skip to content

Commit

Permalink
Update AppInfoView
Browse files Browse the repository at this point in the history
  • Loading branch information
powenn committed Jul 11, 2022
1 parent da122ff commit 1ba5e29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
build
*.DS_Store
*.xcuserstate
*.xcuserstate
*.xcuserstate
Binary file not shown.
5 changes: 4 additions & 1 deletion permasigneriOS/Views/AppInfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ struct AppInfoView: View {
.frame(width: 32.0, height: 32.0, alignment: .leading)
}
})
Link(destination: URL(string: "https://github.com/powenn/permasigneriOS/issues?q=")!, label: {
Text("Check issues on Github")
})
}
Button(action: {
if !checkFilza() {
Expand All @@ -54,7 +57,7 @@ struct AppInfoView: View {
.alert(isPresented: $cleanFolderDone,content: {
Alert(title: Text("Done"), message: Text("All packages in Package Folder have been removed"), dismissButton: .default(Text("Okay")))
})
Section(footer: Text("Document Folder Path\n/var/mobile/Documents/permasigneriOS\n\nPlease be patient during the sign process,\nespecially signing a complex app with\nlots of frameworks"), content: {})
Section(footer: Text("Document Folder Path\n/var/mobile/Documents/permasigneriOS\n\nPlease be patient during the sign process,\nespecially signing a complex app with\nlots of frameworks\n\nIf having problems, please check Github issues before asking\n\n This is iOS ported of itsnebulalol's permasigner"), content: {})
}
}
}
Expand Down
1 change: 1 addition & 0 deletions permasigneriOS/Views/SignView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ struct SignView: View {
if checkFilza() {
canShowinFilza = true
} else { canShowinFilza = false }
checkapp.fileName = ""
showInFilzaAlert.toggle()

} else {
Expand Down

0 comments on commit 1ba5e29

Please sign in to comment.