NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

NeuralAmpModeler-macOS-AUv3-Info.plist (1809B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDevelopmentRegion</key>
      6 	<string>English</string>
      7 	<key>CFBundleExecutable</key>
      8 	<string>NeuralAmpModeler</string>
      9 	<key>CFBundleGetInfoString</key>
     10 	<string>NeuralAmpModeler v0.7.13 Copyright 2022 Steven Atkinson</string>
     11 	<key>CFBundleIdentifier</key>
     12 	<string>com.StevenAtkinson.app.NeuralAmpModeler.AUv3</string>
     13 	<key>CFBundleInfoDictionaryVersion</key>
     14 	<string>6.0</string>
     15 	<key>CFBundleName</key>
     16 	<string>NeuralAmpModeler</string>
     17 	<key>CFBundlePackageType</key>
     18 	<string>XPC!</string>
     19 	<key>CFBundleShortVersionString</key>
     20 	<string>0.7.13</string>
     21 	<key>CFBundleVersion</key>
     22 	<string>0.7.13</string>
     23 	<key>LSMinimumSystemVersion</key>
     24 	<string>10.12.0</string>
     25 	<key>NSExtension</key>
     26 	<dict>
     27 		<key>NSExtensionAttributes</key>
     28 		<dict>
     29 			<key>AudioComponentBundle</key>
     30 			<string>com.StevenAtkinson.app.NeuralAmpModeler.AUv3Framework</string>
     31 			<key>AudioComponents</key>
     32 			<array>
     33 				<dict>
     34 					<key>description</key>
     35 					<string>NeuralAmpModeler</string>
     36 					<key>manufacturer</key>
     37 					<string>SDAa</string>
     38 					<key>name</key>
     39 					<string>Steven Atkinson: NeuralAmpModeler</string>
     40 					<key>sandboxSafe</key>
     41 					<true/>
     42 					<key>subtype</key>
     43 					<string>1YEo</string>
     44 					<key>tags</key>
     45 					<array>
     46 						<string>Effects</string>
     47 					</array>
     48 					<key>type</key>
     49 					<string>aufx</string>
     50 					<key>version</key>
     51 					<integer>1805</integer>
     52 				</dict>
     53 			</array>
     54 		</dict>
     55 		<key>NSExtensionPointIdentifier</key>
     56 		<string>com.apple.AudioUnit-UI</string>
     57 		<key>NSExtensionPrincipalClass</key>
     58 		<string>IPlugAUViewController_vNeuralAmpModeler</string>
     59 	</dict>
     60 </dict>
     61 </plist>