Skip to content

Commit efd70a7

Browse files
committed
updated to include cargo.lock, and removed redundant lib dir
1 parent ea77e45 commit efd70a7

4 files changed

Lines changed: 1325 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Package XCFramework bundle
4444
shell: bash
4545
run: |
46-
zip -r EMProxy.xcframework.zip lib/EMProxy.xcframework
46+
zip -r EMProxy.xcframework.zip libs/EMProxy.xcframework
4747
openssl dgst -sha256 EMProxy.xcframework.zip
4848
4949
- name: Upload XCFramework artifact

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/target
2-
/Cargo.lock
32
/em_proxy.xcframework
43
/em_proxy.xcframework.zip
54
*.a
@@ -10,4 +9,5 @@
109
.build
1110
.swiftpm
1211
target
13-
/em_proxy.xcodeproj/xcuserdata/mahee96.xcuserdatad/xcschemes/xcschememanagement.plist
12+
libs/
13+
**/xcschememanagement.plist

0 commit comments

Comments
 (0)