Skip to content

Commit 0484ccc

Browse files
committed
Split AG stuff into separate repo
1 parent 074491f commit 0484ccc

File tree

179 files changed

+133
-18519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+133
-18519
lines changed

.github/workflows/compatibility_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ jobs:
2020
OPENGRAPH_WERROR: 1
2121
OPENGRAPH_ATTRIBUTEGRAPH: 1
2222
OPENGRAPH_COMPATIBILITY_TEST: 1
23+
OPENGRAPH_USE_LOCAL_DEPS: 1
24+
OPENGRAPH_TARGET_RELEASE: 2024
25+
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
26+
GH_TOKEN: ${{ github.token }}
2327
steps:
2428
- uses: actions/checkout@v4
2529
- name: Setup Xcode
2630
uses: maxim-lobanov/setup-xcode@v1
2731
with:
2832
xcode-version: ${{ matrix.xcode-version }}
33+
- name: Set up build environment
34+
run: Scripts/CI/macOS_setup_build.sh
35+
shell: bash
2936
- name: Swift version
3037
run: swift --version
3138
- name: Run tests against Apple's AttributeGraph on macOS via SwiftPM

.github/workflows/ios.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
OPENGRAPH_WERROR: 1
2424
OPENGRAPH_ATTRIBUTEGRAPH: 0
2525
OPENGRAPH_COMPATIBILITY_TEST: 0
26+
OPENGRAPH_USE_LOCAL_DEPS: 1
27+
OPENGRAPH_TARGET_RELEASE: 2024
28+
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
2629
steps:
2730
- uses: actions/checkout@v4
2831
- name: Setup Xcode
@@ -31,6 +34,9 @@ jobs:
3134
xcode-version: ${{ matrix.xcode-version }}
3235
- name: Swift version
3336
run: swift --version
37+
- name: Set up build environment
38+
run: Scripts/CI/macOS_setup_build.sh
39+
shell: bash
3440
- name: Build in debug mode on iOS
3541
run: |
3642
xcodebuild build \

.github/workflows/macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@ jobs:
1919
OPENGRAPH_WERROR: 1
2020
OPENGRAPH_ATTRIBUTEGRAPH: 0
2121
OPENGRAPH_COMPATIBILITY_TEST: 0
22+
OPENGRAPH_USE_LOCAL_DEPS: 1
23+
OPENGRAPH_TARGET_RELEASE: 2024
24+
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE: 2024
2225
steps:
2326
- uses: actions/checkout@v4
2427
- name: Setup Xcode
2528
uses: maxim-lobanov/setup-xcode@v1
2629
with:
2730
xcode-version: ${{ matrix.xcode-version }}
31+
- name: Set up build environment
32+
run: Scripts/CI/macOS_setup_build.sh
33+
shell: bash
2834
- name: Swift version
2935
run: swift --version
3036
- name: Build and run tests in debug mode with coverage

AG/AttributeGraph.xcframework/Info.plist

Lines changed: 0 additions & 55 deletions
This file was deleted.

AG/AttributeGraph.xcframework/ios-arm64-arm64e/AttributeGraph.framework/AttributeGraph.tbd

Lines changed: 0 additions & 115 deletions
This file was deleted.

AG/AttributeGraph.xcframework/ios-arm64-arm64e/AttributeGraph.framework/Headers/AGAttribute.h

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)