Skip to content

Commit

Permalink
Electra entitlements, control file
Browse files Browse the repository at this point in the history
  • Loading branch information
ipad_kid committed Mar 10, 2018
1 parent 9e3cbc8 commit 58c43fa
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 32 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
DEBUG = 0
ARCHS = armv7 arm64
TARGET = iphone:11.2:9.2

include $(THEOS)/makefiles/common.mk

TOOL_NAME = ftt
ftt_FILES = main.m
ftt_FRAMEWORKS = UIKit
ftt_CODESIGN_FLAGS = -Sent.plist
ftt_CFLAGS = -fobjc-arc

include $(THEOS_MAKE_PATH)/tool.mk
10 changes: 10 additions & 0 deletions control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Package: com.ipadkid.ftt
Name: Flex To Theos
Depends: mobilesubstrate
Architecture: iphoneos-arm
Description: Turn Flex 3 patches into Theos projects
Homepage: https://github.com/ipadkid358/FlexToTheos
Maintainer: ipad_kid <[email protected]>
Author: ipad_kid <[email protected]>
Section: Utilities
Version: 0.0.4
8 changes: 8 additions & 0 deletions ent.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 58c43fa

Please sign in to comment.