File tree Expand file tree Collapse file tree 4 files changed +15
-31
lines changed Expand file tree Collapse file tree 4 files changed +15
-31
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ let package = Package(
147
147
. package (
148
148
name: " GoogleAppMeasurement " ,
149
149
url: " https://github.com/google/GoogleAppMeasurement.git " ,
150
- // Please keep the version specification aligned with
151
- // scripts/setup_spm_test_app_measurement .sh.
152
- . exact( " 8.3.1 " )
150
+ // Note that CI changes the version to the head of main for CI.
151
+ // See scripts/setup_spm_tests .sh.
152
+ . exact( " 8.7.0 " )
153
153
) ,
154
154
. package (
155
155
name: " GoogleDataTransport " ,
@@ -302,8 +302,8 @@ let package = Package(
302
302
) ,
303
303
. binaryTarget(
304
304
name: " FirebaseAnalytics " ,
305
- url: " https://dl.google.com/firebase/ios/swiftpm/8.3 .0/FirebaseAnalytics.zip " ,
306
- checksum: " 3225b785ef2884889b41216150d000ccac3aa9d5e9bebbd993a63725503949e5 "
305
+ url: " https://dl.google.com/firebase/ios/swiftpm/8.7 .0/FirebaseAnalytics.zip " ,
306
+ checksum: " 063f03bc6d6bd1efbd3057a64977aef3e6fac4e0a761fc30af1acd554212164c "
307
307
) ,
308
308
. target(
309
309
name: " FirebaseAnalyticsSwiftTarget " ,
Original file line number Diff line number Diff line change @@ -648,7 +648,6 @@ case "$product-$platform-$method" in
648
648
649
649
# Note that the combine tests require setting the minimum iOS and tvOS version to 13.0
650
650
* -* -spm)
651
- " ${scripts_dir} /setup_spm_test_app_measurement.sh"
652
651
RunXcodebuild \
653
652
-scheme $product \
654
653
" ${xcb_flags[@]} " \
@@ -658,7 +657,6 @@ case "$product-$platform-$method" in
658
657
;;
659
658
660
659
* -* -spmbuildonly)
661
- " ${scripts_dir} /setup_spm_test_app_measurement.sh"
662
660
RunXcodebuild \
663
661
-scheme $product \
664
662
" ${xcb_flags[@]} " \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
+
18
+ # Point SPM CI to the tip of main of https://github.com/google/GoogleAppMeasurement
19
+ # so that the release process can defer publish the GoogleAppMeasurement tag
20
+ # until after testing.
21
+
22
+ # For example: Change `.exact("8.3.1")` to `.branch("main")`
23
+
24
+ sed -i ' ' ' s#exact("[0-9.]*#branch("main#' Package.swift
25
+
26
+
17
27
# Move schemes into place to run Swift Package Manager tests
18
28
# These cannot be stored in the correct location because they cause
19
29
# clutter for SDK clients.
You can’t perform that action at this time.
0 commit comments