Skip to content

Commit c72ba9f

Browse files
jonghen.hanjonghen.han
jonghen.han
authored and
jonghen.han
committed
Release 1.6.2
- Fix crash issues. - Improve security level. - Update cocoaLumberjack. - Remove deprecated APIs.
1 parent 1da3481 commit c72ba9f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

ConnectSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Pod::Spec.new do |s|
1212
s.name = "ConnectSDK"
13-
s.version = "1.6.0"
13+
s.version = "1.6.2"
1414
s.summary = "Connect SDK is an open source framework that connects your mobile apps with multiple TV platforms."
1515

1616
s.description = <<-DESC

ConnectSDK.xcodeproj/project.pbxproj

+15
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,15 @@
827827
/* End PBXFrameworksBuildPhase section */
828828

829829
/* Begin PBXGroup section */
830+
0F6C8F632766DDAD00FD5F3A /* Recovered References */ = {
831+
isa = PBXGroup;
832+
children = (
833+
44E98F5E1B1E63570043BC70 /* OHHTTPStubs.framework */,
834+
44E98F5D1B1E63570043BC70 /* OCMock.framework */,
835+
);
836+
name = "Recovered References";
837+
sourceTree = "<group>";
838+
};
830839
44166C511B4203880052F9EC /* ConnectSDKAcceptanceTests */ = {
831840
isa = PBXGroup;
832841
children = (
@@ -1629,6 +1638,7 @@
16291638
EA5FB799199AEC2E0057B4B4 /* Connect SDK */,
16301639
EA61EB1218FE485B00D75696 /* Frameworks */,
16311640
EA61EB1118FE485B00D75696 /* Products */,
1641+
0F6C8F632766DDAD00FD5F3A /* Recovered References */,
16321642
);
16331643
sourceTree = "<group>";
16341644
};
@@ -1893,6 +1903,7 @@
18931903
developmentRegion = English;
18941904
hasScannedForEncodings = 0;
18951905
knownRegions = (
1906+
English,
18961907
en,
18971908
);
18981909
mainGroup = EA61EB0718FE485B00D75696;
@@ -2411,6 +2422,7 @@
24112422
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
24122423
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
24132424
COPY_PHASE_STRIP = NO;
2425+
ENABLE_BITCODE = NO;
24142426
GCC_C_LANGUAGE_STANDARD = gnu99;
24152427
GCC_DYNAMIC_NO_PIC = NO;
24162428
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2449,6 +2461,7 @@
24492461
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
24502462
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
24512463
COPY_PHASE_STRIP = YES;
2464+
ENABLE_BITCODE = NO;
24522465
ENABLE_NS_ASSERTIONS = NO;
24532466
GCC_C_LANGUAGE_STANDARD = gnu99;
24542467
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -2471,6 +2484,7 @@
24712484
COPY_PHASE_STRIP = NO;
24722485
DEAD_CODE_STRIPPING = NO;
24732486
DSTROOT = /tmp/Connect_SDK.dst;
2487+
ENABLE_BITCODE = NO;
24742488
FRAMEWORK_SEARCH_PATHS = (
24752489
"$(inherited)",
24762490
"$(PROJECT_DIR)/modules/**",
@@ -2497,6 +2511,7 @@
24972511
DEAD_CODE_STRIPPING = NO;
24982512
DEPLOYMENT_POSTPROCESSING = YES;
24992513
DSTROOT = /tmp/Connect_SDK.dst;
2514+
ENABLE_BITCODE = NO;
25002515
FRAMEWORK_SEARCH_PATHS = (
25012516
"$(inherited)",
25022517
"$(PROJECT_DIR)/modules/**",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)