mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
// Product and build versions are shared by every platform.
|
|
#include "../version.properties"
|
|
|
|
// VniDrop development and CI builds are intentionally unsigned.
|
|
CODE_SIGNING_ALLOWED = NO
|
|
CODE_SIGNING_REQUIRED = NO
|
|
|
|
// Signed local builds can opt in through this ignored file.
|
|
#include? "Local.xcconfig"
|