// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 4A57B9F0227235CD008A9763 /* Userscripts.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = 4A57B9EF227235CD008A9763 /* Userscripts.entitlements */; }; 4A57B9F2227235CD008A9763 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A57B9F1227235CD008A9763 /* AppDelegate.swift */; }; 4A57B9F5227235CD008A9763 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A57B9F3227235CD008A9763 /* Main.storyboard */; }; 4A57B9F7227235CD008A9763 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A57B9F6227235CD008A9763 /* ViewController.swift */; }; 4A57B9F9227235CE008A9763 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A57B9F8227235CE008A9763 /* Assets.xcassets */; }; 4A57BA00227235CE008A9763 /* Userscripts Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 4A57B9FF227235CE008A9763 /* Userscripts Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 4A57BA05227235CE008A9763 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A57BA04227235CE008A9763 /* Cocoa.framework */; }; 4A57BA08227235CE008A9763 /* SafariExtensionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A57BA07227235CE008A9763 /* SafariExtensionHandler.swift */; }; 4A57BA0A227235CE008A9763 /* SafariExtensionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A57BA09227235CE008A9763 /* SafariExtensionViewController.swift */; }; 4A57BA0D227235CE008A9763 /* SafariExtensionViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4A57BA0B227235CE008A9763 /* SafariExtensionViewController.xib */; }; 4A57BA10227235CE008A9763 /* script.js in Resources */ = {isa = PBXBuildFile; fileRef = 4A57BA0F227235CE008A9763 /* script.js */; }; 4A57BA12227235CE008A9763 /* ToolbarItemIcon.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 4A57BA11227235CE008A9763 /* ToolbarItemIcon.pdf */; }; 4A5E7C02227381780024DEB3 /* editor in Resources */ = {isa = PBXBuildFile; fileRef = 4A5E7C01227381780024DEB3 /* editor */; }; 4AB7601A2273863E004431B7 /* editor.html in Resources */ = {isa = PBXBuildFile; fileRef = 4AB760192273863E004431B7 /* editor.html */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 4A57BA01227235CE008A9763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4A57B9E4227235CD008A9763 /* Project object */; proxyType = 1; remoteGlobalIDString = 4A57B9FE227235CE008A9763; remoteInfo = "Userscripts Extension"; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ 4A57BA19227235CE008A9763 /* Embed App Extensions */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 13; files = ( 4A57BA00227235CE008A9763 /* Userscripts Extension.appex in Embed App Extensions */, ); name = "Embed App Extensions"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 4A57B9EC227235CD008A9763 /* Userscripts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Userscripts.app; sourceTree = BUILT_PRODUCTS_DIR; }; 4A57B9EF227235CD008A9763 /* Userscripts.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Userscripts.entitlements; sourceTree = ""; }; 4A57B9F1227235CD008A9763 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 4A57B9F4227235CD008A9763 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 4A57B9F6227235CD008A9763 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 4A57B9F8227235CE008A9763 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 4A57B9FA227235CE008A9763 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4A57B9FF227235CE008A9763 /* Userscripts Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Userscripts Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; 4A57BA04227235CE008A9763 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 4A57BA07227235CE008A9763 /* SafariExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionHandler.swift; sourceTree = ""; }; 4A57BA09227235CE008A9763 /* SafariExtensionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionViewController.swift; sourceTree = ""; }; 4A57BA0C227235CE008A9763 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/SafariExtensionViewController.xib; sourceTree = ""; }; 4A57BA0E227235CE008A9763 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4A57BA0F227235CE008A9763 /* script.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = script.js; sourceTree = ""; }; 4A57BA11227235CE008A9763 /* ToolbarItemIcon.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = ToolbarItemIcon.pdf; sourceTree = ""; }; 4A57BA13227235CE008A9763 /* Userscripts_Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Userscripts_Extension.entitlements; sourceTree = ""; }; 4A57BA1D227235E6008A9763 /* Userscripts Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Userscripts Extension.entitlements"; sourceTree = ""; }; 4A5E7C01227381780024DEB3 /* editor */ = {isa = PBXFileReference; lastKnownFileType = folder; path = editor; sourceTree = ""; }; 4AB760192273863E004431B7 /* editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = editor.html; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4A57B9E9227235CD008A9763 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; 4A57B9FC227235CE008A9763 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4A57BA05227235CE008A9763 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4A57B9E3227235CD008A9763 = { isa = PBXGroup; children = ( 4A57B9EE227235CD008A9763 /* Userscripts */, 4A57BA06227235CE008A9763 /* Userscripts Extension */, 4A57BA03227235CE008A9763 /* Frameworks */, 4A57B9ED227235CD008A9763 /* Products */, ); sourceTree = ""; }; 4A57B9ED227235CD008A9763 /* Products */ = { isa = PBXGroup; children = ( 4A57B9EC227235CD008A9763 /* Userscripts.app */, 4A57B9FF227235CE008A9763 /* Userscripts Extension.appex */, ); name = Products; sourceTree = ""; }; 4A57B9EE227235CD008A9763 /* Userscripts */ = { isa = PBXGroup; children = ( 4A57B9EF227235CD008A9763 /* Userscripts.entitlements */, 4A57B9F1227235CD008A9763 /* AppDelegate.swift */, 4A57B9F3227235CD008A9763 /* Main.storyboard */, 4A57B9F6227235CD008A9763 /* ViewController.swift */, 4A57B9F8227235CE008A9763 /* Assets.xcassets */, 4A57B9FA227235CE008A9763 /* Info.plist */, ); path = Userscripts; sourceTree = ""; }; 4A57BA03227235CE008A9763 /* Frameworks */ = { isa = PBXGroup; children = ( 4A57BA04227235CE008A9763 /* Cocoa.framework */, ); name = Frameworks; sourceTree = ""; }; 4A57BA06227235CE008A9763 /* Userscripts Extension */ = { isa = PBXGroup; children = ( 4A57BA1D227235E6008A9763 /* Userscripts Extension.entitlements */, 4A57BA07227235CE008A9763 /* SafariExtensionHandler.swift */, 4A57BA09227235CE008A9763 /* SafariExtensionViewController.swift */, 4A57BA0B227235CE008A9763 /* SafariExtensionViewController.xib */, 4A5E7C01227381780024DEB3 /* editor */, 4AB760192273863E004431B7 /* editor.html */, 4A57BA0E227235CE008A9763 /* Info.plist */, 4A57BA0F227235CE008A9763 /* script.js */, 4A57BA11227235CE008A9763 /* ToolbarItemIcon.pdf */, 4A57BA13227235CE008A9763 /* Userscripts_Extension.entitlements */, ); path = "Userscripts Extension"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4A57B9EB227235CD008A9763 /* Userscripts */ = { isa = PBXNativeTarget; buildConfigurationList = 4A57BA1A227235CE008A9763 /* Build configuration list for PBXNativeTarget "Userscripts" */; buildPhases = ( 4A57B9E8227235CD008A9763 /* Sources */, 4A57B9E9227235CD008A9763 /* Frameworks */, 4A57B9EA227235CD008A9763 /* Resources */, 4A57BA19227235CE008A9763 /* Embed App Extensions */, ); buildRules = ( ); dependencies = ( 4A57BA02227235CE008A9763 /* PBXTargetDependency */, ); name = Userscripts; productName = Userscripts; productReference = 4A57B9EC227235CD008A9763 /* Userscripts.app */; productType = "com.apple.product-type.application"; }; 4A57B9FE227235CE008A9763 /* Userscripts Extension */ = { isa = PBXNativeTarget; buildConfigurationList = 4A57BA16227235CE008A9763 /* Build configuration list for PBXNativeTarget "Userscripts Extension" */; buildPhases = ( 4A57B9FB227235CE008A9763 /* Sources */, 4A57B9FC227235CE008A9763 /* Frameworks */, 4A57B9FD227235CE008A9763 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = "Userscripts Extension"; productName = "Userscripts Extension"; productReference = 4A57B9FF227235CE008A9763 /* Userscripts Extension.appex */; productType = "com.apple.product-type.app-extension"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 4A57B9E4227235CD008A9763 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1020; LastUpgradeCheck = 1020; ORGANIZATIONNAME = "Justin Wasack"; TargetAttributes = { 4A57B9EB227235CD008A9763 = { CreatedOnToolsVersion = 10.2.1; }; 4A57B9FE227235CE008A9763 = { CreatedOnToolsVersion = 10.2.1; SystemCapabilities = { com.apple.Sandbox = { enabled = 1; }; }; }; }; }; buildConfigurationList = 4A57B9E7227235CD008A9763 /* Build configuration list for PBXProject "Userscripts" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 4A57B9E3227235CD008A9763; productRefGroup = 4A57B9ED227235CD008A9763 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4A57B9EB227235CD008A9763 /* Userscripts */, 4A57B9FE227235CE008A9763 /* Userscripts Extension */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4A57B9EA227235CD008A9763 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A57B9F0227235CD008A9763 /* Userscripts.entitlements in Resources */, 4A57B9F9227235CE008A9763 /* Assets.xcassets in Resources */, 4A57B9F5227235CD008A9763 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4A57B9FD227235CE008A9763 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A5E7C02227381780024DEB3 /* editor in Resources */, 4AB7601A2273863E004431B7 /* editor.html in Resources */, 4A57BA12227235CE008A9763 /* ToolbarItemIcon.pdf in Resources */, 4A57BA0D227235CE008A9763 /* SafariExtensionViewController.xib in Resources */, 4A57BA10227235CE008A9763 /* script.js in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 4A57B9E8227235CD008A9763 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A57B9F7227235CD008A9763 /* ViewController.swift in Sources */, 4A57B9F2227235CD008A9763 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 4A57B9FB227235CE008A9763 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4A57BA0A227235CE008A9763 /* SafariExtensionViewController.swift in Sources */, 4A57BA08227235CE008A9763 /* SafariExtensionHandler.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 4A57BA02227235CE008A9763 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 4A57B9FE227235CE008A9763 /* Userscripts Extension */; targetProxy = 4A57BA01227235CE008A9763 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 4A57B9F3227235CD008A9763 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 4A57B9F4227235CD008A9763 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 4A57BA0B227235CE008A9763 /* SafariExtensionViewController.xib */ = { isa = PBXVariantGroup; children = ( 4A57BA0C227235CE008A9763 /* Base */, ); name = SafariExtensionViewController.xib; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 4A57BA14227235CE008A9763 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 4A57BA15227235CE008A9763 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; }; name = Release; }; 4A57BA17227235CE008A9763 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = "Userscripts Extension/Userscripts Extension.entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = J74Q8V8V8N; INFOPLIST_FILE = "Userscripts Extension/Info.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = "com.userscripts.macos.Userscripts-Extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; }; name = Debug; }; 4A57BA18227235CE008A9763 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = "Userscripts Extension/Userscripts Extension.entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = J74Q8V8V8N; INFOPLIST_FILE = "Userscripts Extension/Info.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = "com.userscripts.macos.Userscripts-Extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; }; name = Release; }; 4A57BA1B227235CE008A9763 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Userscripts/Userscripts.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = J74Q8V8V8N; INFOPLIST_FILE = Userscripts/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = com.userscripts.macos; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; }; name = Debug; }; 4A57BA1C227235CE008A9763 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Userscripts/Userscripts.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = J74Q8V8V8N; INFOPLIST_FILE = Userscripts/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = com.userscripts.macos; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 4A57B9E7227235CD008A9763 /* Build configuration list for PBXProject "Userscripts" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A57BA14227235CE008A9763 /* Debug */, 4A57BA15227235CE008A9763 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4A57BA16227235CE008A9763 /* Build configuration list for PBXNativeTarget "Userscripts Extension" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A57BA17227235CE008A9763 /* Debug */, 4A57BA18227235CE008A9763 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4A57BA1A227235CE008A9763 /* Build configuration list for PBXNativeTarget "Userscripts" */ = { isa = XCConfigurationList; buildConfigurations = ( 4A57BA1B227235CE008A9763 /* Debug */, 4A57BA1C227235CE008A9763 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 4A57B9E4227235CD008A9763 /* Project object */; }