-
Notifications
You must be signed in to change notification settings - Fork 5
/
AU-Info.plist
47 lines (47 loc) · 1.38 KB
/
AU-Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>AudioComponents</key>
<array>
<dict>
<key>description</key>
<string>Doctor Mix AI Synth AU</string>
<key>factoryFunction</key>
<string>DrMixAISynth_Factory</string>
<key>manufacturer</key>
<string>Mnic</string>
<key>name</key>
<string>Martinic: Doctor Mix AI Synth</string>
<key>sandboxSafe</key>
<true/>
<key>subtype</key>
<string>dra1</string>
<key>type</key>
<string>aumu</string>
<key>version</key>
<integer>0x00010202</integer>
</dict>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PROJECT_NAME:rfc1034identifier)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>dra1</string>
<key>NSHumanReadableCopyright</key>
<string>$(INFOPLIST_KEY_NSHumanReadableCopyright)</string>
<key>NSPrincipalClass</key>
<string>DrMixAISynth_View</string>
</dict>
</plist>