|
|
@@ -88,12 +88,6 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
|
|
|
// Warns about potentially unreachable code.
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES
|
|
|
|
|
|
-// The path to a file specifying code-signing entitlements.
|
|
|
-CODE_SIGN_ENTITLEMENTS =
|
|
|
-
|
|
|
-// The name, also known as the *common name*, of a valid code-signing certificate in a keychain within your keychain path. A missing or invalid certificate will cause a build error.
|
|
|
-CODE_SIGN_IDENTITY =
|
|
|
-
|
|
|
// This setting defines the current version of the project. The value must be a integer or floating point number, such as `57` or `365.8`.
|
|
|
CURRENT_PROJECT_VERSION = 1
|
|
|
|
|
|
@@ -197,9 +191,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER_PREFIX).${PRODUCT_NAME:r
|
|
|
// This is the basename of the product generated by the target.
|
|
|
PRODUCT_NAME = $(TARGET_NAME)
|
|
|
|
|
|
-// Must contain a profile name (or UUID). A missing or invalid profile will cause a build error. Use in conjunction with [DEVELOPMENT_TEAM] to fully specify provisioning profile.
|
|
|
-PROVISIONING_PROFILE_SPECIFIER =
|
|
|
-
|
|
|
// Activating this setting will cause Xcode to run the `Clang` static analysis tool on qualifying source files during every build.
|
|
|
RUN_CLANG_STATIC_ANALYZER = YES
|
|
|
|