Skip to content

Commit

Permalink
bump xcode 8.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Oct 1, 2024
1 parent af31049 commit 94e4b13
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 104 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ package-lock.json

# Generated Lockfiles
Cartfile.resolved

# Yalc
sample/yalc.lock
11 changes: 6 additions & 5 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-browser": "^7.0.0",
"cordova-ios": "^7.0.1",
"cordova-ios": "^7.1.1",
"sentry-cordova": "file:.yalc/sentry-cordova"
},
"cordova": {
Expand All @@ -33,18 +33,19 @@
},
"platforms": [
"android",
"browser",
"ios"
"browser"
],
"plugins_comment": {
"sentry-cordova": {}
},
"plugins": {
"sentry-cordova": {}
"sentry-cordova": {
"SENTRY_ANDROID_SDK_VERSION": "7.6.0"
}
}
},
"dependencies": {
"cordova": "^12.0.0",
"typescript": "^5.2.2"
}
}
}
9 changes: 2 additions & 7 deletions sample/yalc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
"version": "v1",
"packages": {
"sentry-cordova": {
<<<<<<< HEAD
"signature": "e2954ab708fdc853c3f51a10930867cf",
=======
"signature": "684ab1d2bcede84b9ffa9a40efafb58c",
>>>>>>> 8d8fde0ad66e341458415e926b01779a7a15a02f
"file": true,
"replaced": "file:../"
"signature": "b219b8878ec79888dfe2ab1cd2d9342c",
"file": true
}
}
}
Loading

0 comments on commit 94e4b13

Please sign in to comment.