Skip to content

Instantly share code, notes, and snippets.

@lukaskollmer
Created August 26, 2016 09:38
Show Gist options
  • Select an option

  • Save lukaskollmer/fadf0aec337ad72c2653b52ae0cb5d8e to your computer and use it in GitHub Desktop.

Select an option

Save lukaskollmer/fadf0aec337ad72c2653b52ae0cb5d8e to your computer and use it in GitHub Desktop.
{
BuildMachineOSBuild = 15F34;
CFBundleDevelopmentRegion = en;
CFBundleDocumentTypes = (
{
CFBundleTypeExtensions = (
sln
);
CFBundleTypeName = "Continuous Solution";
CFBundleTypeRole = Editor;
LSIsAppleDefaultForType = 1;
},
{
CFBundleTypeExtensions = (
csproj
);
CFBundleTypeName = "Continuous C# Project";
CFBundleTypeRole = Editor;
LSIsAppleDefaultForType = 1;
},
{
CFBundleTypeExtensions = (
fsproj
);
CFBundleTypeName = "Continuous F# Project";
CFBundleTypeRole = Editor;
LSIsAppleDefaultForType = 1;
},
{
CFBundleTypeExtensions = (
cs
);
CFBundleTypeName = "C# Source File";
CFBundleTypeRole = Editor;
LSHandlerRank = Owner;
LSIsAppleDefaultForType = 1;
LSItemContentTypes = (
"com.microsoft.c-sharp"
);
},
{
CFBundleTypeExtensions = (
csx
);
CFBundleTypeName = "C# Script File";
CFBundleTypeRole = Editor;
LSIsAppleDefaultForType = 1;
},
{
CFBundleTypeExtensions = (
fs
);
CFBundleTypeName = "F# Source File";
CFBundleTypeRole = Editor;
LSHandlerRank = Owner;
LSIsAppleDefaultForType = 1;
LSItemContentTypes = (
"org.fsharp.f-sharp"
);
},
{
CFBundleTypeExtensions = (
fsx
);
CFBundleTypeName = "F# Script File";
CFBundleTypeRole = Editor;
LSIsAppleDefaultForType = 1;
},
{
CFBundleTypeName = "Source Code";
CFBundleTypeRole = Editor;
LSItemContentTypes = (
"public.source-code"
);
},
{
CFBundleTypeName = "Text Document";
CFBundleTypeRole = Editor;
LSItemContentTypes = (
"public.text"
);
},
{
CFBundleTypeName = Anything;
CFBundleTypeRole = Editor;
LSItemContentTypes = (
"public.item",
"public.content"
);
}
);
CFBundleExecutable = Continuous;
CFBundleIcons = {
CFBundlePrimaryIcon = {
CFBundleIconFiles = (
AppIcons60x60,
AppIcons76x76,
"AppIcons83.5x83.5"
);
};
};
CFBundleIdentifier = "com.kruegersystems.continuous";
CFBundleInfoDictionaryVersion = "6.0";
CFBundleInfoPlistURL = "Info.plist -- file:///var/containers/Bundle/Application/D165C799-3867-411E-BAAC-467A98692EDE/Continuous.app/";
CFBundleName = Continuous;
CFBundleNumericVersion = 0;
CFBundlePackageType = APPL;
CFBundleShortVersionString = "1.0.1";
CFBundleSignature = "????";
CFBundleSupportedPlatforms = (
iPhoneOS
);
CFBundleVersion = 10104;
DTCompiler = "com.apple.compilers.llvm.clang.1_0";
DTPlatformBuild = 13E230;
DTPlatformName = iphoneos;
DTPlatformVersion = "9.3";
DTSDKBuild = 13E230;
DTSDKName = "iphoneos9.3";
DTThinningTraits = {
architecture = arm64;
artworkDevIdiom = pad;
artworkDevSubtype = 2732;
artworkHostedIdioms = (
);
artworkScaleFactor = 2;
devPerfMemoryClass = 3;
featuresToRemove = (
);
gfxFeatureSetClass = "MTL3,1";
gfxFeatureSetFallbacks = (
"MTL2,2",
"MTL1,2",
"GLES2,0"
);
platform = iphoneos;
};
DTXcode = 0731;
DTXcodeBuild = 7D1014;
LSRequiresIPhoneOS = 1;
MinimumOSVersion = "9.0";
UIDeviceFamily = (
2
);
UIFileSharingEnabled = 1;
UILaunchStoryboardName = LaunchScreen;
UIRequiredDeviceCapabilities = (
arm64
);
UIStatusBarStyle = UIStatusBarStyleLightContent;
UISupportedDevices = (
"iPad6,7",
"iPad6,8"
);
UISupportedInterfaceOrientations = (
UIInterfaceOrientationPortrait,
UIInterfaceOrientationPortraitUpsideDown,
UIInterfaceOrientationLandscapeLeft,
UIInterfaceOrientationLandscapeRight
);
UIViewControllerBasedStatusBarAppearance = 1;
UTImportedTypeDeclarations = (
{
UTTypeConformsTo = (
"public.source-code"
);
UTTypeDescription = "C# source";
UTTypeIdentifier = "com.microsoft.c-sharp";
UTTypeReferenceURL = "http://www.microsoft.com/en-us/download/details.aspx?id=7029";
UTTypeTagSpecification = {
"public.filename-extension" = (
cs
);
};
},
{
UTTypeConformsTo = (
"public.source-code"
);
UTTypeDescription = "F# source";
UTTypeIdentifier = "org.fsharp.f-sharp";
UTTypeReferenceURL = "http://fsharp.org/specs/language-spec/";
UTTypeTagSpecification = {
"public.filename-extension" = (
fs
);
};
}
);
"com.xamarin.ios" = {
Version = "9.8.2.10 (cycle7: 843a527)";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment