summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-07-26 17:47:45 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-07-26 17:47:45 -0400
commit2498211a6bb1ea762d778acc2ff360688cd84064 (patch)
tree36225143bdb0210617b68e574dfa03fffe6b1c73 /SmartDeviceLink-iOS.xcodeproj/project.pbxproj
parent6283438e8b0689e0491e99bd39bb4d68639d2731 (diff)
downloadsdl_ios-2498211a6bb1ea762d778acc2ff360688cd84064.tar.gz
Major update of lock screen design and bugfixes
* Fix not connecting again because of VR synonyms being sent empty * Fix default background color not being used because Obj-C * SDLLifecycleConfiguration’s voiceRecognitionCommandNames can now be sent empty, and will be sent empty by default * Changed the name of the SDL Example app so that it won’t be truncated * Removed an unused property from the example app’s ProxyManager class
Diffstat (limited to 'SmartDeviceLink-iOS.xcodeproj/project.pbxproj')
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index 9862de2a2..084a90ef5 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -1194,7 +1194,7 @@
5D1665CA1CF8CA6700CC4CA1 /* NSNumber+NumberType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNumber+NumberType.h"; sourceTree = "<group>"; };
5D1665CC1CF8CA8A00CC4CA1 /* SDLPermissionConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLPermissionConstants.h; sourceTree = "<group>"; };
5D2F58071D0717D5001085CE /* SDLManagerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLManagerDelegate.h; sourceTree = "<group>"; };
- 5D4019AF1A76EC350006B0C2 /* SmartDeviceLink-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SmartDeviceLink-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 5D4019AF1A76EC350006B0C2 /* SDL Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDL Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5D4029D31A76F0340006B0C2 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SmartDeviceLink_Example/Images.xcassets; sourceTree = SOURCE_ROOT; };
5D4029D51A76F0410006B0C2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SmartDeviceLink_Example/Info.plist; sourceTree = SOURCE_ROOT; };
5D4029E01A76F0760006B0C2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = SmartDeviceLink_Example/Base.lproj/LaunchScreen.xib; sourceTree = SOURCE_ROOT; };
@@ -2261,7 +2261,7 @@
5D4019B01A76EC350006B0C2 /* Products */ = {
isa = PBXGroup;
children = (
- 5D4019AF1A76EC350006B0C2 /* SmartDeviceLink-Example.app */,
+ 5D4019AF1A76EC350006B0C2 /* SDL Example.app */,
5D61FA1C1A84237100846EE7 /* SmartDeviceLink.framework */,
5D61FA261A84237100846EE7 /* SmartDeviceLinkTests.xctest */,
);
@@ -3816,7 +3816,7 @@
);
name = "SmartDeviceLink-Example";
productName = "SmartDeviceLink-iOS";
- productReference = 5D4019AF1A76EC350006B0C2 /* SmartDeviceLink-Example.app */;
+ productReference = 5D4019AF1A76EC350006B0C2 /* SDL Example.app */;
productType = "com.apple.product-type.application";
};
5D61FA1B1A84237100846EE7 /* SmartDeviceLink */ = {
@@ -4661,7 +4661,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.SDLTestApp;
- PRODUCT_NAME = "$(TARGET_NAME)";
+ PRODUCT_NAME = "SDL Example";
};
name = Debug;
};
@@ -4674,7 +4674,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smartdevicelink.SDLTestApp;
- PRODUCT_NAME = "$(TARGET_NAME)";
+ PRODUCT_NAME = "SDL Example";
};
name = Release;
};