Commit b58d9f7
dsward2
Apply changes for Apple app notarization in macOS Catalina. The main changes were:
1) Set the "Enable Hardened Runtime" option to "Yes" in the main application project.
2) Set the "Skip Install" option to "No" for the subprojects (IcecastSource, AudioMonitor2, etc.), in order for the Archive process to include only the main application. This fixes a problem where Xcode was generating a generic archive instead of an application archive.
Also, /opt/local/lib was removed from Library Search Paths in the LocalRadio project. This fixes a problem with Xcode linking to the wrong SQLite library from MacPorts, instead of the system library.1 parent d296706 commit b58d9f7
13 files changed
Lines changed: 218 additions & 173 deletions
File tree
- AACEncoder/AACEncoder.xcodeproj
- AudioMonitor/AudioMonitor.xcodeproj
- IcecastSource/IcecastSource.xcodeproj
- LocalRadio.xcodeproj
- LocalRadio
- Scripts
- UDPListener/UDPListener/UDPListener.xcodeproj
- UDPSender/UDPSender.xcodeproj
- rtl_fm_localradio/rtl_fm_localradio.xcodeproj
- wfm-tools
- stereodemux
- autom4te.cache
- wfm-tools.xcodeproj
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| 306 | + | |
304 | 307 | | |
305 | 308 | | |
306 | 309 | | |
| 310 | + | |
307 | 311 | | |
308 | 312 | | |
309 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | 206 | | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
| 350 | + | |
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| |||
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
| 360 | + | |
358 | 361 | | |
359 | 362 | | |
| 363 | + | |
360 | 364 | | |
361 | 365 | | |
362 | 366 | | |
| |||
370 | 374 | | |
371 | 375 | | |
372 | 376 | | |
| 377 | + | |
373 | 378 | | |
374 | 379 | | |
375 | 380 | | |
| |||
383 | 388 | | |
384 | 389 | | |
385 | 390 | | |
| 391 | + | |
386 | 392 | | |
387 | 393 | | |
388 | 394 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| 3130 | + | |
3130 | 3131 | | |
3131 | 3132 | | |
3132 | 3133 | | |
3133 | 3134 | | |
3134 | 3135 | | |
3135 | 3136 | | |
3136 | 3137 | | |
| 3138 | + | |
3137 | 3139 | | |
3138 | 3140 | | |
3139 | 3141 | | |
| |||
3144 | 3146 | | |
3145 | 3147 | | |
3146 | 3148 | | |
| 3149 | + | |
3147 | 3150 | | |
3148 | 3151 | | |
3149 | 3152 | | |
3150 | 3153 | | |
3151 | 3154 | | |
3152 | 3155 | | |
3153 | 3156 | | |
| 3157 | + | |
3154 | 3158 | | |
3155 | 3159 | | |
3156 | 3160 | | |
| |||
0 commit comments