mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Modified xcode project to disable default questionaire about encryption usage and push notification
This commit is contained in:
		| @@ -60,5 +60,7 @@ | |||||||
| 	<true/> | 	<true/> | ||||||
| 	<key>io.flutter.embedded_views_preview</key> | 	<key>io.flutter.embedded_views_preview</key> | ||||||
| 	<true/> | 	<true/> | ||||||
|  | 	<key>ITSAppUsesNonExemptEncryption</key> | ||||||
|  | 	<false/> | ||||||
| </dict> | </dict> | ||||||
| </plist> | </plist> | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?xml version="1.0" encoding="UTF-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"> | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||||
| <plist version="1.0"> | <plist version="1.0"> | ||||||
| <dict/> | <dict> | ||||||
|  | 	<key>aps-environment</key> | ||||||
|  | 	<string>development</string> | ||||||
|  | </dict> | ||||||
| </plist> | </plist> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user