summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-04-16 16:21:33 -0400
committerNicoleYarroch <nicole@livio.io>2018-04-16 16:21:33 -0400
commit32e5207b8f277325931f67c49bf9846bd07e5fa2 (patch)
treee2bc209aa863efa6ad3ddc1d61cb97d62a00d09c
parent8f28e767df3a5f0189d129f0aa4860de3c408927 (diff)
downloadsdl_ios-32e5207b8f277325931f67c49bf9846bd07e5fa2.tar.gz
Replaced deleted SDLSwift Target
- added embedded binary to Swift example app Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink copy-Info.plist26
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj105
-rw-r--r--SmartDeviceLink_Example/ProxyManager.swift4
3 files changed, 70 insertions, 65 deletions
diff --git a/SmartDeviceLink copy-Info.plist b/SmartDeviceLink copy-Info.plist
deleted file mode 100644
index 363446041..000000000
--- a/SmartDeviceLink copy-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>7.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>5.2.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index f8e54249b..1ab4ff29c 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -1064,10 +1064,15 @@
8877F5EE1F34A72200DC128A /* SDLSendHapticDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 8877F5EC1F34A72200DC128A /* SDLSendHapticDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
8877F5EF1F34A72200DC128A /* SDLSendHapticDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 8877F5ED1F34A72200DC128A /* SDLSendHapticDataResponse.m */; };
8877F5F11F34AA2D00DC128A /* SDLSendHapticDataResponseSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 8877F5F01F34AA2D00DC128A /* SDLSendHapticDataResponseSpec.m */; };
+ 88802FE920853AE600E9EBC6 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 5D9FDA971F2A7D3F00A495C8 /* LICENSE */; };
+ 88802FEA20853AE600E9EBC6 /* SDLAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D6F7A3D1BC811FC0070BF37 /* SDLAssets.xcassets */; };
+ 88802FEB20853AE600E9EBC6 /* SDLLockScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D616B481D552F7A00553F6B /* SDLLockScreen.storyboard */; };
+ 88802FF120853BB700E9EBC6 /* SDLLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D4346851E771B5700B639C6 /* SDLLog.swift */; };
+ 88802FF420853BED00E9EBC6 /* SmartDeviceLinkSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4346631E6F38E600B639C6 /* SmartDeviceLinkSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 88802FF520853CD500E9EBC6 /* SmartDeviceLinkSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88802FEF20853AE600E9EBC6 /* SmartDeviceLinkSwift.framework */; };
+ 88802FF620853CD500E9EBC6 /* SmartDeviceLinkSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 88802FEF20853AE600E9EBC6 /* SmartDeviceLinkSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
888D178F207E7F42008E9F8F /* ButtonManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888D178D207E7F0E008E9F8F /* ButtonManager.swift */; };
888D1790207E815C008E9F8F /* AppConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 8863B597207D2388002D6459 /* AppConstants.m */; };
- 88984EE82084E59F00EAB51A /* SDLLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D4346851E771B5700B639C6 /* SDLLog.swift */; };
- 88984EEA2084E5CB00EAB51A /* SmartDeviceLinkSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4346631E6F38E600B639C6 /* SmartDeviceLinkSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
88A0AA56207CFE5D0075132C /* AppUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88A0AA55207CFE5C0075132C /* AppUserDefaults.swift */; };
88A0AA58207CFE650075132C /* ProxyManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88A0AA57207CFE650075132C /* ProxyManager.swift */; };
88A0AA5C207CFE740075132C /* ConnectionContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88A0AA59207CFE740075132C /* ConnectionContainerViewController.swift */; };
@@ -1230,13 +1235,20 @@
remoteGlobalIDString = 5D61FA1B1A84237100846EE7;
remoteInfo = SmartDeviceLink;
};
- 88984EE62084E58A00EAB51A /* PBXContainerItemProxy */ = {
+ 88802FF220853BBF00E9EBC6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5D4019A71A76EC350006B0C2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 5D61FA1B1A84237100846EE7;
remoteInfo = SmartDeviceLink;
};
+ 88802FF720853CD500E9EBC6 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 5D4019A71A76EC350006B0C2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 88802CD720853AE600E9EBC6;
+ remoteInfo = SmartDeviceLinkSwift;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
@@ -1271,6 +1283,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
+ 88802FF620853CD500E9EBC6 /* SmartDeviceLinkSwift.framework in Embed Frameworks */,
88295693207CF68800EF056C /* SmartDeviceLink.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
@@ -2375,9 +2388,8 @@
8877F5EC1F34A72200DC128A /* SDLSendHapticDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLSendHapticDataResponse.h; sourceTree = "<group>"; };
8877F5ED1F34A72200DC128A /* SDLSendHapticDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLSendHapticDataResponse.m; sourceTree = "<group>"; };
8877F5F01F34AA2D00DC128A /* SDLSendHapticDataResponseSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLSendHapticDataResponseSpec.m; sourceTree = "<group>"; };
+ 88802FEF20853AE600E9EBC6 /* SmartDeviceLinkSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SmartDeviceLinkSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
888D178D207E7F0E008E9F8F /* ButtonManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonManager.swift; sourceTree = "<group>"; };
- 88984EE42084E57600EAB51A /* SmartDeviceLinkSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SmartDeviceLinkSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 88984EE52084E57600EAB51A /* SmartDeviceLink copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SmartDeviceLink copy-Info.plist"; path = "/Users/nicolelivioradio.com/sdl_ios/SmartDeviceLink copy-Info.plist"; sourceTree = "<absolute>"; };
88A0AA55207CFE5C0075132C /* AppUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUserDefaults.swift; sourceTree = "<group>"; };
88A0AA57207CFE650075132C /* ProxyManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProxyManager.swift; sourceTree = "<group>"; };
88A0AA59207CFE740075132C /* ConnectionContainerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConnectionContainerViewController.swift; sourceTree = "<group>"; };
@@ -2547,11 +2559,12 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 88802FF520853CD500E9EBC6 /* SmartDeviceLinkSwift.framework in Frameworks */,
8829568B207CF68800EF056C /* SmartDeviceLink.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 88984D472084E57600EAB51A /* Frameworks */ = {
+ 88802E5220853AE600E9EBC6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -3137,7 +3150,6 @@
5D4346621E6F38E600B639C6 /* SmartDeviceLinkSwift */,
5D4019B01A76EC350006B0C2 /* Products */,
5D07C02A2044963400D1ECDC /* Recovered References */,
- 88984EE52084E57600EAB51A /* SmartDeviceLink copy-Info.plist */,
);
sourceTree = "<group>";
};
@@ -3148,7 +3160,7 @@
5D61FA1C1A84237100846EE7 /* SmartDeviceLink.framework */,
5D61FA261A84237100846EE7 /* SmartDeviceLinkTests.xctest */,
88295697207CF68800EF056C /* SmartDeviceLink-Example-Swift.app */,
- 88984EE42084E57600EAB51A /* SmartDeviceLinkSwift.framework */,
+ 88802FEF20853AE600E9EBC6 /* SmartDeviceLinkSwift.framework */,
);
name = Products;
sourceTree = "<group>";
@@ -5371,11 +5383,11 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 88984D482084E57600EAB51A /* Headers */ = {
+ 88802E5320853AE600E9EBC6 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 88984EEA2084E5CB00EAB51A /* SmartDeviceLinkSwift.h in Headers */,
+ 88802FF420853BED00E9EBC6 /* SmartDeviceLinkSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -5452,29 +5464,30 @@
);
dependencies = (
8829567E207CF68800EF056C /* PBXTargetDependency */,
+ 88802FF820853CD500E9EBC6 /* PBXTargetDependency */,
);
name = "SmartDeviceLink-Example-Swift";
productName = "SmartDeviceLink-iOS";
productReference = 88295697207CF68800EF056C /* SmartDeviceLink-Example-Swift.app */;
productType = "com.apple.product-type.application";
};
- 88984BCC2084E57600EAB51A /* SmartDeviceLinkSwift */ = {
+ 88802CD720853AE600E9EBC6 /* SmartDeviceLinkSwift */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 88984EE12084E57600EAB51A /* Build configuration list for PBXNativeTarget "SmartDeviceLinkSwift" */;
+ buildConfigurationList = 88802FEC20853AE600E9EBC6 /* Build configuration list for PBXNativeTarget "SmartDeviceLinkSwift" */;
buildPhases = (
- 88984BCD2084E57600EAB51A /* Sources */,
- 88984D472084E57600EAB51A /* Frameworks */,
- 88984D482084E57600EAB51A /* Headers */,
- 88984EDD2084E57600EAB51A /* Resources */,
+ 88802CD820853AE600E9EBC6 /* Sources */,
+ 88802E5220853AE600E9EBC6 /* Frameworks */,
+ 88802E5320853AE600E9EBC6 /* Headers */,
+ 88802FE820853AE600E9EBC6 /* Resources */,
);
buildRules = (
);
dependencies = (
- 88984EE72084E58A00EAB51A /* PBXTargetDependency */,
+ 88802FF320853BBF00E9EBC6 /* PBXTargetDependency */,
);
name = SmartDeviceLinkSwift;
productName = SmartDeviceLink;
- productReference = 88984EE42084E57600EAB51A /* SmartDeviceLinkSwift.framework */;
+ productReference = 88802FEF20853AE600E9EBC6 /* SmartDeviceLinkSwift.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
@@ -5530,7 +5543,7 @@
5D61FA251A84237100846EE7 /* SmartDeviceLinkTests */,
5D4019AE1A76EC350006B0C2 /* SmartDeviceLink-Example-ObjC */,
8829567D207CF68800EF056C /* SmartDeviceLink-Example-Swift */,
- 88984BCC2084E57600EAB51A /* SmartDeviceLinkSwift */,
+ 88802CD720853AE600E9EBC6 /* SmartDeviceLinkSwift */,
);
};
/* End PBXProject section */
@@ -5587,10 +5600,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 88984EDD2084E57600EAB51A /* Resources */ = {
+ 88802FE820853AE600E9EBC6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 88802FE920853AE600E9EBC6 /* LICENSE in Resources */,
+ 88802FEA20853AE600E9EBC6 /* SDLAssets.xcassets in Resources */,
+ 88802FEB20853AE600E9EBC6 /* SDLLockScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -6374,11 +6390,11 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 88984BCD2084E57600EAB51A /* Sources */ = {
+ 88802CD820853AE600E9EBC6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 88984EE82084E59F00EAB51A /* SDLLog.swift in Sources */,
+ 88802FF120853BB700E9EBC6 /* SDLLog.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -6405,10 +6421,15 @@
target = 5D61FA1B1A84237100846EE7 /* SmartDeviceLink */;
targetProxy = 8829567F207CF68800EF056C /* PBXContainerItemProxy */;
};
- 88984EE72084E58A00EAB51A /* PBXTargetDependency */ = {
+ 88802FF320853BBF00E9EBC6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 5D61FA1B1A84237100846EE7 /* SmartDeviceLink */;
- targetProxy = 88984EE62084E58A00EAB51A /* PBXContainerItemProxy */;
+ targetProxy = 88802FF220853BBF00E9EBC6 /* PBXContainerItemProxy */;
+ };
+ 88802FF820853CD500E9EBC6 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 88802CD720853AE600E9EBC6 /* SmartDeviceLinkSwift */;
+ targetProxy = 88802FF720853CD500E9EBC6 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -6753,6 +6774,7 @@
88295695207CF68800EF056C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -6771,6 +6793,7 @@
88295696207CF68800EF056C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -6785,7 +6808,7 @@
};
name = Release;
};
- 88984EE22084E57600EAB51A /* Debug */ = {
+ 88802FED20853AE600E9EBC6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
@@ -6802,9 +6825,11 @@
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+ CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
+ DEVELOPMENT_TEAM = NCVC2MHU7M;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6816,24 +6841,26 @@
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNKNOWN_PRAGMAS = YES;
- INFOPLIST_FILE = "SmartDeviceLink copy-Info.plist";
+ INFOPLIST_FILE = SmartDeviceLinkSwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.smartdevicelink;
+ PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.SmartDeviceLinkSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 3.0;
+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
+ SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
- 88984EE32084E57600EAB51A /* Release */ = {
+ 88802FEE20853AE600E9EBC6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
@@ -6850,9 +6877,12 @@
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
+ DEVELOPMENT_TEAM = NCVC2MHU7M;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -6860,16 +6890,17 @@
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNKNOWN_PRAGMAS = YES;
- INFOPLIST_FILE = "SmartDeviceLink copy-Info.plist";
+ INFOPLIST_FILE = SmartDeviceLinkSwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.smartdevicelink;
+ PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.SmartDeviceLinkSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
- SWIFT_VERSION = 3.0;
+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
+ SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
@@ -6924,11 +6955,11 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 88984EE12084E57600EAB51A /* Build configuration list for PBXNativeTarget "SmartDeviceLinkSwift" */ = {
+ 88802FEC20853AE600E9EBC6 /* Build configuration list for PBXNativeTarget "SmartDeviceLinkSwift" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 88984EE22084E57600EAB51A /* Debug */,
- 88984EE32084E57600EAB51A /* Release */,
+ 88802FED20853AE600E9EBC6 /* Debug */,
+ 88802FEE20853AE600E9EBC6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/SmartDeviceLink_Example/ProxyManager.swift b/SmartDeviceLink_Example/ProxyManager.swift
index f982cfacd..c53819255 100644
--- a/SmartDeviceLink_Example/ProxyManager.swift
+++ b/SmartDeviceLink_Example/ProxyManager.swift
@@ -7,7 +7,7 @@
import UIKit
import SmartDeviceLink
-//import SmartDeviceLinkSwift
+import SmartDeviceLinkSwift
class ProxyManager: NSObject {
fileprivate var sdlManager: SDLManager!
@@ -93,7 +93,7 @@ private extension ProxyManager {
func startManager() {
sdlManager.start(readyHandler: { [unowned self] (success, error) in
guard success else {
-// SDLLog.d("something")
+ SDLLog.d("something")
print("There was an error while starting up: \(String(describing: error))")
self.resetConnection()
return