Skip to content

Fix samples - #100

Open
wellingtoncosta wants to merge 1 commit into
mainfrom
wp/fix-samples
Open

Fix samples#100
wellingtoncosta wants to merge 1 commit into
mainfrom
wp/fix-samples

Conversation

@wellingtoncosta

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the CrashKiOS sample projects to build/align with newer tooling and iOS/Gradle integration settings, and refreshes sample dependencies/configuration.

Changes:

  • Update sample Gradle wrappers and tidy shared module Gradle scripts.
  • Adjust CocoaPods integration (including xcconfig) and refresh Podfile.lock metadata.
  • Update sample dependency wiring (Bugsnag link plugin substitution) and include Firebase config in the Crashlytics sample.

Reviewed changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
samples/sample-crashlytics/shared/shared.podspec Adds xcconfig override (disables user script sandboxing) and fixes formatting.
samples/sample-crashlytics/shared/build.gradle.kts Removes KotlinCompile JVM target task configuration.
samples/sample-crashlytics/ios/Podfile.lock Updates checksums and recorded CocoaPods version.
samples/sample-crashlytics/gradle/wrapper/gradle-wrapper.properties Bumps Gradle wrapper version for the Crashlytics sample.
samples/sample-crashlytics/gradle/libs.versions.toml Removes crashkios-utils coordinates from the sample version catalog.
samples/sample-crashlytics/build.gradle.kts Removes crashkios-utils buildscript classpath entry and normalizes formatting.
samples/sample-crashlytics/app/google-services.json Adds Firebase configuration (includes an API key and project identifiers).
samples/sample-crashlytics/app/.gitignore Stops ignoring google-services.json (so it can be committed).
samples/sample-bugsnag/shared/shared.podspec Adds xcconfig override (disables user script sandboxing).
samples/sample-bugsnag/shared/build.gradle.kts Removes KotlinCompile JVM target task configuration.
samples/sample-bugsnag/settings.gradle.kts Adds composite-build substitution for the Bugsnag link Gradle plugin marker module.
samples/sample-bugsnag/gradle/wrapper/gradle-wrapper.properties Bumps Gradle wrapper version for the Bugsnag sample.
samples/sample-bugsnag/CrashKiOSSampleIOS/Podfile.lock Updates checksums and recorded CocoaPods version.
Suppressed comments (1)

samples/sample-crashlytics/app/.gitignore:2

  • Removing google-services.json from .gitignore means the Firebase config (including API key and project identifiers) will be tracked/committed by default. If the intent is to keep credentials/project bindings out of the repo, restore this ignore entry and provide setup instructions or a sample template file instead.
/build


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread samples/sample-crashlytics/shared/shared.podspec
Comment thread samples/sample-bugsnag/shared/shared.podspec
Comment thread samples/sample-crashlytics/app/google-services.json
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