There was an error while loading. Please reload this page.
1 parent ea77e45 commit efd70a7Copy full SHA for efd70a7
4 files changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Package XCFramework bundle
44
shell: bash
45
run: |
46
- zip -r EMProxy.xcframework.zip lib/EMProxy.xcframework
+ zip -r EMProxy.xcframework.zip libs/EMProxy.xcframework
47
openssl dgst -sha256 EMProxy.xcframework.zip
48
49
- name: Upload XCFramework artifact
.gitignore
@@ -1,5 +1,4 @@
1
/target
2
-/Cargo.lock
3
/em_proxy.xcframework
4
/em_proxy.xcframework.zip
5
*.a
@@ -10,4 +9,5 @@
10
9
.build
11
.swiftpm
12
target
13
-/em_proxy.xcodeproj/xcuserdata/mahee96.xcuserdatad/xcschemes/xcschememanagement.plist
+libs/
+**/xcschememanagement.plist
0 commit comments