Jump to content

51 posts in this topic

Recommended Posts

Posted

The Bundle ID is in the xxx.plist file (xxx is your project name)

<?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>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>bundle id here</string>
</array>
</dict>
</dict>
</plist>
Posted

go in the Makefile and edit the bundle

 

Bundle ID*

the world bundle doesn't even appear in make file :3

Posted

 

The Bundle ID is in the xxx.plist file (xxx is your project name)

<?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>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>bundle id here</string>
</array>
</dict>
</dict>
</plist> 

okay I did that, now what do I do? edit tweak.xm?

Posted

the world bundle doesn't even appear in make file :3

 

 

The Bundle ID is in the xxx.plist file (xxx is your project name)

<?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>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>bundle id here</string>
</array>
</dict>
</dict>
</plist>
Posted (edited)
 



how would I do that?

There should be a file called "YourProjectName.plist" in your project folder. In it, there should be a line that says "<string>Your Bundle ID</string>" Since I'm guessing that you don't have it right, use this.

<string>com.blumarket.stayinthelinefree</string>

EDIT: Didn't see that @castix posted it. :p

Updated by Pro
Posted (edited)

okay there was like three different answers to what goes into tweak.xm

 

which one is the right one?

Updated by Dannyyy
Posted

it's in the .plist

not there on the main folder

okay there was like three different answers to what goes into tweak.xm

 

which one is the right one?

we three are right but still follow Castix

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines