Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wstyres committed Sep 4, 2020
1 parent 4e7dec5 commit 3a83be4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ after-stage::
mkdir -p $(THEOS_STAGING_DIR)/Applications/Zebra.app/Sections
rm -rf $(THEOS_STAGING_DIR)/Applications/Zebra.app/embedded.mobileprovision
rm -rf $(THEOS_STAGING_DIR)/Applications/Zebra.app/Installed.pack
ldid -S $(THEOS_STAGING_DIR)/Applications/Zebra.app/Zebra
ldid -SZebra/Zebra.entitlements $(THEOS_STAGING_DIR)/Applications/Zebra.app
ldid -S $(THEOS_STAGING_DIR)/Applications/Zebra.app/Frameworks/SDWebImage.framework/SDWebImage
ldid -S $(THEOS_STAGING_DIR)/Applications/Zebra.app/Frameworks/LNPopupController.framework/LNPopupController
ldid -SZebra/Zebra.entitlements $(THEOS_STAGING_DIR)/Applications/Zebra.app/Zebra

$(FAKEROOT) chmod 6755 $(THEOS_STAGING_DIR)/usr/libexec/zebra/supersling
$(FAKEROOT) chmod 755 $(THEOS_STAGING_DIR)/usr/libexec/zebra/firmware
Expand Down
4 changes: 2 additions & 2 deletions Zebra.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.12;
MARKETING_VERSION = 1.1.13;
OTHER_LDFLAGS = "-ObjC";
PACKAGE_VERSION = "'@\"$(MARKETING_VERSION)\"'";
PRODUCT_BUNDLE_IDENTIFIER = xyz.willy.Zebra;
Expand Down Expand Up @@ -1698,7 +1698,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.12;
MARKETING_VERSION = 1.1.13;
OTHER_LDFLAGS = "-ObjC";
PACKAGE_VERSION = "'@\"$(MARKETING_VERSION)\"'";
PRODUCT_BUNDLE_IDENTIFIER = xyz.willy.Zebra;
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: xyz.willy.zebra
Name: Zebra
Version: 1.1.12
Version: 1.1.13
Architecture: iphoneos-arm
Depends: dpkg, uikittools, firmware (>= 9.0)
Description: A Useful Package Manager
Expand Down

0 comments on commit 3a83be4

Please sign in to comment.