Skip to content

Conversation

morganchen12
Copy link
Contributor

@morganchen12 morganchen12 commented Jan 23, 2025

Testing CI, do not submit this PR.

@morganchen12 morganchen12 force-pushed the mc/spm branch 6 times, most recently from ecc3c6f to 3fbefa2 Compare January 24, 2025 00:14
@morganchen12 morganchen12 force-pushed the mc/spm branch 2 times, most recently from c1950a9 to 8ac405a Compare January 27, 2025 23:37
@morganchen12 morganchen12 force-pushed the mc/spm branch 2 times, most recently from bacbb70 to 03f0619 Compare January 28, 2025 00:08
@ncooke3 ncooke3 closed this Aug 29, 2025
@ncooke3 ncooke3 reopened this Aug 29, 2025
@ncooke3
Copy link
Member

ncooke3 commented Aug 29, 2025

Closing and re-opening to restart CI

Comment on lines 31 to 55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
DIR: inappmessaging
OS: iOS
DEVICE: iPhone 16
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd inappmessaging
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/inappmessaging.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: InAppMessagingExample
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: InAppMessagingExampleSwift

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +31 to +55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: true
DIR: installations
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd installations
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/installations.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: InstallationsExampleSwift
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: InstallationsExample

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +31 to +55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: false
DIR: messaging
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd messaging
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/messaging.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: MessagingExample
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: MessagingExampleSwift

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines 31 to 55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
DIR: inappmessaging
OS: iOS
DEVICE: iPhone 16
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd inappmessaging
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/inappmessaging.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: InAppMessagingExample
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: InAppMessagingExampleSwift

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +31 to +55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: true
DIR: installations
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd installations
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/installations.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: InstallationsExampleSwift
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: InstallationsExample

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +31 to +55
name: spm
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: false
DIR: messaging
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd messaging
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/messaging.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
SCHEME: MessagingExample
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
SCHEME: MessagingExampleSwift

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete analytics workflow file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't remember. Probably an accident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants