From a239353f055f47290605c9a08c35f8e3a63dfdc5 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Tue, 7 Mar 2017 13:53:21 -0500 Subject: Add a SDL swift target with the log file * Start adding tests for logging --- SmartDeviceLinkSwift/Info.plist | 24 ++++++++++++++++++++++++ SmartDeviceLinkSwift/SmartDeviceLinkSwift.h | 19 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 SmartDeviceLinkSwift/Info.plist create mode 100644 SmartDeviceLinkSwift/SmartDeviceLinkSwift.h (limited to 'SmartDeviceLinkSwift') diff --git a/SmartDeviceLinkSwift/Info.plist b/SmartDeviceLinkSwift/Info.plist new file mode 100644 index 000000000..fbe1e6b31 --- /dev/null +++ b/SmartDeviceLinkSwift/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/SmartDeviceLinkSwift/SmartDeviceLinkSwift.h b/SmartDeviceLinkSwift/SmartDeviceLinkSwift.h new file mode 100644 index 000000000..8b0eaa285 --- /dev/null +++ b/SmartDeviceLinkSwift/SmartDeviceLinkSwift.h @@ -0,0 +1,19 @@ +// +// SmartDeviceLinkSwift.h +// SmartDeviceLinkSwift +// +// Created by Joel Fischer on 3/7/17. +// Copyright © 2017 smartdevicelink. All rights reserved. +// + +#import + +//! Project version number for SmartDeviceLinkSwift. +FOUNDATION_EXPORT double SmartDeviceLinkSwiftVersionNumber; + +//! Project version string for SmartDeviceLinkSwift. +FOUNDATION_EXPORT const unsigned char SmartDeviceLinkSwiftVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + -- cgit v1.2.1