From 4ca29c5d63397f6b47bf679d6db3245c8b29a385 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sun, 18 Sep 2022 07:52:03 +0800 Subject: [PATCH] removes unused xcconfig --- NetNewsWire.xcodeproj/project.pbxproj | 2 - ...Slockscreenwidgetextension_target.xcconfig | 41 ------------------- 2 files changed, 43 deletions(-) delete mode 100644 xcconfig/NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index 8605be9b8..57640ebfd 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -1585,7 +1585,6 @@ D5F4EDB620074D6500B9E363 /* WebFeed+Scriptability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WebFeed+Scriptability.swift"; sourceTree = ""; }; D5F4EDB820074D7C00B9E363 /* Folder+Scriptability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Folder+Scriptability.swift"; sourceTree = ""; }; DD82AB09231003F6002269DF /* SharingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SharingTests.swift; sourceTree = ""; }; - DFCEC228289A163B00251DEB /* NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig; sourceTree = ""; }; DFD6AACB27ADE80900463FAD /* NewsFax.nnwtheme */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = NewsFax.nnwtheme; sourceTree = ""; }; DFD6AACD27ADE86E00463FAD /* NewsFax.nnwtheme */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = NewsFax.nnwtheme; sourceTree = ""; }; DFFC199727A0D0D7004B7AEF /* NotificationsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsViewController.swift; sourceTree = ""; }; @@ -2830,7 +2829,6 @@ 51314617235A797400387FDC /* NetNewsWire_iOSintentextension_target.xcconfig */, 515D4FCE2325B3D000EE1167 /* NetNewsWire_iOSshareextension_target.xcconfig */, 1768140A2564BB8300D98635 /* NetNewsWire_iOSwidgetextension_target.xcconfig */, - DFCEC228289A163B00251DEB /* NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig */, 518B2EE92351B4C200400001 /* NetNewsWire_iOSTests_target.xcconfig */, 65ED40F2235DF5E00081F399 /* NetNewsWire_macapp_target_macappstore.xcconfig */, D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */, diff --git a/xcconfig/NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig b/xcconfig/NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig deleted file mode 100644 index 2d51c72b0..000000000 --- a/xcconfig/NetNewsWire_iOSlockscreenwidgetextension_target.xcconfig +++ /dev/null @@ -1,41 +0,0 @@ -CODE_SIGN_IDENTITY= iPhone Developer -DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Automatic -ORGANIZATION_IDENTIFIER = com.ranchero -PROVISIONING_PROFILE_SPECIFIER = - -// developers can locally override the Xcode settings for code signing -// by creating a DeveloperSettings.xcconfig file locally at the appropriate path -// This allows a pristine project to have code signing set up with the appropriate -// developer ID and certificates, and for dev to be able to have local settings -// without needing to check in anything into source control -// -// As an example, make a ../../SharedXcodeSettings/DeveloperSettings.xcconfig file and -// give it the contents -// -// CODE_SIGN_IDENTITY[sdk=macosx*] = Mac Developer -// CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer -// CODE_SIGN_IDENTITY[sdk=iphonesimulator*] = iPhone Developer -// DEVELOPMENT_TEAM = -// BUNDLE_ROOT = -// CODE_SIGN_STYLE = Automatic -// PROVISIONING_PROFILE_SPECIFIER = -// -// And you should be able to build without code signing errors and without modifying -// the NetNewsWire Xcode project. -// -// Example: if your NetNewsWire Xcode project file is at -// /Users/Shared/git/NetNewsWire/NetNewsWire.xcodeproj -// create your DeveloperSettings.xcconfig file at -// /Users/Shared/git/SharedXcodeSettings/DeveloperSettings.xcconfig -// - -#include? "../../SharedXcodeSettings/ProjectSettings.xcconfig" -#include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig" -#include "./common/NetNewsWire_ios_target_common.xcconfig" - -LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../../Frameworks -CODE_SIGN_ENTITLEMENTS = LockScreenWidget/NetNewsWire_Modern_WidgetExtension.entitlements -INFOPLIST_FILE = LockScreenWidget/Info.plist -PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.SpringboardWidgets -PRODUCT_NAME = $(TARGET_NAME)