diff --git a/PortForwardingMacApp.xcodeproj/project.pbxproj b/PortForwardingMacApp.xcodeproj/project.pbxproj index 711e5e0c7..ad6dec082 100644 --- a/PortForwardingMacApp.xcodeproj/project.pbxproj +++ b/PortForwardingMacApp.xcodeproj/project.pbxproj @@ -10,8 +10,7 @@ 3B3526C92757197400D803F9 /* FKPortForwardingClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B61AC1A2756C3D30017E050 /* FKPortForwardingClient.m */; }; 3B3526CA2757197400D803F9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3FD2F527565B8000D731DB /* main.m */; }; 3B3526CF275721B500D803F9 /* FBPortForwardingMacApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B0A99AA5350C20B2CFA072E3 /* FBPortForwardingMacApp.framework */; }; - 3B3526D0275721B500D803F9 /* FBPortForwardingMacApp.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B0A99AA5350C20B2CFA072E3 /* FBPortForwardingMacApp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - DD70E965C8E9DA3F84AA1D50 /* Pods_PortForwardingMacApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDD6EC26D1A76E79F462E573 /* Pods_PortForwardingMacApp.framework */; }; + 49AE9D8F5494BB1BC5BF2B9E /* libPods-PortForwardingMacApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BFC73B0CB918678127B57C88 /* libPods-PortForwardingMacApp.a */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -21,7 +20,6 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 3B3526D0275721B500D803F9 /* FBPortForwardingMacApp.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -36,7 +34,7 @@ 3B61AC1A2756C3D30017E050 /* FKPortForwardingClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FKPortForwardingClient.m; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingClient.m; sourceTree = SOURCE_ROOT; }; 95395DC97D1F23A7B72F2FB8 /* Pods-PortForwardingMacApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PortForwardingMacApp.debug.xcconfig"; path = "Target Support Files/Pods-PortForwardingMacApp/Pods-PortForwardingMacApp.debug.xcconfig"; sourceTree = ""; }; B0A99AA5350C20B2CFA072E3 /* FBPortForwardingMacApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBPortForwardingMacApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DDD6EC26D1A76E79F462E573 /* Pods_PortForwardingMacApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PortForwardingMacApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BFC73B0CB918678127B57C88 /* libPods-PortForwardingMacApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PortForwardingMacApp.a"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -45,7 +43,7 @@ buildActionMask = 2147483647; files = ( 3B3526CF275721B500D803F9 /* FBPortForwardingMacApp.framework in Frameworks */, - DD70E965C8E9DA3F84AA1D50 /* Pods_PortForwardingMacApp.framework in Frameworks */, + 49AE9D8F5494BB1BC5BF2B9E /* libPods-PortForwardingMacApp.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -92,7 +90,7 @@ isa = PBXGroup; children = ( B0A99AA5350C20B2CFA072E3 /* FBPortForwardingMacApp.framework */, - DDD6EC26D1A76E79F462E573 /* Pods_PortForwardingMacApp.framework */, + BFC73B0CB918678127B57C88 /* libPods-PortForwardingMacApp.a */, ); name = Frameworks; sourceTree = ""; @@ -118,7 +116,6 @@ 3B3526B5275718D700D803F9 /* Sources */, 3B3526B6275718D700D803F9 /* Frameworks */, 3B3526B7275718D700D803F9 /* Resources */, - 846529FF0F8627F224344B8A /* [CP] Embed Pods Frameworks */, 3B3526D1275721B500D803F9 /* Embed Frameworks */, ); buildRules = ( @@ -173,23 +170,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 846529FF0F8627F224344B8A /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-PortForwardingMacApp/Pods-PortForwardingMacApp-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-PortForwardingMacApp/Pods-PortForwardingMacApp-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PortForwardingMacApp/Pods-PortForwardingMacApp-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; B95B3E164CB7F2CE4005C454 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -233,7 +213,7 @@ buildSettings = { ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CODE_SIGN_ENTITLEMENTS = PortForwardingMacApp/PortForwardingMacApp.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; @@ -246,7 +226,7 @@ "${SRCROOT}/iOS/FlipperKit/**", ); INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2013-present Facebook. All rights reserved."; INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSPrincipalClass = NSApplication; LD_RUNPATH_SEARCH_PATHS = ( @@ -266,7 +246,7 @@ buildSettings = { ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CODE_SIGN_ENTITLEMENTS = PortForwardingMacApp/PortForwardingMacApp.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; @@ -279,7 +259,7 @@ "${SRCROOT}/iOS/FlipperKit/**", ); INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2013-present Facebook. All rights reserved."; INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSPrincipalClass = NSApplication; LD_RUNPATH_SEARCH_PATHS = ( diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/CocoaAsyncSocketMac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/CocoaAsyncSocketMac deleted file mode 100755 index 8917be44d..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/CocoaAsyncSocketMac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Resources/Info.plist deleted file mode 100644 index 9e893f549..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Resources/Info.plist +++ /dev/null @@ -1,44 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - English - CFBundleExecutable - CocoaAsyncSocketMac - CFBundleIdentifier - com.robbiehanson.CocoaAsyncSocketMac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - CocoaAsyncSocketMac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/CocoaAsyncSocketMac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/CocoaAsyncSocketMac deleted file mode 100755 index 8917be44d..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/CocoaAsyncSocketMac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 9e893f549..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/CocoaAsyncSocketMac.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,44 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - English - CFBundleExecutable - CocoaAsyncSocketMac - CFBundleIdentifier - com.robbiehanson.CocoaAsyncSocketMac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - CocoaAsyncSocketMac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/FBPortForwarding-Mac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/FBPortForwarding-Mac deleted file mode 100755 index 901b31192..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/FBPortForwarding-Mac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Resources/Info.plist deleted file mode 100644 index a0e8d7ec9..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Resources/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - en - CFBundleExecutable - FBPortForwarding-Mac - CFBundleIdentifier - com.facebook.FBPortForwarding-Mac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - FBPortForwarding-Mac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - NSHumanReadableCopyright - Copyright © 2014 Facebook. All rights reserved. - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/FBPortForwarding-Mac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/FBPortForwarding-Mac deleted file mode 100755 index 901b31192..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/FBPortForwarding-Mac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index a0e8d7ec9..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/FBPortForwarding-Mac.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - en - CFBundleExecutable - FBPortForwarding-Mac - CFBundleIdentifier - com.facebook.FBPortForwarding-Mac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - FBPortForwarding-Mac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - NSHumanReadableCopyright - Copyright © 2014 Facebook. All rights reserved. - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Resources/Info.plist deleted file mode 100644 index f66988b1e..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Resources/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - en - CFBundleExecutable - peertalkMac - CFBundleIdentifier - com.facebook.peertalkMac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - peertalkMac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - NSHumanReadableCopyright - Copyright © 2014 Facebook. All rights reserved. - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/Resources/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index f66988b1e..000000000 --- a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 16G29 - CFBundleDevelopmentRegion - en - CFBundleExecutable - peertalkMac - CFBundleIdentifier - com.facebook.peertalkMac - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - peertalkMac - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 9A235 - DTPlatformVersion - GM - DTSDKBuild - 17A360 - DTSDKName - macosx10.13 - DTXcode - 0900 - DTXcodeBuild - 9A235 - NSHumanReadableCopyright - Copyright © 2014 Facebook. All rights reserved. - - diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/peertalkMac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/peertalkMac deleted file mode 100755 index 291ebf9aa..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/Versions/A/peertalkMac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/peertalkMac b/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/peertalkMac deleted file mode 100755 index 291ebf9aa..000000000 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/Frameworks/peertalkMac.framework/peertalkMac and /dev/null differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/Info.plist b/desktop/static/PortForwardingMacApp.app/Contents/Info.plist index 5a3dc25fd..e499da0f2 100644 --- a/desktop/static/PortForwardingMacApp.app/Contents/Info.plist +++ b/desktop/static/PortForwardingMacApp.app/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 16G29 + 21A559 CFBundleDevelopmentRegion en CFBundleExecutable @@ -16,30 +16,34 @@ PortForwardingMacApp CFBundlePackageType APPL - CFBundleSignature - ???? + CFBundleShortVersionString + 1.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - + 1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 9A235 + 13A1030d + DTPlatformName + macosx DTPlatformVersion - GM + 12.0 DTSDKBuild - 17A360 + 21A344 DTSDKName - macosx10.13 + macosx12.0 DTXcode - 0900 + 1310 DTXcodeBuild - 9A235 + 13A1030d + LSApplicationCategoryType + public.app-category.developer-tools LSMinimumSystemVersion - 10.10 + 12.0 NSHumanReadableCopyright Copyright © 2013-present Facebook. All rights reserved. NSMainNibFile diff --git a/desktop/static/PortForwardingMacApp.app/Contents/MacOS/PortForwardingMacApp b/desktop/static/PortForwardingMacApp.app/Contents/MacOS/PortForwardingMacApp index 8b1ee87b2..cfddb8067 100755 Binary files a/desktop/static/PortForwardingMacApp.app/Contents/MacOS/PortForwardingMacApp and b/desktop/static/PortForwardingMacApp.app/Contents/MacOS/PortForwardingMacApp differ diff --git a/desktop/static/PortForwardingMacApp.app/Contents/_CodeSignature/CodeResources b/desktop/static/PortForwardingMacApp.app/Contents/_CodeSignature/CodeResources new file mode 100644 index 000000000..d5d0fd744 --- /dev/null +++ b/desktop/static/PortForwardingMacApp.app/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/iOS/Podfile b/iOS/Podfile index e769dfb50..55789320c 100644 --- a/iOS/Podfile +++ b/iOS/Podfile @@ -20,7 +20,7 @@ target 'FlipperKit' do end target 'PortForwardingMacApp' do - use_frameworks! + #use_frameworks! platform :osx, '11' workspace 'FlipperKit.xcworkspace' project '../PortForwardingMacApp.xcodeproj' diff --git a/iOS/Podfile.lock b/iOS/Podfile.lock index 08fd2bfd5..b8184130f 100644 --- a/iOS/Podfile.lock +++ b/iOS/Podfile.lock @@ -63,6 +63,6 @@ SPEC CHECKSUMS: OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 -PODFILE CHECKSUM: df18cabc37fd688da031cbaa29f0c4b5c7f310ee +PODFILE CHECKSUM: fca1274f05facf86edf8f6963fe77c29120d949c COCOAPODS: 1.11.2