mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
// Copyright © 2019 Sparkle Project. All rights reserved.
|
|
|
|
// Deployment
|
|
SKIP_INSTALL = YES
|
|
|
|
// Packaging
|
|
EXECUTABLE_PREFIX = lib
|
|
PRODUCT_NAME = $(TARGET_NAME)
|
|
|
|
// Search Paths
|
|
ALWAYS_SEARCH_USER_PATHS = NO
|
|
|
|
// Disable Warnings - this is a third-party project, and we'll trust that the maintainers know what they're doing.
|
|
WARNING_CFLAGS = $(inherited) -Wno-comma
|