renaming from "nostore" to "Nostore" (capital N)

This commit is contained in:
Ryan Breen
2023-01-19 08:19:27 -05:00
parent f088307862
commit 7bc593b47c
5 changed files with 58 additions and 59 deletions

View File

@@ -13,8 +13,8 @@
941B03BB296FA90400CA291E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 941B03B9296FA90400CA291E /* Main.storyboard */; }; 941B03BB296FA90400CA291E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 941B03B9296FA90400CA291E /* Main.storyboard */; };
941B03C4296FA90400CA291E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 941B03C3296FA90400CA291E /* AppDelegate.swift */; }; 941B03C4296FA90400CA291E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 941B03C3296FA90400CA291E /* AppDelegate.swift */; };
941B03C7296FA90400CA291E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 941B03C5296FA90400CA291E /* Main.storyboard */; }; 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, ); }; }; 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, ); }; }; 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 */; }; 941B03DE296FA90400CA291E /* Main.html in Resources */ = {isa = PBXBuildFile; fileRef = 941B0399296FA90300CA291E /* Main.html */; };
941B03DF296FA90400CA291E /* 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 */; }; 941B03E0296FA90400CA291E /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B039B296FA90300CA291E /* Icon.png */; };
@@ -97,7 +97,7 @@
dstPath = ""; dstPath = "";
dstSubfolderSpec = 13; dstSubfolderSpec = 13;
files = ( files = (
941B03CE296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */, 941B03CE296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */,
); );
name = "Embed Foundation Extensions"; name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@@ -108,7 +108,7 @@
dstPath = ""; dstPath = "";
dstSubfolderSpec = 13; dstSubfolderSpec = 13;
files = ( files = (
941B03D8296FA90400CA291E /* nostore Extension.appex in Embed Foundation Extensions */, 941B03D8296FA90400CA291E /* Nostore Extension.appex in Embed Foundation Extensions */,
); );
name = "Embed Foundation Extensions"; name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@@ -131,19 +131,19 @@
941B03A8296FA90400CA291E /* popup.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = popup.html; sourceTree = "<group>"; }; 941B03A8296FA90400CA291E /* popup.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = popup.html; sourceTree = "<group>"; };
941B03A9296FA90400CA291E /* popup.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = popup.css; sourceTree = "<group>"; }; 941B03A9296FA90400CA291E /* popup.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = popup.css; sourceTree = "<group>"; };
941B03AA296FA90400CA291E /* popup.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = popup.js; sourceTree = "<group>"; }; 941B03AA296FA90400CA291E /* popup.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = popup.js; sourceTree = "<group>"; };
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 = "<group>"; }; 941B03B2296FA90400CA291E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
941B03B4296FA90400CA291E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; 941B03B4296FA90400CA291E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
941B03B7296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 941B03B7296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
941B03BA296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 941B03BA296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
941B03BC296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 941B03BC296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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 = "<group>"; }; 941B03C3296FA90400CA291E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
941B03C6296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 941B03C6296FA90400CA291E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
941B03C8296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = "<group>"; }; 941B03C8296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = "<group>"; };
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 = "<group>"; }; 941B03D2296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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 = "<group>"; }; 941B03DC296FA90400CA291E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
941B03DD296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = "<group>"; }; 941B03DD296FA90400CA291E /* nostore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostore.entitlements; sourceTree = "<group>"; };
941B040C296FAD6900CA291E /* nostr.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = nostr.js; sourceTree = "<group>"; }; 941B040C296FAD6900CA291E /* nostr.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = nostr.js; sourceTree = "<group>"; };
@@ -260,10 +260,10 @@
941B03B0296FA90400CA291E /* Products */ = { 941B03B0296FA90400CA291E /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
941B03AF296FA90400CA291E /* nostore.app */, 941B03AF296FA90400CA291E /* Nostore.app */,
941B03C1296FA90400CA291E /* nostore.app */, 941B03C1296FA90400CA291E /* Nostore.app */,
941B03CD296FA90400CA291E /* nostore Extension.appex */, 941B03CD296FA90400CA291E /* Nostore Extension.appex */,
941B03D7296FA90400CA291E /* nostore Extension.appex */, 941B03D7296FA90400CA291E /* Nostore Extension.appex */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -325,9 +325,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
941B03AE296FA90400CA291E /* nostore (iOS) */ = { 941B03AE296FA90400CA291E /* Nostore (iOS) */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (iOS)" */; buildConfigurationList = 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (iOS)" */;
buildPhases = ( buildPhases = (
941B03AB296FA90400CA291E /* Sources */, 941B03AB296FA90400CA291E /* Sources */,
941B03AC296FA90400CA291E /* Frameworks */, 941B03AC296FA90400CA291E /* Frameworks */,
@@ -339,14 +339,14 @@
dependencies = ( dependencies = (
941B03D0296FA90400CA291E /* PBXTargetDependency */, 941B03D0296FA90400CA291E /* PBXTargetDependency */,
); );
name = "nostore (iOS)"; name = "Nostore (iOS)";
productName = "nostore (iOS)"; productName = "nostore (iOS)";
productReference = 941B03AF296FA90400CA291E /* nostore.app */; productReference = 941B03AF296FA90400CA291E /* Nostore.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
941B03C0296FA90400CA291E /* nostore (macOS) */ = { 941B03C0296FA90400CA291E /* Nostore (macOS) */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (macOS)" */; buildConfigurationList = 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (macOS)" */;
buildPhases = ( buildPhases = (
941B03BD296FA90400CA291E /* Sources */, 941B03BD296FA90400CA291E /* Sources */,
941B03BE296FA90400CA291E /* Frameworks */, 941B03BE296FA90400CA291E /* Frameworks */,
@@ -358,14 +358,14 @@
dependencies = ( dependencies = (
941B03DA296FA90400CA291E /* PBXTargetDependency */, 941B03DA296FA90400CA291E /* PBXTargetDependency */,
); );
name = "nostore (macOS)"; name = "Nostore (macOS)";
productName = "nostore (macOS)"; productName = "nostore (macOS)";
productReference = 941B03C1296FA90400CA291E /* nostore.app */; productReference = 941B03C1296FA90400CA291E /* Nostore.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
941B03CC296FA90400CA291E /* nostore Extension (iOS) */ = { 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (iOS)" */; buildConfigurationList = 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (iOS)" */;
buildPhases = ( buildPhases = (
941B03C9296FA90400CA291E /* Sources */, 941B03C9296FA90400CA291E /* Sources */,
941B03CA296FA90400CA291E /* Frameworks */, 941B03CA296FA90400CA291E /* Frameworks */,
@@ -375,14 +375,14 @@
); );
dependencies = ( dependencies = (
); );
name = "nostore Extension (iOS)"; name = "Nostore Extension (iOS)";
productName = "nostore Extension (iOS)"; productName = "nostore Extension (iOS)";
productReference = 941B03CD296FA90400CA291E /* nostore Extension.appex */; productReference = 941B03CD296FA90400CA291E /* Nostore Extension.appex */;
productType = "com.apple.product-type.app-extension"; productType = "com.apple.product-type.app-extension";
}; };
941B03D6296FA90400CA291E /* nostore Extension (macOS) */ = { 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (macOS)" */; buildConfigurationList = 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (macOS)" */;
buildPhases = ( buildPhases = (
941B03D3296FA90400CA291E /* Sources */, 941B03D3296FA90400CA291E /* Sources */,
941B03D4296FA90400CA291E /* Frameworks */, 941B03D4296FA90400CA291E /* Frameworks */,
@@ -392,9 +392,9 @@
); );
dependencies = ( dependencies = (
); );
name = "nostore Extension (macOS)"; name = "Nostore Extension (macOS)";
productName = "nostore Extension (macOS)"; productName = "nostore Extension (macOS)";
productReference = 941B03D7296FA90400CA291E /* nostore Extension.appex */; productReference = 941B03D7296FA90400CA291E /* Nostore Extension.appex */;
productType = "com.apple.product-type.app-extension"; productType = "com.apple.product-type.app-extension";
}; };
/* End PBXNativeTarget section */ /* 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"; compatibilityVersion = "Xcode 14.0";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
@@ -434,10 +434,10 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
941B03AE296FA90400CA291E /* nostore (iOS) */, 941B03AE296FA90400CA291E /* Nostore (iOS) */,
941B03C0296FA90400CA291E /* nostore (macOS) */, 941B03C0296FA90400CA291E /* Nostore (macOS) */,
941B03CC296FA90400CA291E /* nostore Extension (iOS) */, 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */,
941B03D6296FA90400CA291E /* nostore Extension (macOS) */, 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@@ -569,12 +569,12 @@
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
941B03D0296FA90400CA291E /* PBXTargetDependency */ = { 941B03D0296FA90400CA291E /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 941B03CC296FA90400CA291E /* nostore Extension (iOS) */; target = 941B03CC296FA90400CA291E /* Nostore Extension (iOS) */;
targetProxy = 941B03CF296FA90400CA291E /* PBXContainerItemProxy */; targetProxy = 941B03CF296FA90400CA291E /* PBXContainerItemProxy */;
}; };
941B03DA296FA90400CA291E /* PBXTargetDependency */ = { 941B03DA296FA90400CA291E /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 941B03D6296FA90400CA291E /* nostore Extension (macOS) */; target = 941B03D6296FA90400CA291E /* Nostore Extension (macOS) */;
targetProxy = 941B03D9296FA90400CA291E /* PBXContainerItemProxy */; targetProxy = 941B03D9296FA90400CA291E /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
@@ -746,7 +746,7 @@
SafariServices, SafariServices,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension;
PRODUCT_NAME = "nostore Extension"; PRODUCT_NAME = "Nostore Extension";
SDKROOT = iphoneos; SDKROOT = iphoneos;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
@@ -777,7 +777,7 @@
SafariServices, SafariServices,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension;
PRODUCT_NAME = "nostore Extension"; PRODUCT_NAME = "Nostore Extension";
SDKROOT = iphoneos; SDKROOT = iphoneos;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
@@ -818,7 +818,7 @@
WebKit, WebKit,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore;
PRODUCT_NAME = nostore; PRODUCT_NAME = Nostore;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
@@ -860,7 +860,7 @@
WebKit, WebKit,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore;
PRODUCT_NAME = nostore; PRODUCT_NAME = Nostore;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
@@ -896,7 +896,7 @@
SafariServices, SafariServices,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension;
PRODUCT_NAME = "nostore Extension"; PRODUCT_NAME = "Nostore Extension";
SDKROOT = macosx; SDKROOT = macosx;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
@@ -928,7 +928,7 @@
SafariServices, SafariServices,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore.Extension;
PRODUCT_NAME = "nostore Extension"; PRODUCT_NAME = "Nostore Extension";
SDKROOT = macosx; SDKROOT = macosx;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
@@ -965,7 +965,7 @@
WebKit, WebKit,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore;
PRODUCT_NAME = nostore; PRODUCT_NAME = Nostore;
SDKROOT = macosx; SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@@ -1001,7 +1001,7 @@
WebKit, WebKit,
); );
PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore; PRODUCT_BUNDLE_IDENTIFIER = camp.ursus.nostore;
PRODUCT_NAME = nostore; PRODUCT_NAME = Nostore;
SDKROOT = macosx; SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@@ -1011,7 +1011,7 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
941B0396296FA90300CA291E /* Build configuration list for PBXProject "nostore" */ = { 941B0396296FA90300CA291E /* Build configuration list for PBXProject "Nostore" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
941B03FC296FA90400CA291E /* Debug */, 941B03FC296FA90400CA291E /* Debug */,
@@ -1020,7 +1020,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (iOS)" */ = { 941B03FE296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (iOS)" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
941B03FF296FA90400CA291E /* Debug */, 941B03FF296FA90400CA291E /* Debug */,
@@ -1029,7 +1029,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (iOS)" */ = { 941B0402296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (iOS)" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
941B0403296FA90400CA291E /* Debug */, 941B0403296FA90400CA291E /* Debug */,
@@ -1038,7 +1038,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore Extension (macOS)" */ = { 941B0405296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore Extension (macOS)" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
941B0406296FA90400CA291E /* Debug */, 941B0406296FA90400CA291E /* Debug */,
@@ -1047,7 +1047,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "nostore (macOS)" */ = { 941B0409296FA90400CA291E /* Build configuration list for PBXNativeTarget "Nostore (macOS)" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
941B040A296FA90400CA291E /* Debug */, 941B040A296FA90400CA291E /* Debug */,

View File

@@ -2,6 +2,6 @@
<Workspace <Workspace
version = "1.0"> version = "1.0">
<FileRef <FileRef
location = "self:"> location = "self:/Users/ryan/Dev/nostr/nostore/Nostore.xcodeproj">
</FileRef> </FileRef>
</Workspace> </Workspace>

View File

@@ -7,12 +7,12 @@
<key>nostore (iOS).xcscheme_^#shared#^_</key> <key>nostore (iOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>1</integer>
</dict> </dict>
<key>nostore (macOS).xcscheme_^#shared#^_</key> <key>nostore (macOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>0</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies> <dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
<plugIn identifier="com.apple.WebKit2IBPlugin" version="21507"/> <plugIn identifier="com.apple.WebKit2IBPlugin" version="21507"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -13,18 +12,18 @@
<application id="hnw-xV-0zn" sceneMemberID="viewController"> <application id="hnw-xV-0zn" sceneMemberID="viewController">
<menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> <menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items> <items>
<menuItem title="nostore" id="1Xt-HY-uBw"> <menuItem title="Nostore" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/> <modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="nostore" systemMenu="apple" id="uQy-DD-JDr"> <menu key="submenu" title="Nostore" systemMenu="apple" id="uQy-DD-JDr">
<items> <items>
<menuItem title="About nostore" id="5kV-Vb-QxS"> <menuItem title="About Nostore" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/> <modifierMask key="keyEquivalentModifierMask"/>
<connections> <connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/> <action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
</connections> </connections>
</menuItem> </menuItem>
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/> <menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
<menuItem title="Hide nostore" keyEquivalent="h" id="Olw-nP-bQN"> <menuItem title="Hide Nostore" keyEquivalent="h" id="Olw-nP-bQN">
<connections> <connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/> <action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections> </connections>
@@ -42,7 +41,7 @@
</connections> </connections>
</menuItem> </menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/> <menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit nostore" keyEquivalent="q" id="4sb-4s-VLi"> <menuItem title="Quit Nostore" keyEquivalent="q" id="4sb-4s-VLi">
<connections> <connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/> <action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections> </connections>
@@ -54,7 +53,7 @@
<modifierMask key="keyEquivalentModifierMask"/> <modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ"> <menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items> <items>
<menuItem title="nostore Help" keyEquivalent="?" id="FKE-Sm-Kum"> <menuItem title="Nostore Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections> <connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/> <action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections> </connections>
@@ -78,7 +77,7 @@
<scene sceneID="R2V-B0-nI4"> <scene sceneID="R2V-B0-nI4">
<objects> <objects>
<windowController showSeguePresentationStyle="single" id="B8D-0N-5wS" sceneMemberID="viewController"> <windowController showSeguePresentationStyle="single" id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="nostore" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" animationBehavior="default" id="IQv-IB-iLA"> <window key="window" title="Nostore" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/> <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenNone="YES"/> <windowCollectionBehavior key="collectionBehavior" fullScreenNone="YES"/>
<rect key="contentRect" x="196" y="240" width="425" height="325"/> <rect key="contentRect" x="196" y="240" width="425" height="325"/>