File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
ios-arm64_x86_64-maccatalyst/TreeSitter.framework
ios-arm64_x86_64-simulator/TreeSitter.framework
ios-arm64/TreeSitter.framework
macos-arm64_x86_64/TreeSitter.framework/Versions/A Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This is a [work-in-progress](https://github.com/tree-sitter/tree-sitter/issues/1
22
22
23
23
``` swift
24
24
dependencies: [
25
- .package (url : " https://github.com/krzyzanowskim/tree-sitter-xcframework" , from : " 0.208.2 " )
25
+ .package (url : " https://github.com/krzyzanowskim/tree-sitter-xcframework" , from : " 0.208.4 " )
26
26
]
27
27
```
28
28
Original file line number Diff line number Diff line change 21
21
</dict >
22
22
<dict >
23
23
<key >LibraryIdentifier </key >
24
- <string >ios-arm64 </string >
24
+ <string >ios-arm64_x86_64-simulator </string >
25
25
<key >LibraryPath </key >
26
26
<string >TreeSitter.framework </string >
27
27
<key >SupportedArchitectures </key >
28
28
<array >
29
29
<string >arm64 </string >
30
+ <string >x86_64 </string >
30
31
</array >
31
32
<key >SupportedPlatform </key >
32
33
<string >ios </string >
34
+ <key >SupportedPlatformVariant </key >
35
+ <string >simulator </string >
33
36
</dict >
34
37
<dict >
35
38
<key >LibraryIdentifier </key >
46
49
</dict >
47
50
<dict >
48
51
<key >LibraryIdentifier </key >
49
- <string >ios-arm64_x86_64-simulator </string >
52
+ <string >ios-arm64 </string >
50
53
<key >LibraryPath </key >
51
54
<string >TreeSitter.framework </string >
52
55
<key >SupportedArchitectures </key >
53
56
<array >
54
57
<string >arm64 </string >
55
- <string >x86_64 </string >
56
58
</array >
57
59
<key >SupportedPlatform </key >
58
60
<string >ios </string >
59
- <key >SupportedPlatformVariant </key >
60
- <string >simulator </string >
61
61
</dict >
62
62
</array >
63
63
<key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euxo pipefail
4
4
5
5
BASE_PWD=" $PWD "
6
6
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd ) "
7
- LANGUAGE_DATA_DIR=" $SCRIPT_DIR /../Sources/tree_sitter_language_resources /LanguageResources"
7
+ LANGUAGE_DATA_DIR=" $SCRIPT_DIR /../Sources/TreeSitterResource /LanguageResources"
8
8
9
9
FRAMEWORK_NAME=" TreeSitter"
10
10
You can’t perform that action at this time.
0 commit comments