This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no message
- Loading branch information
Showing
5 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -489,6 +489,13 @@ | |
"path": "/Users/norbertschuler/Development/PFTP/treecounter-app/node_modules/react-native-slick", | ||
"licenseFile": "node_modules/react-native-slick/LICENSE" | ||
}, | ||
"[email protected]": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/crazycodeboy/react-native-splash-screen", | ||
"publisher": "crazycodeboy", | ||
"path": "/Users/norbertschuler/Development/PFTP/treecounter-app/node_modules/react-native-splash-screen", | ||
"licenseFile": "node_modules/react-native-splash-screen/LICENSE" | ||
}, | ||
"[email protected]": { | ||
"licenses": "ISC", | ||
"repository": "https://github.com/matiascba/react-native-svg-uri", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -647,4 +647,4 @@ SPEC CHECKSUMS: | |
|
||
PODFILE CHECKSUM: ea0fdd044658ebb0f2a28446d61b2692711df3b3 | ||
|
||
COCOAPODS: 1.8.4 | ||
COCOAPODS: 1.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,20 @@ curl --http1.1 https://upload.bugsnag.com/react-native-source-map \ | |
-F [email protected] \ | ||
-F projectRoot=`pwd` | ||
|
||
# also upload iOS source maps for package version | ||
curl --http1.1 https://upload.bugsnag.com/react-native-source-map \ | ||
-F apiKey="$BUGSNAG_API_KEY" \ | ||
-F appVersion="$PACKAGE_VERSION" \ | ||
-F dev=false \ | ||
-F platform=ios \ | ||
-F [email protected] \ | ||
-F [email protected] \ | ||
-F projectRoot=`pwd` | ||
|
||
# upload the dSYMs you can download from AppStore Connect | ||
# curl --http1.1 https://upload.bugsnag.com/ \ | ||
# -F apiKey="$BUGSNAG_API_KEY" \ | ||
# -F dsym=@~/Downloads/appDsyms.zip \ | ||
# -F projectRoot=`pwd` | ||
|
||
rm ios-release.bundle ios-release.bundle.map |