From 5f22888b92384cc248cb8f277a86515e0901cf00 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Thu, 23 May 2024 23:51:42 -0700 Subject: [PATCH] Remove unused target from Podfile --- Podfile | 1 - Podfile.lock | 2 +- Simplenote.xcodeproj/project.pbxproj | 19 +++++++++---------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Podfile b/Podfile index 473b61028..60689f6f5 100644 --- a/Podfile +++ b/Podfile @@ -34,7 +34,6 @@ abstract_target 'Automattic' do # Main Target # target 'Simplenote' - target 'Simplenote-AppStore' # Testing Target # diff --git a/Podfile.lock b/Podfile.lock index 33d5654ff..98568c95c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -25,6 +25,6 @@ SPEC CHECKSUMS: Simperium-OSX: bc465c8830e5b731e2489085459acc96160104d6 SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 -PODFILE CHECKSUM: 0c6e1eaa48de269bee6c152747e29ea455cb1e74 +PODFILE CHECKSUM: 140e8361cb81c6afb2b16d5514e4d7e21625c066 COCOAPODS: 1.14.1 diff --git a/Simplenote.xcodeproj/project.pbxproj b/Simplenote.xcodeproj/project.pbxproj index 0d2bff953..61818565e 100644 --- a/Simplenote.xcodeproj/project.pbxproj +++ b/Simplenote.xcodeproj/project.pbxproj @@ -21,7 +21,7 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 24CB911B2B75601F00C9490F /* Pods_Automattic_Simplenote_AppStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86F72E095CFE66DE228AE8CA /* Pods_Automattic_Simplenote_AppStore.framework */; }; + 12FDC872D726DADDBE206EC4 /* Pods_Automattic_Simplenote.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F7AA366214AF89DB7A1C687 /* Pods_Automattic_Simplenote.framework */; }; 24CB911C2B75601F00C9490F /* Pods_Automattic_Simplenote_AppStore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 86F72E095CFE66DE228AE8CA /* Pods_Automattic_Simplenote_AppStore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 3700E97721C1E390004771C9 /* SPTextAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3700E97521C1E390004771C9 /* SPTextAttachment.swift */; }; 3712FC831FE1ACAA008544AC /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3712FC701FE1ACA9008544AC /* Storage.swift */; }; @@ -659,9 +659,9 @@ 466FFEE117CC10A800399652 /* Cocoa.framework in Frameworks */, B55E98FD1BE03E3F0087CA48 /* Security.framework in Frameworks */, B5609AE824EEC9860097777A /* SimplenoteSearch in Frameworks */, - 24CB911B2B75601F00C9490F /* Pods_Automattic_Simplenote_AppStore.framework in Frameworks */, BA78AF712B5B2BC300DCF896 /* AutomatticTracks in Frameworks */, B5609AF024EF171D0097777A /* SimplenoteFoundation in Frameworks */, + 12FDC872D726DADDBE206EC4 /* Pods_Automattic_Simplenote.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -723,7 +723,6 @@ 2614F1EE1405A14D0031AE94 /* libsqlite3.dylib */, 2614F1EC1405A1450031AE94 /* libz.dylib */, 0F7AA366214AF89DB7A1C687 /* Pods_Automattic_Simplenote.framework */, - 86F72E095CFE66DE228AE8CA /* Pods_Automattic_Simplenote_AppStore.framework */, 22D95A169BF4BF7DEABC4021 /* Pods_Automattic_SimplenoteTests.framework */, BA8CF21B2BFD20770087F33D /* Intents.framework */, ); @@ -1630,7 +1629,7 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Automattic-Simplenote-AppStore-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-Automattic-Simplenote-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1643,15 +1642,15 @@ files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote-AppStore/Pods-Automattic-Simplenote-AppStore-frameworks-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote-AppStore/Pods-Automattic-Simplenote-AppStore-frameworks-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote-AppStore/Pods-Automattic-Simplenote-AppStore-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 5D570A1AB9A23CB9D29A17B9 /* [CP] Check Pods Manifest.lock */ = { @@ -2125,7 +2124,7 @@ }; 466FFF2D17CC10A800399652 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12DA3C73E1DAA3D88413DAC5 /* Pods-Automattic-Simplenote-AppStore.debug.xcconfig */; + baseConfigurationReference = 07BC80F83FE6EE9EED13F79B /* Pods-Automattic-Simplenote.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta"; @@ -2138,7 +2137,7 @@ DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = PZYM8XX95Q; - "DEVELOPMENT_TEAM[sdk=macosx*]" = "PZYM8XX95Q"; + "DEVELOPMENT_TEAM[sdk=macosx*]" = PZYM8XX95Q; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2180,7 +2179,7 @@ }; 466FFF2E17CC10A800399652 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9F3E61907F329B466EEE619E /* Pods-Automattic-Simplenote-AppStore.release.xcconfig */; + baseConfigurationReference = 39ACEAE8218A03C6C22DC662 /* Pods-Automattic-Simplenote.release.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;