Add apple.py, fix some global initialization on iOS, and add some missing bundle-related files.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4524 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/ios/Entitlements.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/ios/Entitlements.plist
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| <?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>application-identifier</key> | ||||
| 	<string>EDVXQ27EB5.com.unprompted.tildefriends</string> | ||||
| 	<key>com.apple.developer.team-identifier</key> | ||||
| 	<string>EDVXQ27EB5</string> | ||||
| 	<key>get-task-allow</key> | ||||
| 	<true/> | ||||
| </dict> | ||||
| </plist> | ||||
							
								
								
									
										25
									
								
								src/ios/ResourceRules.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								src/ios/ResourceRules.plist
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| <?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>rules</key> | ||||
| 	<dict> | ||||
| 		<key>.*</key> | ||||
| 		<true/> | ||||
| 		<key>Info.plist</key> | ||||
| 		<dict> | ||||
| 			<key>omit</key> | ||||
| 			<true/> | ||||
| 			<key>weight</key> | ||||
| 			<real>10</real> | ||||
| 		</dict> | ||||
| 		<key>ResourceRules.plist</key> | ||||
| 		<dict> | ||||
| 			<key>omit</key> | ||||
| 			<true/> | ||||
| 			<key>weight</key> | ||||
| 			<real>100</real> | ||||
| 		</dict> | ||||
| 	</dict> | ||||
| </dict> | ||||
| </plist> | ||||
		Reference in New Issue
	
	Block a user