From 7bc593b47cd83c6840304b8d128c3eaab0ffeed0 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Thu, 19 Jan 2023 08:19:27 -0500 Subject: [PATCH] renaming from "nostore" to "Nostore" (capital N) --- .../project.pbxproj | 96 +++++++++---------- .../contents.xcworkspacedata | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcschemes/xcschememanagement.plist | 4 +- macOS (App)/Base.lproj/Main.storyboard | 15 ++- 5 files changed, 58 insertions(+), 59 deletions(-) rename {nostore.xcodeproj => Nostore.xcodeproj}/project.pbxproj (94%) rename {nostore.xcodeproj => Nostore.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (59%) rename {nostore.xcodeproj => Nostore.xcodeproj}/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {nostore.xcodeproj => Nostore.xcodeproj}/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist (100%) diff --git a/nostore.xcodeproj/project.pbxproj b/Nostore.xcodeproj/project.pbxproj similarity index 94% rename from nostore.xcodeproj/project.pbxproj rename to Nostore.xcodeproj/project.pbxproj index 90f8ba5..29d5fe7 100644 --- a/nostore.xcodeproj/project.pbxproj +++ b/Nostore.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ 941B03BB296FA90400CA291E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 941B03B9296FA90400CA291E /* Main.storyboard */; }; 941B03C4296FA90400CA291E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 941B03C3296FA90400CA291E /* AppDelegate.swift */; }; 941B03C7296FA90400CA291E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 941B03C5296FA90400CA291E /* Main.storyboard */; }; - 941B03CE296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 941B03CD296FA90400CA291E /* nostore Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 941B03D8296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 941B03D7296FA90400CA291E /* nostore Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 941B03CE296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 941B03CD296FA90400CA291E /* Nostore Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 941B03D8296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 941B03D7296FA90400CA291E /* Nostore Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 941B03DE296FA90400CA291E /* Main.html in Resources */ = {isa = PBXBuildFile; fileRef = 941B0399296FA90300CA291E /* Main.html */; }; 941B03DF296FA90400CA291E /* Main.html in Resources */ = {isa = PBXBuildFile; fileRef = 941B0399296FA90300CA291E /* Main.html */; }; 941B03E0296FA90400CA291E /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B039B296FA90300CA291E /* Icon.png */; }; @@ -97,7 +97,7 @@ dstPath = ""; dstSubfolderSpec = 13; files = ( - 941B03CE296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */, + 941B03CE296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */, ); name = "Embed Foundation Extensions"; runOnlyForDeploymentPostprocessing = 0; @@ -108,7 +108,7 @@ dstPath = ""; dstSubfolderSpec = 13; files = ( - 941B03D8296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */, + 941B03D8296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */, ); name = "Embed Foundation Extensions"; runOnlyForDeploymentPostprocessing = 0; @@ -131,19 +131,19 @@ 941B03A8296FA90400CA291E /* popup.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = popup.html; sourceTree = ""; }; 941B03A9296FA90400CA291E /* popup.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = popup.css; sourceTree = ""; }; 941B03AA296FA90400CA291E /* popup.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = popup.js; sourceTree = ""; }; - 941B03AF296FA90400CA291E /* nostore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nostore.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 941B03AF296FA90400CA291E /* Nostore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nostore.app; sourceTree = BUILT_PRODUCTS_DIR; }; 941B03B2296FA90400CA291E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 941B03B4296FA90400CA291E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 941B03B7296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 941B03BA296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 941B03BC296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 941B03C1296FA90400CA291E /* nostore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nostore.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 941B03C1296FA90400CA291E /* Nostore.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nostore.app; sourceTree = BUILT_PRODUCTS_DIR; }; 941B03C3296FA90400CA291E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 941B03C6296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 941B03C8296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = ""; }; - 941B03CD296FA90400CA291E /* nostore Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "nostore Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; + 941B03CD296FA90400CA291E /* Nostore Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Nostore Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; 941B03D2296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 941B03D7296FA90400CA291E /* nostore Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "nostore Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; + 941B03D7296FA90400CA291E /* Nostore Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Nostore Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; 941B03DC296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 941B03DD296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = ""; }; 941B040C296FAD6900CA291E /* nostr.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = nostr.js; sourceTree = ""; }; @@ -260,10 +260,10 @@ 941B03B0296FA90400CA291E /* Products */ = { isa = PBXGroup; children = ( - 941B03AF296FA90400CA291E /* nostore.app */, - 941B03C1296FA90400CA291E /* nostore.app */, - 941B03CD296FA90400CA291E /* nostore Extension.appex */, - 941B03D7296FA90400CA291E /* nostore Extension.appex */, + 941B03AF296FA90400CA291E /* Nostore.app */, + 941B03C1296FA90400CA291E /* Nostore.app */, + 941B03CD296FA90400CA291E /* Nostore Extension.appex */, + 941B03D7296FA90400CA291E /* Nostore Extension.appex */, ); name = Products; sourceTree = ""; @@ -325,9 +325,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 941B03AE296FA90400CA291E /* nostore (iOS) */ = { + 941B03AE296FA90400CA291E /* Nostore (iOS) */ = { isa = PBXNativeTarget; - buildConfigurationList = 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (iOS)" */; + buildConfigurationList = 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (iOS)" */; buildPhases = ( 941B03AB296FA90400CA291E /* Sources */, 941B03AC296FA90400CA291E /* Frameworks */, @@ -339,14 +339,14 @@ dependencies = ( 941B03D0296FA90400CA291E /* PBXTargetDependency */, ); - name = "nostore (iOS)"; + name = "Nostore (iOS)"; productName = "nostore (iOS)"; - productReference = 941B03AF296FA90400CA291E /* nostore.app */; + productReference = 941B03AF296FA90400CA291E /* Nostore.app */; productType = "com.apple.product-type.application"; }; - 941B03C0296FA90400CA291E /* nostore (macOS) */ = { + 941B03C0296FA90400CA291E /* Nostore (macOS) */ = { isa = PBXNativeTarget; - buildConfigurationList = 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (macOS)" */; + buildConfigurationList = 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (macOS)" */; buildPhases = ( 941B03BD296FA90400CA291E /* Sources */, 941B03BE296FA90400CA291E /* Frameworks */, @@ -358,14 +358,14 @@ dependencies = ( 941B03DA296FA90400CA291E /* PBXTargetDependency */, ); - name = "nostore (macOS)"; + name = "Nostore (macOS)"; productName = "nostore (macOS)"; - productReference = 941B03C1296FA90400CA291E /* nostore.app */; + productReference = 941B03C1296FA90400CA291E /* Nostore.app */; productType = "com.apple.product-type.application"; }; - 941B03CC296FA90400CA291E /* nostore Extension (iOS) */ = { + 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */ = { isa = PBXNativeTarget; - buildConfigurationList = 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (iOS)" */; + buildConfigurationList = 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (iOS)" */; buildPhases = ( 941B03C9296FA90400CA291E /* Sources */, 941B03CA296FA90400CA291E /* Frameworks */, @@ -375,14 +375,14 @@ ); dependencies = ( ); - name = "nostore Extension (iOS)"; + name = "Nostore Extension (iOS)"; productName = "nostore Extension (iOS)"; - productReference = 941B03CD296FA90400CA291E /* nostore Extension.appex */; + productReference = 941B03CD296FA90400CA291E /* Nostore Extension.appex */; productType = "com.apple.product-type.app-extension"; }; - 941B03D6296FA90400CA291E /* nostore Extension (macOS) */ = { + 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */ = { isa = PBXNativeTarget; - buildConfigurationList = 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (macOS)" */; + buildConfigurationList = 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (macOS)" */; buildPhases = ( 941B03D3296FA90400CA291E /* Sources */, 941B03D4296FA90400CA291E /* Frameworks */, @@ -392,9 +392,9 @@ ); dependencies = ( ); - name = "nostore Extension (macOS)"; + name = "Nostore Extension (macOS)"; productName = "nostore Extension (macOS)"; - productReference = 941B03D7296FA90400CA291E /* nostore Extension.appex */; + productReference = 941B03D7296FA90400CA291E /* Nostore Extension.appex */; productType = "com.apple.product-type.app-extension"; }; /* End PBXNativeTarget section */ @@ -421,7 +421,7 @@ }; }; }; - buildConfigurationList = 941B0396296FA90300CA291E /* Build configuration list for PBXProject "nostore" */; + buildConfigurationList = 941B0396296FA90300CA291E /* Build configuration list for PBXProject "Nostore" */; compatibilityVersion = "Xcode 14.0"; developmentRegion = en; hasScannedForEncodings = 0; @@ -434,10 +434,10 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 941B03AE296FA90400CA291E /* nostore (iOS) */, - 941B03C0296FA90400CA291E /* nostore (macOS) */, - 941B03CC296FA90400CA291E /* nostore Extension (iOS) */, - 941B03D6296FA90400CA291E /* nostore Extension (macOS) */, + 941B03AE296FA90400CA291E /* Nostore (iOS) */, + 941B03C0296FA90400CA291E /* Nostore (macOS) */, + 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */, + 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */, ); }; /* End PBXProject section */ @@ -569,12 +569,12 @@ /* Begin PBXTargetDependency section */ 941B03D0296FA90400CA291E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 941B03CC296FA90400CA291E /* nostore Extension (iOS) */; + target = 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */; targetProxy = 941B03CF296FA90400CA291E /* PBXContainerItemProxy */; }; 941B03DA296FA90400CA291E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 941B03D6296FA90400CA291E /* nostore Extension (macOS) */; + target = 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */; targetProxy = 941B03D9296FA90400CA291E /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -746,7 +746,7 @@ SafariServices, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; - PRODUCT_NAME = "nostore Extension"; + PRODUCT_NAME = "Nostore Extension"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; @@ -777,7 +777,7 @@ SafariServices, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; - PRODUCT_NAME = "nostore Extension"; + PRODUCT_NAME = "Nostore Extension"; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; @@ -818,7 +818,7 @@ WebKit, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; - PRODUCT_NAME = nostore; + PRODUCT_NAME = Nostore; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; @@ -860,7 +860,7 @@ WebKit, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; - PRODUCT_NAME = nostore; + PRODUCT_NAME = Nostore; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; @@ -896,7 +896,7 @@ SafariServices, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; - PRODUCT_NAME = "nostore Extension"; + PRODUCT_NAME = "Nostore Extension"; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; @@ -928,7 +928,7 @@ SafariServices, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; - PRODUCT_NAME = "nostore Extension"; + PRODUCT_NAME = "Nostore Extension"; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES; @@ -965,7 +965,7 @@ WebKit, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; - PRODUCT_NAME = nostore; + PRODUCT_NAME = Nostore; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -1001,7 +1001,7 @@ WebKit, ); PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; - PRODUCT_NAME = nostore; + PRODUCT_NAME = Nostore; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -1011,7 +1011,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 941B0396296FA90300CA291E /* Build configuration list for PBXProject "nostore" */ = { + 941B0396296FA90300CA291E /* Build configuration list for PBXProject "Nostore" */ = { isa = XCConfigurationList; buildConfigurations = ( 941B03FC296FA90400CA291E /* Debug */, @@ -1020,7 +1020,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (iOS)" */ = { + 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (iOS)" */ = { isa = XCConfigurationList; buildConfigurations = ( 941B03FF296FA90400CA291E /* Debug */, @@ -1029,7 +1029,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (iOS)" */ = { + 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (iOS)" */ = { isa = XCConfigurationList; buildConfigurations = ( 941B0403296FA90400CA291E /* Debug */, @@ -1038,7 +1038,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (macOS)" */ = { + 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (macOS)" */ = { isa = XCConfigurationList; buildConfigurations = ( 941B0406296FA90400CA291E /* Debug */, @@ -1047,7 +1047,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (macOS)" */ = { + 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (macOS)" */ = { isa = XCConfigurationList; buildConfigurations = ( 941B040A296FA90400CA291E /* Debug */, diff --git a/nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 59% rename from nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 919434a..a6b5ef9 100644 --- a/nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Nostore.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/ryan/Dev/nostr/nostore/Nostore.xcodeproj"> diff --git a/nostore.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Nostore.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from nostore.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Nostore.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist b/Nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist rename to Nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist index 51d4782..d13c9a8 100644 --- a/nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Nostore.xcodeproj/xcuserdata/ryan.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ nostore (iOS).xcscheme_^#shared#^_ orderHint - 0 + 1 nostore (macOS).xcscheme_^#shared#^_ orderHint - 1 + 0 diff --git a/macOS (App)/Base.lproj/Main.storyboard b/macOS (App)/Base.lproj/Main.storyboard index 25d0ddb..0c7a0e6 100644 --- a/macOS (App)/Base.lproj/Main.storyboard +++ b/macOS (App)/Base.lproj/Main.storyboard @@ -1,7 +1,6 @@ - @@ -13,18 +12,18 @@ - + - + - + - + @@ -42,7 +41,7 @@ - + @@ -54,7 +53,7 @@ - + @@ -78,7 +77,7 @@ - +