Skip to content

Instantly share code, notes, and snippets.

@dmnlk
Created February 6, 2012 17:33
Show Gist options
  • Select an option

  • Save dmnlk/1753535 to your computer and use it in GitHub Desktop.

Select an option

Save dmnlk/1753535 to your computer and use it in GitHub Desktop.
com.apple.package-type.mach-o-dylib;
{ Type = PackageType;
Identifier = com.apple.package-type.mach-o-dylib;
Name = "Mach-O Dynamic Library";
Description = "Mach-O dynamic library";
DefaultBuildSettings = {
EXECUTABLE_PREFIX = "";
EXECUTABLE_SUFFIX = "";
EXECUTABLE_NAME = "$(EXECUTABLE_PREFIX)$(PRODUCT_NAME)$(EXECUTABLE_VARIANT_SUFFIX)$(EXECUTABLE_SUFFIX)";
EXECUTABLE_PATH = "$(EXECUTABLE_NAME)";
};
ProductReference = {
FileType = compiled.mach-o.dylib;
Name = "$(EXECUTABLE_NAME)";
IsLaunchable = NO;
};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment