mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-27 18:48:00 +02:00
Pending request view (#821)
* Splitting out auth context stuff in preparation for batch * Add uncommitted authhandler rename * Split out auth/nonauth paths * Messy auth batching infra WIP * Restrict connectionAcceptedNotifications to creating filehandle * WIP * WIP * WIP * WIP * WIP * Reenable multilineinfoview * WIP * WIP * Fixing up tests * WIP * Return empty bind response on parse throw * JSON project * JSON Project * WIP * WIP * Almost done * Tests * Cleanup test calls * Fixme * Cleanup * Localized strings
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
"kind": "group",
|
||||
"path": "Modifiers",
|
||||
"children": [
|
||||
{ "path": "ActionButtonStyle.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "ErrorStyle.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "BoxBackgroundStyle.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "ToolbarButtonStyle.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
@@ -77,7 +76,6 @@
|
||||
{ "path": "AgentStatusView.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "ContentView.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "CopyableView.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "MultilineInfoView.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
{ "path": "UpdateView.swift", "target-membership": [ "Secretive/compile-sources" ] },
|
||||
],
|
||||
},
|
||||
@@ -122,9 +120,10 @@
|
||||
"kind": "group",
|
||||
"path": "SecretAgent",
|
||||
"children": [
|
||||
{ "path": "AppDelegate.swift", "encoding": "utf8", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "App.swift", "encoding": "utf8", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "Notifier.swift", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "XPCInputParser.swift", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "PendingRequestsView.swift", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "XPCHostsfileReader.swift", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{ "path": "CertificateMigrator.swift", "target-membership": [ "SecretAgent/compile-sources" ] },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user