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

Commit

Permalink
Merge pull request #335 from zendesk/Releasing-1.11.2.1
Browse files Browse the repository at this point in the history
Releasing 1.11.2.1
  • Loading branch information
Steven Diviney authored Oct 26, 2017
2 parents dcc68e0 + c08409c commit 2d2f810
Show file tree
Hide file tree
Showing 90 changed files with 132 additions and 192 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:

# Zendesk Mobile SDK for iOS 1.11.1.1
# Zendesk Mobile SDK for iOS 1.11.2.1

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.

Expand Down
14 changes: 8 additions & 6 deletions SampleApp/SampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
C3EF3EFC1A1A1B3700168A69 /* ZendeskSDKStrings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C3EF3EFA1A1A1B3700168A69 /* ZendeskSDKStrings.bundle */; };
C3EF3EFE1A1A1B5400168A69 /* ZendeskSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3EF3EFD1A1A1B5400168A69 /* ZendeskSDK.framework */; };
C3EF3F011A1A1B7C00168A69 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3EF3F001A1A1B7C00168A69 /* Images.xcassets */; };
D777FEDF1EDD8AB50053358C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = D777FEDE1EDD8AB50053358C /* LaunchScreen.xib */; };
F160B6D21949E2D600AEF42D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D11949E2D600AEF42D /* Foundation.framework */; };
F160B6D61949E2D600AEF42D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D51949E2D600AEF42D /* UIKit.framework */; };
/* End PBXBuildFile section */
Expand All @@ -46,6 +47,7 @@
C3EF3EFA1A1A1B3700168A69 /* ZendeskSDKStrings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ZendeskSDKStrings.bundle; sourceTree = "<group>"; };
C3EF3EFD1A1A1B5400168A69 /* ZendeskSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZendeskSDK.framework; path = SampleApp/Frameworks/ZendeskSDK.framework; sourceTree = "<group>"; };
C3EF3F001A1A1B7C00168A69 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
D777FEDE1EDD8AB50053358C /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
F160B6CE1949E2D600AEF42D /* SDK-Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDK-Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
F160B6D11949E2D600AEF42D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
F160B6D31949E2D600AEF42D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -122,6 +124,7 @@
isa = PBXGroup;
children = (
C3EF3F001A1A1B7C00168A69 /* Images.xcassets */,
D777FEDE1EDD8AB50053358C /* LaunchScreen.xib */,
);
name = Resources;
path = SampleApp/Resources;
Expand Down Expand Up @@ -232,6 +235,7 @@
buildActionMask = 2147483647;
files = (
C3EF3EFC1A1A1B3700168A69 /* ZendeskSDKStrings.bundle in Resources */,
D777FEDF1EDD8AB50053358C /* LaunchScreen.xib in Resources */,
C3EF3F011A1A1B7C00168A69 /* Images.xcassets in Resources */,
C3EF3EFB1A1A1B3700168A69 /* ZendeskSDK.bundle in Resources */,
);
Expand Down Expand Up @@ -347,8 +351,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
DEVELOPMENT_TEAM = 7529UAQB93;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/SampleApp/Frameworks",
Expand All @@ -357,7 +361,7 @@
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited)";
Expand All @@ -373,10 +377,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
DEVELOPMENT_TEAM = 7529UAQB93;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/SampleApp/Frameworks",
Expand All @@ -385,7 +387,7 @@
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "$(inherited)";
Expand Down
Loading

0 comments on commit 2d2f810

Please sign in to comment.