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

Commit 227c461

Browse files
authored
Merge pull request #273 from zendesk/rmchugh/release-1.8.0.1
Release-1.8.0.1
2 parents 4b81f23 + 6d4c8fb commit 227c461

File tree

192 files changed

+572
-4922
lines changed

Some content is hidden

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

192 files changed

+572
-4922
lines changed

README.md

Lines changed: 1 addition & 1 deletion

SampleApp/SampleApp.xcodeproj/project.pbxproj

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
837AB70F1A8E511700B86214 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 837AB70E1A8E511700B86214 /* MobileCoreServices.framework */; };
10+
486D39281DD4CE3900401073 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 837AB70E1A8E511700B86214 /* MobileCoreServices.framework */; };
11+
486D39291DD4CE4600401073 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D31949E2D600AEF42D /* CoreGraphics.framework */; };
12+
486D392A1DD4CE5300401073 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C333A54119E29EC40046B858 /* SystemConfiguration.framework */; };
1113
83C044251BC2CD7E00B04303 /* ZendeskProviderSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83C044241BC2CD7E00B04303 /* ZendeskProviderSDK.framework */; };
1214
83D3E9A01AA9EF36006DB98C /* ZDSampleAppScanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D3E99F1AA9EF36006DB98C /* ZDSampleAppScanViewController.m */; };
1315
973AF0231BA1C40B00CF244C /* ZDFlatArticlesTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 973AF0221BA1C40B00CF244C /* ZDFlatArticlesTableViewController.m */; };
14-
C333A54319E29F1E0046B858 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C333A54119E29EC40046B858 /* SystemConfiguration.framework */; };
1516
C38311B61A1A352B00F7979A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C38311B31A1A352B00F7979A /* main.m */; };
1617
C38311C31A1A358500F7979A /* ZDAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C38311BE1A1A358500F7979A /* ZDAppDelegate.m */; };
1718
C38311C41A1A358500F7979A /* ZDSampleAppConfigurationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C38311C01A1A358500F7979A /* ZDSampleAppConfigurationViewController.m */; };
@@ -23,7 +24,6 @@
2324
C3EF3EFE1A1A1B5400168A69 /* ZendeskSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3EF3EFD1A1A1B5400168A69 /* ZendeskSDK.framework */; };
2425
C3EF3F011A1A1B7C00168A69 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3EF3F001A1A1B7C00168A69 /* Images.xcassets */; };
2526
F160B6D21949E2D600AEF42D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D11949E2D600AEF42D /* Foundation.framework */; };
26-
F160B6D41949E2D600AEF42D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D31949E2D600AEF42D /* CoreGraphics.framework */; };
2727
F160B6D61949E2D600AEF42D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F160B6D51949E2D600AEF42D /* UIKit.framework */; };
2828
/* End PBXBuildFile section */
2929

@@ -64,11 +64,11 @@
6464
isa = PBXFrameworksBuildPhase;
6565
buildActionMask = 2147483647;
6666
files = (
67+
486D392A1DD4CE5300401073 /* SystemConfiguration.framework in Frameworks */,
68+
486D39291DD4CE4600401073 /* CoreGraphics.framework in Frameworks */,
69+
486D39281DD4CE3900401073 /* MobileCoreServices.framework in Frameworks */,
6770
83C044251BC2CD7E00B04303 /* ZendeskProviderSDK.framework in Frameworks */,
68-
837AB70F1A8E511700B86214 /* MobileCoreServices.framework in Frameworks */,
6971
C3EF3EFE1A1A1B5400168A69 /* ZendeskSDK.framework in Frameworks */,
70-
C333A54319E29F1E0046B858 /* SystemConfiguration.framework in Frameworks */,
71-
F160B6D41949E2D600AEF42D /* CoreGraphics.framework in Frameworks */,
7272
F160B6D61949E2D600AEF42D /* UIKit.framework in Frameworks */,
7373
F160B6D21949E2D600AEF42D /* Foundation.framework in Frameworks */,
7474
);
@@ -205,7 +205,7 @@
205205
F160B6C61949E2D600AEF42D /* Project object */ = {
206206
isa = PBXProject;
207207
attributes = {
208-
LastUpgradeCheck = 0700;
208+
LastUpgradeCheck = 0820;
209209
ORGANIZATIONNAME = Zendesk;
210210
TargetAttributes = {
211211
F160B6CD1949E2D600AEF42D = {
@@ -290,14 +290,19 @@
290290
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
291291
CLANG_WARN_EMPTY_BODY = YES;
292292
CLANG_WARN_ENUM_CONVERSION = YES;
293+
CLANG_WARN_INFINITE_RECURSION = YES;
293294
CLANG_WARN_INT_CONVERSION = YES;
294295
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
296+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
297+
CLANG_WARN_UNREACHABLE_CODE = YES;
295298
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
296299
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
297300
COPY_PHASE_STRIP = NO;
301+
ENABLE_STRICT_OBJC_MSGSEND = YES;
298302
ENABLE_TESTABILITY = YES;
299303
GCC_C_LANGUAGE_STANDARD = gnu99;
300304
GCC_DYNAMIC_NO_PIC = NO;
305+
GCC_NO_COMMON_BLOCKS = YES;
301306
GCC_OPTIMIZATION_LEVEL = 0;
302307
GCC_PREPROCESSOR_DEFINITIONS = (
303308
"DEBUG=1",
@@ -332,13 +337,18 @@
332337
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
333338
CLANG_WARN_EMPTY_BODY = YES;
334339
CLANG_WARN_ENUM_CONVERSION = YES;
340+
CLANG_WARN_INFINITE_RECURSION = YES;
335341
CLANG_WARN_INT_CONVERSION = YES;
336342
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
343+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
344+
CLANG_WARN_UNREACHABLE_CODE = YES;
337345
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
338346
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
339347
COPY_PHASE_STRIP = YES;
340348
ENABLE_NS_ASSERTIONS = NO;
349+
ENABLE_STRICT_OBJC_MSGSEND = YES;
341350
GCC_C_LANGUAGE_STANDARD = gnu99;
351+
GCC_NO_COMMON_BLOCKS = YES;
342352
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
343353
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
344354
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -362,6 +372,7 @@
362372
CODE_SIGN_IDENTITY = "iPhone Developer";
363373
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
364374
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
375+
DEVELOPMENT_TEAM = "";
365376
FRAMEWORK_SEARCH_PATHS = (
366377
"$(inherited)",
367378
"$(PROJECT_DIR)/SampleApp/Frameworks",
@@ -378,6 +389,7 @@
378389
PRODUCT_BUNDLE_IDENTIFIER = "com.zendesk.${PRODUCT_NAME:rfc1034identifier}";
379390
PRODUCT_NAME = "SDK-Sample";
380391
PROVISIONING_PROFILE = "";
392+
PROVISIONING_PROFILE_SPECIFIER = "";
381393
VALID_ARCHS = "armv7 armv7s i386 arm64 x86_64 ";
382394
WRAPPER_EXTENSION = app;
383395
};
@@ -391,6 +403,7 @@
391403
CODE_SIGN_IDENTITY = "iPhone Developer";
392404
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
393405
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
406+
DEVELOPMENT_TEAM = "";
394407
FRAMEWORK_SEARCH_PATHS = (
395408
"$(inherited)",
396409
"$(PROJECT_DIR)/SampleApp/Frameworks",
@@ -407,6 +420,7 @@
407420
PRODUCT_BUNDLE_IDENTIFIER = "com.zendesk.${PRODUCT_NAME:rfc1034identifier}";
408421
PRODUCT_NAME = "SDK-Sample";
409422
PROVISIONING_PROFILE = "";
423+
PROVISIONING_PROFILE_SPECIFIER = "";
410424
VALID_ARCHS = "armv7 armv7s i386 arm64 x86_64 ";
411425
WRAPPER_EXTENSION = app;
412426
};

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 = "0730"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
-3 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)