Skip to content

Commit e979c6c

Browse files
authored
Remove never released Firebase Segmentation (#9215)
1 parent b0d6487 commit e979c6c

40 files changed

+4
-2604
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd scripts/create_spec_repo/
4141
swift build
4242
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/Firebase/SpecsTesting.git
43-
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsTesting --github-account Firebase --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" --exclude-pods "FirebaseSegmentation" "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport"
43+
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsTesting --github-account Firebase --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" --exclude-pods "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport"
4444
- name: Clean Artifacts
4545
if: ${{ always() }}
4646
run: |
@@ -93,7 +93,7 @@ jobs:
9393
cd scripts/create_spec_repo/
9494
swift build
9595
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/Firebase/SpecsTesting.git
96-
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsTesting --github-account Firebase --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" --exclude-pods "FirebaseSegmentation" "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport" --keep-repo --include-pods "${updated_podspecs[@]}"
96+
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsTesting --github-account Firebase --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport" --keep-repo --include-pods "${updated_podspecs[@]}"
9797
9898
abtesting_quickstart:
9999
# Don't run on private repo unless it is a PR.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd scripts/create_spec_repo/
4141
swift build
4242
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/FirebasePrivate/SpecsTesting.git
43-
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --pod-sources 'https://${BOT_TOKEN}@github.com/FirebasePrivate/SpecsTesting' "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" --exclude-pods "FirebaseSegmentation" "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport"
43+
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --pod-sources 'https://${BOT_TOKEN}@github.com/FirebasePrivate/SpecsTesting' "https://github.com/firebase/SpecsStaging.git" "https://cdn.cocoapods.org/" --exclude-pods "FirebaseFirestoreTestingSupport" "FirebaseAuthTestingSupport" "FirebaseCombineSwift" "FirebaseFunctionsTestingSupport"
4444
- name: Clean Artifacts
4545
if: ${{ always() }}
4646
run: |

.github/workflows/segmentation.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ FirebaseStorage/Tests/Integration/Credentials.h
2828
FirebaseStorage/Tests/SwiftIntegration/Credentials.swift
2929
FirebaseStorageSwift/Tests/Integration/Credentials.swift
3030

31-
# FirebaseSegmentation integration tests GoogleService-Info.plist
32-
FirebaseSegmentation/Tests/Sample/GoogleService-Info.plist
33-
3431
# FirebaseMLModelDownloader integration tests GoogleService-Info.plist
3532
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
3633
FirebaseMLModelDownloader/Apps/Sample/**/GoogleService-Info.plist

Dangerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def labelsForModifiedFiles()
5050
labels.push("api: messaging") if @has_messaging_changes
5151
labels.push("api: performance") if @has_performance_changes
5252
labels.push("api: remoteconfig") if @has_remoteconfig_changes
53-
labels.push("api: segmentation") if @has_segmentation_changes
5453
labels.push("api: storage") if @has_storage_changes
5554
labels.push("release-tooling") if @has_releasetooling_changes
5655
labels.push("public-api-change") if @has_api_changes
@@ -104,8 +103,6 @@ has_license_changes = didModify(["LICENSE"])
104103
@has_performance_api_changes = hasChangesIn("FirebasePerformance/Sources/Public/")
105104
@has_remoteconfig_changes = hasChangesIn("FirebaseRemoteConfig")
106105
@has_remoteconfig_api_changes = hasChangesIn("FirebaseRemoteConfig/Sources/Public/")
107-
@has_segmentation_changes = hasChangesIn("FirebaseSegmentation")
108-
@has_segmentation_api_changes = hasChangesIn("FirebaseSegmentation/Source/Public/")
109106
@has_storage_changes = hasChangesIn("FirebaseStorage")
110107
@has_storage_api_changes = hasChangesIn("FirebaseStorage/Sources/Public/")
111108

@@ -127,7 +124,6 @@ has_license_changes = didModify(["LICENSE"])
127124
@has_messaging_api_changes ||
128125
@has_performance_api_changes ||
129126
@has_remoteconfig_api_changes ||
130-
@has_segmentation_api_changes ||
131127
@has_storage_api_changes ||
132128
@has_gdt_api_changes
133129

FirebaseSegmentation.podspec

Lines changed: 0 additions & 47 deletions
This file was deleted.

FirebaseSegmentation/Sources/CHANGELOG.md

Whitespace-only changes.

FirebaseSegmentation/Sources/FIRSegmentation.m

Lines changed: 0 additions & 78 deletions
This file was deleted.

FirebaseSegmentation/Sources/FIRSegmentationComponent.m

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)