mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	* Add "global actions" to title bar * Implement actions * Add "speed dial" action buttons * tweak global action icons * Refactor actions for "stock item" display * Refactor "part" detail * part category * SupplierPart * More updates * Add BottomAppBar * Add a global bottom app bar * Move "edit" buttons back to the app bar * tweaks * Updates to drawer navigation menu * home screen improvements * text tweaks * Fix appBarTitle for notifications widget * Update "tabs" for category display * Fix for attachment widget * Update tabs for purchaseorder view * Update part display * Cleanup * Add "BOM" tab to part detail widget * Paginated list search cleanup * Update release notes * Update old function * linting * linting * Tweaks to bottomappbar - Increase icon size slightly - Adjust "actions" icon
		
			
				
	
	
		
			27 lines
		
	
	
		
			774 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			774 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <?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>CFBundleDevelopmentRegion</key>
 | |
|   <string>en</string>
 | |
|   <key>CFBundleExecutable</key>
 | |
|   <string>App</string>
 | |
|   <key>CFBundleIdentifier</key>
 | |
|   <string>io.flutter.flutter.app</string>
 | |
|   <key>CFBundleInfoDictionaryVersion</key>
 | |
|   <string>6.0</string>
 | |
|   <key>CFBundleName</key>
 | |
|   <string>App</string>
 | |
|   <key>CFBundlePackageType</key>
 | |
|   <string>FMWK</string>
 | |
|   <key>CFBundleShortVersionString</key>
 | |
|   <string>1.0</string>
 | |
|   <key>CFBundleSignature</key>
 | |
|   <string>????</string>
 | |
|   <key>CFBundleVersion</key>
 | |
|   <string>1.0</string>
 | |
|   <key>MinimumOSVersion</key>
 | |
|   <string>11.0</string>
 | |
| </dict>
 | |
| </plist>
 |