-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from MobileNativeFoundation/move-to-MobileNat…
…iveFoundation
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# XCLogParser | ||
|
||
[![Build Status](https://github.com/spotify/XCLogParser/workflows/CI/badge.svg)](https://github.com/spotify/XCLogParser/workflows/CI/badge.svg) | ||
[![Build Status](https://github.com/MobileNativeFoundation/XCLogParser/workflows/CI/badge.svg)](https://github.com/MobileNativeFoundation/XCLogParser/workflows/CI/badge.svg) | ||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) | ||
|
||
|
||
|
@@ -282,7 +282,7 @@ xclogparser parse --project MyApp --reporter json | |
</details> | ||
|
||
|
||
For more information regarding each field, check out the [JSON format documentation](https://github.com/spotify/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
For more information regarding each field, check out the [JSON format documentation](https://github.com/MobileNativeFoundation/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
|
||
|
||
### FlatJson Reporter | ||
|
@@ -381,7 +381,7 @@ xclogparser parse --file path/to/log.xcactivitylog --reporter flatJson | |
``` | ||
</details> | ||
For more information regarding each field, check out the [JSON format documentation](https://github.com/spotify/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
For more information regarding each field, check out the [JSON format documentation](https://github.com/MobileNativeFoundation/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
### SummaryJson Reporter | ||
|
@@ -426,7 +426,7 @@ xclogparser parse --file path/to/log.xcactivitylog --reporter summaryJson | |
</details> | ||
For more information regarding each field, check out the [JSON format documentation](https://github.com/spotify/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
For more information regarding each field, check out the [JSON format documentation](https://github.com/MobileNativeFoundation/XCLogParser/blob/master/docs/JSON%20Format.md). | ||
### ChromeTracer Reporter | ||
|
@@ -523,7 +523,7 @@ XCLogParser is currently in alpha status. We are using it internally and tested | |
MacOS: | ||
1. Clone the repo with `git clone [email protected]:spotify/XCLogParser.git`. | ||
1. Clone the repo with `git clone [email protected]:MobileNativeFoundation/XCLogParser.git`. | ||
2. Run `rake gen_resources` to generate a static resource Swift file that is needed to compile the app. | ||
3. Run `swift package generate-xcodeproj` to generate a Xcode project (or use any text editor). | ||
4. Run tests in Xcode directly (CMD + U) or using `rake test`. | ||
|
@@ -535,7 +535,7 @@ Linux: | |
1. A Dockerfile is provided, you can create an image with the tag xlogparser: `docker build --tag xclogparser .` | ||
2. To compile the app in Linux, just run the shell script: `./run-in-docker.sh` | ||
If you find a bug or you would like to propose an improvement, you're welcome to create an [issue](https://github.com/spotify/xclogparser/issues/new). | ||
If you find a bug or you would like to propose an improvement, you're welcome to create an [issue](https://github.com/MobileNativeFoundation/xclogparser/issues/new). | ||
|
||
## Release | ||
|
||
|
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
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