Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
- Fix crash issues.
- Improve security level.
- Update cocoaLumberjack.
- Remove deprecated APIs.
  • Loading branch information
jonghen.han authored and jonghen.han committed Dec 13, 2021
1 parent 1da3481 commit c72ba9f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConnectSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

s.description = <<-DESC
Expand Down
15 changes: 15 additions & 0 deletions ConnectSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,15 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0F6C8F632766DDAD00FD5F3A /* Recovered References */ = {
isa = PBXGroup;
children = (
44E98F5E1B1E63570043BC70 /* OHHTTPStubs.framework */,
44E98F5D1B1E63570043BC70 /* OCMock.framework */,
);
name = "Recovered References";
sourceTree = "<group>";
};
44166C511B4203880052F9EC /* ConnectSDKAcceptanceTests */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1629,6 +1638,7 @@
EA5FB799199AEC2E0057B4B4 /* Connect SDK */,
EA61EB1218FE485B00D75696 /* Frameworks */,
EA61EB1118FE485B00D75696 /* Products */,
0F6C8F632766DDAD00FD5F3A /* Recovered References */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -1893,6 +1903,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = EA61EB0718FE485B00D75696;
Expand Down Expand Up @@ -2411,6 +2422,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -2449,6 +2461,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand All @@ -2471,6 +2484,7 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/Connect_SDK.dst;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/modules/**",
Expand All @@ -2497,6 +2511,7 @@
DEAD_CODE_STRIPPING = NO;
DEPLOYMENT_POSTPROCESSING = YES;
DSTROOT = /tmp/Connect_SDK.dst;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/modules/**",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit c72ba9f

Please sign in to comment.