Skip to content

Commit cf49cba

Browse files
authored
Incorporate SpecsDev (#7561)
1 parent 144f23e commit cf49cba

File tree

20 files changed

+22
-8
lines changed

20 files changed

+22
-8
lines changed

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: GoogleAppMeasurement
2424
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurement.podspec.json
2525

26-
# TODO: Consider pushing GoogleAppMeasurement.podspec.json to SpecsStaging to enable similar test
26+
# TODO: Consider pushing GoogleAppMeasurement.podspec.json to SpecsDev to enable similar test
2727
# for FirebaseAnalytics.podspec.json

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cd scripts/create_spec_repo/
3838
swift build
3939
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/FirebasePrivate/SpecsReleasing.git
40-
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsReleasing --pod-sources 'https://${BOT_TOKEN}@github.com/FirebasePrivate/SpecsReleasing' --pod-sources "https://github.com/firebase/SpecsStaging.git" --pod-sources "https://cdn.cocoapods.org/"
40+
BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsReleasing --pod-sources 'https://${BOT_TOKEN}@github.com/FirebasePrivate/SpecsReleasing' --pod-sources "https://github.com/firebase/SpecsDev.git" --pod-sources "https://github.com/firebase/SpecsStaging.git" --pod-sources "https://cdn.cocoapods.org/"
4141
- name: Clean Artifacts
4242
if: ${{ always() }}
4343
run: |

CoreOnly/Tests/FirebasePodTest/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Uncomment the next line to define a global platform for your project
22
platform :ios, '10.0'
33

4+
source 'https://github.com/firebase/SpecsDev.git'
45
source 'https://github.com/firebase/SpecsStaging.git'
56
source 'https://cdn.cocoapods.org/'
67

Example/watchOSSample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source 'https://github.com/firebase/SpecsDev.git'
12
source 'https://github.com/firebase/SpecsStaging.git'
23
source 'https://cdn.cocoapods.org/'
34

FirebaseAuth/Tests/Sample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#source 'sso://cpdc-internal/firebase'
33
#source 'https://cdn.cocoapods.org/'
44

5+
source 'https://github.com/firebase/SpecsDev.git'
56
source 'https://github.com/firebase/SpecsStaging.git'
67
source 'https://cdn.cocoapods.org/'
78

FirebaseDynamicLinks/Tests/Sample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source 'https://github.com/firebase/SpecsDev.git'
12
source 'https://github.com/firebase/SpecsStaging.git'
23
source 'https://cdn.cocoapods.org/'
34

FirebaseInAppMessaging/Tests/Integration/DefaultUITestApp/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source 'https://github.com/firebase/SpecsDev.git'
12
source 'https://github.com/firebase/SpecsStaging.git'
23
source 'https://cdn.cocoapods.org/'
34

FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use_frameworks!
22

3+
source 'https://github.com/firebase/SpecsDev.git'
34
source 'https://github.com/firebase/SpecsStaging.git'
45
source 'https://cdn.cocoapods.org/'
56

FirebaseMessaging/Apps/AdvancedSample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use_frameworks! :linkage => :static
22

3+
source 'https://github.com/firebase/SpecsDev.git'
34
source 'https://github.com/firebase/SpecsStaging.git'
45
source 'https://cdn.cocoapods.org/'
56

FirebaseMessaging/Apps/Sample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use_frameworks!
22

3+
source 'https://github.com/firebase/SpecsDev.git'
34
source 'https://github.com/firebase/SpecsStaging.git'
45
source 'https://cdn.cocoapods.org/'
56

0 commit comments

Comments
 (0)