Skip to content

Commit

Permalink
Update the framework zip with modern widget view controller so it can…
Browse files Browse the repository at this point in the history
… be downloaded via docs
  • Loading branch information
DGh0st committed Sep 15, 2020
1 parent a1ab546 commit e15309b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clean-env:
rm -r $(HSWIDGETS_THEOS_TEMPLATE_STAGING_DIR)/$(FRAMEWORK_NAME).framework $(THEOS)/lib/$(FRAMEWORK_NAME).framework

create-framework-zip:
zip -r $(FRAMEWORK_PATH).zip $(FRAMEWORK_PATH)
cd $(HSWIDGETS_THEOS_TEMPLATE_STAGING_DIR) && zip -r $(FRAMEWORK_PATH).zip $(FRAMEWORK_NAME).framework

clean-framework-zip:
rm $(FRAMEWORK_PATH).zip
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.dgh0st.hswidgets
Name: HSWidgets
Depends: mobilesubstrate
Version: 0.1
Version: 0.2
Architecture: iphoneos-arm
Description: Add today widgets or custom widgets to home screen.
Maintainer: DGh0st <[email protected]>
Expand Down
Binary file modified theos_template/HSWidgets.framework.zip
Binary file not shown.

0 comments on commit e15309b

Please sign in to comment.