Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Last active July 10, 2019 07:04
Show Gist options
  • Save mgrebenets/6c1e9c7fb5f1fd2be7fa596babde7cc0 to your computer and use it in GitHub Desktop.
Save mgrebenets/6c1e9c7fb5f1fd2be7fa596babde7cc0 to your computer and use it in GitHub Desktop.
{
Name = "ENABLE_NS_ASSERTIONS";
Type = Boolean;
DefaultValue = YES;
CommandLineArgs = {
YES = ();
NO = ("-DNS_BLOCK_ASSERTIONS=1");
};
FileTypes = (
"sourcecode.c.objc",
"sourcecode.cpp.objcpp",
);
Category = Preprocessing;
}
{
Name = PRODUCT_BUNDLE_IDENTIFIER;
Type = String;
Category = Packaging;
DisplayName = "Product Bundle Identifier";
Description = "A string that uniquely identifies the bundle. The string should be in reverse DNS format using only alphanumeric characters (`A-Z`, `a-z`, `0-9`), the dot (`.`), and the hyphen (`-`). This value is used as the `CFBundleIdentifier` in the `Info.plist` of the built bundle.";
DefaultValue = "";
}
{
Name = "LD_RUNPATH_SEARCH_PATHS";
Type = stringlist;
DefaultValue = "";
}
{
Name = "SWIFT_OBJC_BRIDGING_HEADER";
Type = String;
DefaultValue = "";
Category = "General";
DisplayName = "Objective-C Bridging Header";
Description = "Path to the header defining the Objective-C interfaces to be exposed in Swift.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment