Add preliminary handling of nostrsigner URL scheme in scene delegate

This commit is contained in:
2025-01-19 23:38:12 -05:00
parent 62fe96bd2f
commit 248fd03d4d
5 changed files with 165 additions and 0 deletions

View File

@@ -29,9 +29,22 @@
3AA480D42D3DECF20052A05C /* YetiUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = YetiUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
3AA481082D3DF3E40052A05C /* Exceptions for "Yeti" folder in "Yeti" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 3AA480B72D3DECF10052A05C /* Yeti */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
3AA480BA2D3DECF10052A05C /* Yeti */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
3AA481082D3DF3E40052A05C /* Exceptions for "Yeti" folder in "Yeti" target */,
);
path = Yeti;
sourceTree = "<group>";
};
@@ -417,6 +430,7 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Yeti/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -446,6 +460,7 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Yeti/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;