Skip to content

Commit 06e54f9

Browse files
committed
Use universal binary for faustgen hb1_to_binaural~ decoder
1 parent 9aa6603 commit 06e54f9

15 files changed

Lines changed: 18984 additions & 1518 deletions

devices/E4L Master Bus.amxd

-2.24 KB
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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>hb1_to_binaural~</string>
9+
<key>CFBundleIconFile</key>
10+
<string></string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.grame.hb1_to_binaural~</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>1.0.0</string>
15+
<key>CFBundlePackageType</key>
16+
<string>iLaX</string>
17+
<key>CFBundleSignature</key>
18+
<string>max2</string>
19+
<key>CFBundleVersion</key>
20+
<string>1.0.0</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>1.0.0</string>
23+
<key>CFBundleLongVersionString</key>
24+
<string>hb1_to_binaural~ 1.0.0, Copyright 2012-2018 Grame</string>
25+
<key>CSResourcesFileMapped</key>
26+
<true/>
27+
</dict>
28+
</plist>
765 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
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>files</key>
6+
<dict/>
7+
<key>files2</key>
8+
<dict>
9+
<key>MacOS/hb1_to_binaural~.arm64</key>
10+
<dict>
11+
<key>cdhash</key>
12+
<data>
13+
MenSLZudlXSo0pvCw1ao1HMLbHE=
14+
</data>
15+
<key>requirement</key>
16+
<string>cdhash H"31e9d22d9b9d9574a8d29bc2c356a8d4730b6c71"</string>
17+
</dict>
18+
<key>MacOS/hb1_to_binaural~.x86_64</key>
19+
<dict>
20+
<key>cdhash</key>
21+
<data>
22+
S+/N6e+y7LeJTSAqzY9fjovvzq8=
23+
</data>
24+
<key>requirement</key>
25+
<string>cdhash H"7ccc77374206ab5cfba42b43eca7792d73a4dc3d" or cdhash H"4befcde9efb2ecb7894d202acd8f5f8e8befceaf"</string>
26+
</dict>
27+
</dict>
28+
<key>rules</key>
29+
<dict>
30+
<key>^Resources/</key>
31+
<true/>
32+
<key>^Resources/.*\.lproj/</key>
33+
<dict>
34+
<key>optional</key>
35+
<true/>
36+
<key>weight</key>
37+
<real>1000</real>
38+
</dict>
39+
<key>^Resources/.*\.lproj/locversion.plist$</key>
40+
<dict>
41+
<key>omit</key>
42+
<true/>
43+
<key>weight</key>
44+
<real>1100</real>
45+
</dict>
46+
<key>^Resources/Base\.lproj/</key>
47+
<dict>
48+
<key>weight</key>
49+
<real>1010</real>
50+
</dict>
51+
<key>^version.plist$</key>
52+
<true/>
53+
</dict>
54+
<key>rules2</key>
55+
<dict>
56+
<key>.*\.dSYM($|/)</key>
57+
<dict>
58+
<key>weight</key>
59+
<real>11</real>
60+
</dict>
61+
<key>^(.*/)?\.DS_Store$</key>
62+
<dict>
63+
<key>omit</key>
64+
<true/>
65+
<key>weight</key>
66+
<real>2000</real>
67+
</dict>
68+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
69+
<dict>
70+
<key>nested</key>
71+
<true/>
72+
<key>weight</key>
73+
<real>10</real>
74+
</dict>
75+
<key>^.*</key>
76+
<true/>
77+
<key>^Info\.plist$</key>
78+
<dict>
79+
<key>omit</key>
80+
<true/>
81+
<key>weight</key>
82+
<real>20</real>
83+
</dict>
84+
<key>^PkgInfo$</key>
85+
<dict>
86+
<key>omit</key>
87+
<true/>
88+
<key>weight</key>
89+
<real>20</real>
90+
</dict>
91+
<key>^Resources/</key>
92+
<dict>
93+
<key>weight</key>
94+
<real>20</real>
95+
</dict>
96+
<key>^Resources/.*\.lproj/</key>
97+
<dict>
98+
<key>optional</key>
99+
<true/>
100+
<key>weight</key>
101+
<real>1000</real>
102+
</dict>
103+
<key>^Resources/.*\.lproj/locversion.plist$</key>
104+
<dict>
105+
<key>omit</key>
106+
<true/>
107+
<key>weight</key>
108+
<real>1100</real>
109+
</dict>
110+
<key>^Resources/Base\.lproj/</key>
111+
<dict>
112+
<key>weight</key>
113+
<real>1010</real>
114+
</dict>
115+
<key>^[^/]+$</key>
116+
<dict>
117+
<key>nested</key>
118+
<true/>
119+
<key>weight</key>
120+
<real>10</real>
121+
</dict>
122+
<key>^embedded\.provisionprofile$</key>
123+
<dict>
124+
<key>weight</key>
125+
<real>20</real>
126+
</dict>
127+
<key>^version\.plist$</key>
128+
<dict>
129+
<key>weight</key>
130+
<real>20</real>
131+
</dict>
132+
</dict>
133+
</dict>
134+
</plist>

0 commit comments

Comments
 (0)