From 014ffb08be328f3325272f764c6e40dc4305f0cd Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 4 Sep 2020 21:23:37 +0000 Subject: Skeleton for Cocoa app. --- R2D2/Info.plist | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 R2D2/Info.plist (limited to 'R2D2/Info.plist') diff --git a/R2D2/Info.plist b/R2D2/Info.plist new file mode 100644 index 0000000..2586d16 --- /dev/null +++ b/R2D2/Info.plist @@ -0,0 +1,33 @@ + + + + + CFBundleName + R2D2 + CFBundleIdentifier + uk.co.noddybox.R2D2 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSMinimumSystemVersion + 10.15 + CFBundleDevelopmentRegion + en + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleSignature + ???? + NSHumanReadableCopyright + + NSPrincipalClass + NSApplication + NSMainStoryboardFile + Main + XSAppIconAssets + Assets.xcassets/AppIcon.appiconset + + + -- cgit v1.2.3