Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 7d5a14e

Browse files
committed
Merge pull request #175 from zendesk/Releasing-1.6.0.1
Releasing ZendeskSDK 1.6.0.1
2 parents daf5c9b + 1b9b226 commit 7d5a14e

File tree

215 files changed

+6796
-2990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+6796
-2990
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:
22

3-
# Zendesk Mobile SDK for iOS 1.5.4.1
3+
# Zendesk Mobile SDK for iOS 1.6.0.1
44

55
Zendesk SDK for mobile is a quick, convenient way to get customer support into your mobile apps. With just a few lines of code, you can provide your end users with an easy way to get in touch from any mobile app.
66

SampleApp/SampleApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
C38311B41A1A352B00F7979A /* SampleApp-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "SampleApp-Info.plist"; path = "SampleApp/SampleApp-Info.plist"; sourceTree = "<group>"; };
4040
C38311B51A1A352B00F7979A /* SampleApp-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SampleApp-Prefix.pch"; path = "SampleApp/SampleApp-Prefix.pch"; sourceTree = "<group>"; };
4141
C38311BD1A1A358500F7979A /* ZDAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZDAppDelegate.h; path = SampleApp/ZDAppDelegate.h; sourceTree = "<group>"; };
42-
C38311BE1A1A358500F7979A /* ZDAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZDAppDelegate.m; path = SampleApp/ZDAppDelegate.m; sourceTree = "<group>"; };
42+
C38311BE1A1A358500F7979A /* ZDAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; name = ZDAppDelegate.m; path = SampleApp/ZDAppDelegate.m; sourceTree = "<group>"; tabWidth = 4; };
4343
C38311BF1A1A358500F7979A /* ZDSampleAppConfigurationViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZDSampleAppConfigurationViewController.h; path = SampleApp/ZDSampleAppConfigurationViewController.h; sourceTree = "<group>"; };
4444
C38311C01A1A358500F7979A /* ZDSampleAppConfigurationViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZDSampleAppConfigurationViewController.m; path = SampleApp/ZDSampleAppConfigurationViewController.m; sourceTree = "<group>"; };
4545
C38311C11A1A358500F7979A /* ZDSampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZDSampleViewController.h; path = SampleApp/ZDSampleViewController.h; sourceTree = "<group>"; };
@@ -368,7 +368,7 @@
368368
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
369369
HEADER_SEARCH_PATHS = "$(inherited)";
370370
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
371-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
371+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
372372
LIBRARY_SEARCH_PATHS = "$(inherited)";
373373
ONLY_ACTIVE_ARCH = YES;
374374
OTHER_LDFLAGS = "$(inherited)";
@@ -397,7 +397,7 @@
397397
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
398398
HEADER_SEARCH_PATHS = "$(inherited)";
399399
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
400-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
400+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
401401
LIBRARY_SEARCH_PATHS = "$(inherited)";
402402
ONLY_ACTIVE_ARCH = NO;
403403
OTHER_LDFLAGS = "$(inherited)";

SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SDK-Sample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0720"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)