summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkSwift
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-07 13:53:21 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-03-07 13:53:21 -0500
commita239353f055f47290605c9a08c35f8e3a63dfdc5 (patch)
treeb98db32c77cd9144d62ac1fc64a391152678dee2 /SmartDeviceLinkSwift
parent75de552601a32072f63beeb42e7be29c9533f13b (diff)
downloadsdl_ios-a239353f055f47290605c9a08c35f8e3a63dfdc5.tar.gz
Add a SDL swift target with the log file
* Start adding tests for logging
Diffstat (limited to 'SmartDeviceLinkSwift')
-rw-r--r--SmartDeviceLinkSwift/Info.plist24
-rw-r--r--SmartDeviceLinkSwift/SmartDeviceLinkSwift.h19
2 files changed, 43 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>$(CURRENT_PROJECT_VERSION)</string>
+ <key>NSPrincipalClass</key>
+ <string></string>
+</dict>
+</plist>
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 <UIKit/UIKit.h>
+
+//! 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 <SmartDeviceLinkSwift/PublicHeader.h>
+
+