mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 03:54:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
		
			692 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			692 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<!-- Add this file next to your tauri.conf.json file -->
							 | 
						||
| 
								 | 
							
								<?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>CFBundleURLTypes</key>
							 | 
						||
| 
								 | 
							
								        <array>
							 | 
						||
| 
								 | 
							
								            <dict>
							 | 
						||
| 
								 | 
							
								                <key>CFBundleURLName</key>
							 | 
						||
| 
								 | 
							
								                <!-- Obviously needs to be replaced with your app's bundle identifier -->
							 | 
						||
| 
								 | 
							
								                <string>appflowy-flutter</string>
							 | 
						||
| 
								 | 
							
								                <key>CFBundleURLSchemes</key>
							 | 
						||
| 
								 | 
							
								                <array>
							 | 
						||
| 
								 | 
							
								                    <string>appflowy-flutter</string>
							 | 
						||
| 
								 | 
							
								                </array>
							 | 
						||
| 
								 | 
							
								            </dict>
							 | 
						||
| 
								 | 
							
								        </array>
							 | 
						||
| 
								 | 
							
								    </dict>
							 | 
						||
| 
								 | 
							
								</plist>
							 |