Skip to content

Commit

Permalink
Merge pull request #1158 from Automattic/charlie/drop-beta-target
Browse files Browse the repository at this point in the history
Drop beta target
  • Loading branch information
charliescheer authored May 24, 2024
2 parents 1880518 + 1a6f240 commit fbd84b9
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 1,199 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common_params:
- automattic/a8c-ci-toolkit#3.1.0
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-15.2-xl
IMAGE_ID: xcode-15.4

# This is the default pipeline – it will build and test the app
steps:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common_params:
- automattic/a8c-ci-toolkit#3.1.0
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-15.2-xl
IMAGE_ID: xcode-15.4

# This is the default pipeline – it will build and test the app
steps:
Expand Down
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ abstract_target 'Automattic' do
# Main Target
#
target 'Simplenote'
target 'Simplenote-AppStore'

# Testing Target
#
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ SPEC CHECKSUMS:
Simperium-OSX: bc465c8830e5b731e2489085459acc96160104d6
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211

PODFILE CHECKSUM: 0c6e1eaa48de269bee6c152747e29ea455cb1e74
PODFILE CHECKSUM: 140e8361cb81c6afb2b16d5514e4d7e21625c066

COCOAPODS: 1.14.1
985 changes: 24 additions & 961 deletions Simplenote.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

17 changes: 13 additions & 4 deletions Simplenote.xcodeproj/xcshareddata/xcschemes/Simplenote.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "26F72A8714032D2A00A7935E"
BlueprintIdentifier = "466FFEA617CC10A800399652"
BuildableName = "Simplenote.app"
BlueprintName = "Simplenote"
ReferencedContainer = "container:Simplenote.xcodeproj">
Expand All @@ -27,10 +27,19 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "466FFEA617CC10A800399652"
BuildableName = "Simplenote.app"
BlueprintName = "Simplenote"
ReferencedContainer = "container:Simplenote.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO"
testExecutionOrdering = "random">
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B5CBB068241976230003C271"
Expand All @@ -55,7 +64,7 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "26F72A8714032D2A00A7935E"
BlueprintIdentifier = "466FFEA617CC10A800399652"
BuildableName = "Simplenote.app"
BlueprintName = "Simplenote"
ReferencedContainer = "container:Simplenote.xcodeproj">
Expand All @@ -72,7 +81,7 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "26F72A8714032D2A00A7935E"
BlueprintIdentifier = "466FFEA617CC10A800399652"
BuildableName = "Simplenote.app"
BlueprintName = "Simplenote"
ReferencedContainer = "container:Simplenote.xcodeproj">
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B5CBB068241976230003C271"
BuildableName = "SimplenoteTests.xctest"
BlueprintName = "SimplenoteTests"
ReferencedContainer = "container:Simplenote.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
11 changes: 6 additions & 5 deletions Simplenote.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"originHash" : "1f66ac352dc04da5870abacba5f42306bd560111ad295c7c60a13a7af5c25ec8",
"pins" : [
{
"identity" : "automattic-tracks-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Automattic/Automattic-Tracks-iOS",
"state" : {
"revision" : "b6979ef69b4b094c8809ba83661222dcd0d7667e",
"version" : "3.2.0"
"revision" : "cc3200463d9b97d2c58d839d1534e77e5bfa66c3",
"version" : "3.4.1"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "3b9a8e69ca296bd8cd0e317ad7a448e5daf4a342",
"version" : "8.18.0"
"revision" : "7fc7ca43967e2980d8691a8e017c118a84133aac",
"version" : "8.26.0"
}
},
{
Expand Down Expand Up @@ -64,5 +65,5 @@
}
}
],
"version" : 2
"version" : 3
}
20 changes: 0 additions & 20 deletions SimplenoteIntents/Info.plist

This file was deleted.

20 changes: 0 additions & 20 deletions SimplenoteIntents/IntentHandler.swift

This file was deleted.

Loading

0 comments on commit fbd84b9

Please sign in to comment.