Skip to content

Commit

Permalink
disable sign for simulator, add missing res folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Jul 27, 2024
1 parent f49bd57 commit 60b2626
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cd Frameworks
zip --symlinks -r ${GITHUB_WORKSPACE}/libEGL.framework.ios.simulator.zip libEGL.framework
zip --symlinks -r ${GITHUB_WORKSPACE}/libGLESv2.framework.ios.simulator.zip libGLESv2.framework
cd ../.theos/obj/
cd ../.theos/obj/iphone_simulator
zip --symlinks -r ${GITHUB_WORKSPACE}/MGLKit.framework.ios.simulator.zip MGLKit.framework
- name: Upload artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.simulator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET := simulator:clang:latest:14.0
FOR_RELEASE := true

include $(THEOS)/makefiles/common.mk
# TARGET_CODESIGN = fastPathSign
TARGET_CODESIGN = echo

FRAMEWORK_NAME = MGLKit

Expand Down
Binary file added res/Info.plist
Binary file not shown.

0 comments on commit 60b2626

Please sign in to comment.