Skip to content

Commit 2edda80

Browse files
authored
Optimize event generation for multiple configurations from the same remote repository (#84)
1 parent dd2dde3 commit 2edda80

6 files changed

Lines changed: 304 additions & 93 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ env:
1515
jobs:
1616
macOS:
1717
name: macOS
18-
runs-on: macOS-latest
18+
runs-on: macOS-15
19+
env:
20+
DEVELOPER_DIR: /Applications/Xcode_16.0.app
1921
steps:
20-
- uses: actions/checkout@v2
21-
- name: Swift
22-
uses: swift-actions/setup-swift@v1
23-
- name: Preparation
24-
run: set -o pipefail
22+
- uses: actions/checkout@v3
2523
- name: Build
2624
run: make build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ fastlane/test_output
5555

5656
# AnalyticsGen
5757
analyticsgen-*.zip
58+
**/Generated/AnalyticsGen

Example/.analyticsGen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
HR-Mobile:
2-
sha: 40a1900a6733c3e64d1b82e1492df7b3daef711c
3-
version: 0.6.0
2+
sha: 1dcac2e8387cdfe140269fffe398b920b6bfb671
3+
version: 0.6.6
44
Applicant:
5-
sha: 40a1900a6733c3e64d1b82e1492df7b3daef711c
6-
version: 0.6.0
5+
sha: 1dcac2e8387cdfe140269fffe398b920b6bfb671
6+
version: 0.6.6
77
Shared:
8-
sha: 40a1900a6733c3e64d1b82e1492df7b3daef711c
9-
version: 0.6.0
8+
sha: 1dcac2e8387cdfe140269fffe398b920b6bfb671
9+
version: 0.6.6

0 commit comments

Comments
 (0)