diff --git a/.travis.yml b/.travis.yml index 7e43ceb..f479bce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,10 @@ install: true env: global: + - WORKSPACE=Brooklyn.xcworkspace - SCHEME=Brooklyn script: - set -o pipefail - - xcodebuild clean -scheme "$SCHEME" - - xcodebuild build -scheme "$SCHEME" + - xcodebuild -workspace $WORKSPACE clean -scheme "$SCHEME" + - xcodebuild -workspace $WORKSPACE build -scheme "$SCHEME" diff --git a/Brooklyn.xcodeproj/project.pbxproj b/Brooklyn.xcodeproj/project.pbxproj old mode 100755 new mode 100644 index c6c856e..4fec25b --- a/Brooklyn.xcodeproj/project.pbxproj +++ b/Brooklyn.xcodeproj/project.pbxproj @@ -173,8 +173,10 @@ 53E84100221DA1D1005FA65E /* original.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 53E840FE221DA1D1005FA65E /* original.mp4 */; }; 53E84109221DA549005FA65E /* NSObject+Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53E84108221DA549005FA65E /* NSObject+Identifier.swift */; }; 53E8410A221DA549005FA65E /* NSObject+Identifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53E84108221DA549005FA65E /* NSObject+Identifier.swift */; }; + AB8CA96CE36EAF9F5035A731 /* Pods_Brooklyn.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C09883C2E987A9BB658CBB99 /* Pods_Brooklyn.framework */; }; D04ECA65234A3DF4008CCDBC /* Localizations.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04ECA64234A3DF4008CCDBC /* Localizations.swift */; }; D04ECA66234A3EA7008CCDBC /* Localizations.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04ECA64234A3DF4008CCDBC /* Localizations.swift */; }; + DBA5FB9B8E0D76FB2C86EC0B /* Pods_Canvas.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A525DE564063FDDE23E7AA30 /* Pods_Canvas.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -246,6 +248,8 @@ 20CC535C222C46AA0011AFA8 /* cursor.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = cursor.mp4; sourceTree = ""; }; 218D6EDE20FC3CEB0029D4A9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 21F222261B73B5AC00B9A11A /* Brooklyn.saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Brooklyn.saver; sourceTree = BUILT_PRODUCTS_DIR; }; + 23322EC78C1EA447776C298A /* Pods-Brooklyn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Brooklyn.release.xcconfig"; path = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn.release.xcconfig"; sourceTree = ""; }; + 4B424B7E4BD38103976A6DD0 /* Pods-Brooklyn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Brooklyn.debug.xcconfig"; path = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn.debug.xcconfig"; sourceTree = ""; }; 4C95DB89234D5E53000D05FD /* String+Localized.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Localized.swift"; sourceTree = ""; }; 4C95DB9A234D63FE000D05FD /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; 4C95DB9C234D67FE000D05FD /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; @@ -270,6 +274,10 @@ 53E840F5221D9BA5005FA65E /* neon.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = neon.mp4; sourceTree = ""; }; 53E840FE221DA1D1005FA65E /* original.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = original.mp4; sourceTree = ""; }; 53E84108221DA549005FA65E /* NSObject+Identifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSObject+Identifier.swift"; sourceTree = ""; }; + 5EC55D97E313957A8045E42C /* Pods-Canvas.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Canvas.debug.xcconfig"; path = "Target Support Files/Pods-Canvas/Pods-Canvas.debug.xcconfig"; sourceTree = ""; }; + 8EDCBD2B52FD6B686EE5D6C1 /* Pods-Canvas.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Canvas.release.xcconfig"; path = "Target Support Files/Pods-Canvas/Pods-Canvas.release.xcconfig"; sourceTree = ""; }; + A525DE564063FDDE23E7AA30 /* Pods_Canvas.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Canvas.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C09883C2E987A9BB658CBB99 /* Pods_Brooklyn.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Brooklyn.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D04ECA64234A3DF4008CCDBC /* Localizations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Localizations.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -278,6 +286,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + AB8CA96CE36EAF9F5035A731 /* Pods_Brooklyn.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -285,6 +294,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DBA5FB9B8E0D76FB2C86EC0B /* Pods_Canvas.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -339,6 +349,8 @@ 218D6EDA20FC3CEB0029D4A9 /* Brooklyn */, 53E840D6221D9A8E005FA65E /* Canvas */, 21F222271B73B5AC00B9A11A /* Products */, + C17E1BAAC4138E1773C20E90 /* Pods */, + A26720847AA868DC8E42874E /* Frameworks */, ); sourceTree = ""; }; @@ -468,6 +480,27 @@ path = Animations; sourceTree = ""; }; + A26720847AA868DC8E42874E /* Frameworks */ = { + isa = PBXGroup; + children = ( + C09883C2E987A9BB658CBB99 /* Pods_Brooklyn.framework */, + A525DE564063FDDE23E7AA30 /* Pods_Canvas.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + C17E1BAAC4138E1773C20E90 /* Pods */ = { + isa = PBXGroup; + children = ( + 4B424B7E4BD38103976A6DD0 /* Pods-Brooklyn.debug.xcconfig */, + 23322EC78C1EA447776C298A /* Pods-Brooklyn.release.xcconfig */, + 5EC55D97E313957A8045E42C /* Pods-Canvas.debug.xcconfig */, + 8EDCBD2B52FD6B686EE5D6C1 /* Pods-Canvas.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; D04ECA63234A3DD9008CCDBC /* Localization */ = { isa = PBXGroup; children = ( @@ -494,6 +527,7 @@ isa = PBXNativeTarget; buildConfigurationList = 21F222311B73B5AC00B9A11A /* Build configuration list for PBXNativeTarget "Brooklyn" */; buildPhases = ( + E45A5A13952F8A789384FD1D /* [CP] Check Pods Manifest.lock */, 21F222211B73B5AC00B9A11A /* Sources */, 21F222221B73B5AC00B9A11A /* Frameworks */, 21F222231B73B5AC00B9A11A /* Headers */, @@ -512,9 +546,11 @@ isa = PBXNativeTarget; buildConfigurationList = 53E840E0221D9A8F005FA65E /* Build configuration list for PBXNativeTarget "Canvas" */; buildPhases = ( + 11ACDDDF746257DD895E6D1B /* [CP] Check Pods Manifest.lock */, 53E840D1221D9A8E005FA65E /* Sources */, 53E840D2221D9A8E005FA65E /* Frameworks */, 53E840D3221D9A8E005FA65E /* Resources */, + 5CF8771D34E0D22AC47DBABA /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -716,6 +752,70 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + 11ACDDDF746257DD895E6D1B /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Canvas-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 5CF8771D34E0D22AC47DBABA /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + E45A5A13952F8A789384FD1D /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Brooklyn-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ 21F222211B73B5AC00B9A11A /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -885,6 +985,7 @@ }; 21F222321B73B5AC00B9A11A /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 4B424B7E4BD38103976A6DD0 /* Pods-Brooklyn.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CLANG_ENABLE_MODULES = YES; @@ -910,6 +1011,7 @@ }; 21F222331B73B5AC00B9A11A /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 23322EC78C1EA447776C298A /* Pods-Brooklyn.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CLANG_ENABLE_MODULES = YES; @@ -934,6 +1036,7 @@ }; 53E840E1221D9A8F005FA65E /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 5EC55D97E313957A8045E42C /* Pods-Canvas.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; @@ -966,6 +1069,7 @@ }; 53E840E2221D9A8F005FA65E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 8EDCBD2B52FD6B686EE5D6C1 /* Pods-Canvas.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; diff --git a/Brooklyn.xcworkspace/contents.xcworkspacedata b/Brooklyn.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6b21990 --- /dev/null +++ b/Brooklyn.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..0b9f978 --- /dev/null +++ b/Podfile @@ -0,0 +1,10 @@ +platform :macos, '10.11' +use_frameworks! + +target 'Brooklyn' do + pod 'Sparkle' +end + +target 'Canvas' do + pod 'Sparkle' +end \ No newline at end of file diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..2ba46ac --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - Sparkle (1.22.0) + +DEPENDENCIES: + - Sparkle + +SPEC REPOS: + trunk: + - Sparkle + +SPEC CHECKSUMS: + Sparkle: 593ac2e677c07bcb6c3b22d621240e7cbedaab57 + +PODFILE CHECKSUM: 826499fa499a11f4849ca30032dbe9d97ee0f962 + +COCOAPODS: 1.8.4 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock new file mode 100644 index 0000000..2ba46ac --- /dev/null +++ b/Pods/Manifest.lock @@ -0,0 +1,16 @@ +PODS: + - Sparkle (1.22.0) + +DEPENDENCIES: + - Sparkle + +SPEC REPOS: + trunk: + - Sparkle + +SPEC CHECKSUMS: + Sparkle: 593ac2e677c07bcb6c3b22d621240e7cbedaab57 + +PODFILE CHECKSUM: 826499fa499a11f4849ca30032dbe9d97ee0f962 + +COCOAPODS: 1.8.4 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 0000000..378c0a9 --- /dev/null +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,744 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 51; + objects = { + +/* Begin PBXAggregateTarget section */ + ED77B4B88587C894E85C361023D67C53 /* Sparkle */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 2C8D06A2289713323892B3638F08AC0B /* Build configuration list for PBXAggregateTarget "Sparkle" */; + buildPhases = ( + ); + dependencies = ( + ); + name = Sparkle; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 020E968BCE1C8CFD861585ADAC6D5144 /* Pods-Canvas-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F9EDC0D289E50178898F42E575F0D2 /* Pods-Canvas-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 697F655A6590ACC79FB2E132FE14C54C /* Pods-Brooklyn-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2615C3CEFD17D919D10B72C9F8856D1 /* Pods-Brooklyn-dummy.m */; }; + 6F4684EB386B03C5B43D1A7B52B6BBAA /* Pods-Canvas-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0704BCB3193A6A3CE59322B10B9ED796 /* Pods-Canvas-dummy.m */; }; + 76F560CC916C111E2D8501A4DA054719 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F940C819049CFF8741C0F5E3E075E607 /* Cocoa.framework */; }; + D6F6C281A6ECEE3566AA1F0654E76692 /* Pods-Brooklyn-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6E0448835A1A3184B8E9F03C4551B4 /* Pods-Brooklyn-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DECCA34B1F3EEC30A725B88F73D82DCB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F940C819049CFF8741C0F5E3E075E607 /* Cocoa.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 4B3B90A07172DA16BD1A99FD167EFC6A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED77B4B88587C894E85C361023D67C53; + remoteInfo = Sparkle; + }; + 4E7536A293EE442F214CBD6BB35C99F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED77B4B88587C894E85C361023D67C53; + remoteInfo = Sparkle; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0332A469918DDC7200DC05857FD3100A /* SPUDownloaderSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderSession.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h; sourceTree = ""; }; + 05C8EC1E598BF8EFC6CE546C9CA3C3A2 /* SUVersionComparisonProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionComparisonProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h; sourceTree = ""; }; + 0704BCB3193A6A3CE59322B10B9ED796 /* Pods-Canvas-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Canvas-dummy.m"; sourceTree = ""; }; + 164A58EB240E3D712158E07256E9D04C /* Sparkle.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.xcconfig; sourceTree = ""; }; + 19256139908BF063348836B920EDE403 /* Pods-Canvas-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Canvas-Info.plist"; sourceTree = ""; }; + 20B1BA6068BA2FBD15C3EA42CC318BBE /* SUVersionDisplayProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionDisplayProtocol.h; path = Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h; sourceTree = ""; }; + 2179011B680B8576C8D36EA8FCFDCF1F /* SUCodeSigningVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUCodeSigningVerifier.h; path = Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h; sourceTree = ""; }; + 23A4C129EAD89A35261E5FE317CC8171 /* SPUURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUURLRequest.h; path = Sparkle.framework/Versions/A/Headers/SPUURLRequest.h; sourceTree = ""; }; + 2E6E0448835A1A3184B8E9F03C4551B4 /* Pods-Brooklyn-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Brooklyn-umbrella.h"; sourceTree = ""; }; + 399C150840A1C2150618FB5BFE42DA9C /* SUAppcast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcast.h; path = Sparkle.framework/Versions/A/Headers/SUAppcast.h; sourceTree = ""; }; + 3CB9EE52932B7495B85D8A23DCBE7A42 /* Pods-Canvas-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Canvas-acknowledgements.markdown"; sourceTree = ""; }; + 4141435D9975E8E9CDCC84B3A32156A8 /* SUUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdater.h; path = Sparkle.framework/Versions/A/Headers/SUUpdater.h; sourceTree = ""; }; + 46B023E24F28228A4B1DA7F0B65B1D5B /* SPUDownloaderDeprecated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDeprecated.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h; sourceTree = ""; }; + 553963BC6F033AD8E5724BF9879FD26E /* Pods-Canvas.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Canvas.debug.xcconfig"; sourceTree = ""; }; + 55DF0B8F4F3210E28E68EAD81D64F4B8 /* Pods-Canvas-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Canvas-frameworks.sh"; sourceTree = ""; }; + 75B6BAD4FC04FDB5CEFAD21C75978880 /* SPUDownloaderDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderDelegate.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h; sourceTree = ""; }; + 7B1C8A99C786CCEC4610CAE2BF936716 /* Pods-Brooklyn-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Brooklyn-Info.plist"; sourceTree = ""; }; + 7C4B85ACED8A4A539141162B46F38D5E /* SUErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUErrors.h; path = Sparkle.framework/Versions/A/Headers/SUErrors.h; sourceTree = ""; }; + 8281F503E7821A77257D746D5EA15FAD /* Pods-Brooklyn.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Brooklyn.debug.xcconfig"; sourceTree = ""; }; + 88CBE879FF4DD55903E06901F54BDFBC /* Sparkle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sparkle.h; path = Sparkle.framework/Versions/A/Headers/Sparkle.h; sourceTree = ""; }; + 971602741FFD4991AD2466F28B388AD9 /* Pods-Brooklyn-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Brooklyn-frameworks.sh"; sourceTree = ""; }; + 97CE4E3869D4F33F483300E3AF56F830 /* Pods-Brooklyn.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Brooklyn.release.xcconfig"; sourceTree = ""; }; + 97F9EDC0D289E50178898F42E575F0D2 /* Pods-Canvas-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Canvas-umbrella.h"; sourceTree = ""; }; + 99EB6ACBA1F66EFD5667B9F40499249A /* Pods_Brooklyn.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Brooklyn.framework; path = "Pods-Brooklyn.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9FDEDE9C496D53E1CE1382572381BC50 /* Pods-Canvas.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Canvas.modulemap"; sourceTree = ""; }; + A1DCDD048D9768B2491A5D8089A5D831 /* SUUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdaterDelegate.h; path = Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h; sourceTree = ""; }; + A8D51759FC12EDB9BE2ECC669775F03D /* SPUDownloaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloaderProtocol.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h; sourceTree = ""; }; + AA1C8423A77FD0ED344E7A8016130B71 /* Pods-Brooklyn-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Brooklyn-acknowledgements.plist"; sourceTree = ""; }; + AB47098B18B0AA0B475BE81F48995DA3 /* SUAppcastItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcastItem.h; path = Sparkle.framework/Versions/A/Headers/SUAppcastItem.h; sourceTree = ""; }; + AC1D679DFE4A295F2C0AC6C04BE57433 /* SPUDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloader.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloader.h; sourceTree = ""; }; + ACFCACB1A9A0AB52E8633CFFD7FA7B6F /* SUStandardVersionComparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUStandardVersionComparator.h; path = Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h; sourceTree = ""; }; + C0EC5920A1BE85A9BE2E37CA60E8F286 /* Pods-Brooklyn-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Brooklyn-acknowledgements.markdown"; sourceTree = ""; }; + C1C41C0B34DA9C481BE2B7DFE91FDA4D /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; + C1FE5D1EC05D923EC7B0C4816C5EF449 /* SUExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUExport.h; path = Sparkle.framework/Versions/A/Headers/SUExport.h; sourceTree = ""; }; + C34232E18972FF5FF23E81D8142673C6 /* Pods-Brooklyn.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Brooklyn.modulemap"; sourceTree = ""; }; + E2615C3CEFD17D919D10B72C9F8856D1 /* Pods-Brooklyn-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Brooklyn-dummy.m"; sourceTree = ""; }; + E53D595C769102028D938D085FBCB0D7 /* Pods_Canvas.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Canvas.framework; path = "Pods-Canvas.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + E5A710B46FF7C977041D3A5FB03B3C7F /* SPUDownloadData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloadData.h; path = Sparkle.framework/Versions/A/Headers/SPUDownloadData.h; sourceTree = ""; }; + E722FF07C099E8A01B876ABD6AA537F8 /* Pods-Canvas-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Canvas-acknowledgements.plist"; sourceTree = ""; }; + F940C819049CFF8741C0F5E3E075E607 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; + FB40E22D327CB4F48AA34E35F9B7C6F6 /* Pods-Canvas.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Canvas.release.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 3DBCD1BF664CD729CADFD2557509B1A2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + DECCA34B1F3EEC30A725B88F73D82DCB /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 961F67FE5BE699050DF08E8F62FD3656 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 76F560CC916C111E2D8501A4DA054719 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 3C189404EA65E1DC7D6F47CA90229193 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 81F9F83170370E7857411AB1F80F8923 /* Pods-Brooklyn */, + ECBAC7BDBA870E78C238C154D9B676C9 /* Pods-Canvas */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + 458F5FE2377A7011FB8CD827A459EE5A /* Sparkle */ = { + isa = PBXGroup; + children = ( + 88CBE879FF4DD55903E06901F54BDFBC /* Sparkle.h */, + E5A710B46FF7C977041D3A5FB03B3C7F /* SPUDownloadData.h */, + AC1D679DFE4A295F2C0AC6C04BE57433 /* SPUDownloader.h */, + 75B6BAD4FC04FDB5CEFAD21C75978880 /* SPUDownloaderDelegate.h */, + 46B023E24F28228A4B1DA7F0B65B1D5B /* SPUDownloaderDeprecated.h */, + A8D51759FC12EDB9BE2ECC669775F03D /* SPUDownloaderProtocol.h */, + 0332A469918DDC7200DC05857FD3100A /* SPUDownloaderSession.h */, + 23A4C129EAD89A35261E5FE317CC8171 /* SPUURLRequest.h */, + 399C150840A1C2150618FB5BFE42DA9C /* SUAppcast.h */, + AB47098B18B0AA0B475BE81F48995DA3 /* SUAppcastItem.h */, + 2179011B680B8576C8D36EA8FCFDCF1F /* SUCodeSigningVerifier.h */, + 7C4B85ACED8A4A539141162B46F38D5E /* SUErrors.h */, + C1FE5D1EC05D923EC7B0C4816C5EF449 /* SUExport.h */, + ACFCACB1A9A0AB52E8633CFFD7FA7B6F /* SUStandardVersionComparator.h */, + 4141435D9975E8E9CDCC84B3A32156A8 /* SUUpdater.h */, + A1DCDD048D9768B2491A5D8089A5D831 /* SUUpdaterDelegate.h */, + 05C8EC1E598BF8EFC6CE546C9CA3C3A2 /* SUVersionComparisonProtocol.h */, + 20B1BA6068BA2FBD15C3EA42CC318BBE /* SUVersionDisplayProtocol.h */, + F27610214F2DFB81D3505CB8D0773C27 /* Frameworks */, + 9D967989E3894A7199B4724025FA7425 /* Support Files */, + ); + name = Sparkle; + path = Sparkle; + sourceTree = ""; + }; + 74924609A5200EB49EE32720C989B12D /* Pods */ = { + isa = PBXGroup; + children = ( + 458F5FE2377A7011FB8CD827A459EE5A /* Sparkle */, + ); + name = Pods; + sourceTree = ""; + }; + 81F9F83170370E7857411AB1F80F8923 /* Pods-Brooklyn */ = { + isa = PBXGroup; + children = ( + C34232E18972FF5FF23E81D8142673C6 /* Pods-Brooklyn.modulemap */, + C0EC5920A1BE85A9BE2E37CA60E8F286 /* Pods-Brooklyn-acknowledgements.markdown */, + AA1C8423A77FD0ED344E7A8016130B71 /* Pods-Brooklyn-acknowledgements.plist */, + E2615C3CEFD17D919D10B72C9F8856D1 /* Pods-Brooklyn-dummy.m */, + 971602741FFD4991AD2466F28B388AD9 /* Pods-Brooklyn-frameworks.sh */, + 7B1C8A99C786CCEC4610CAE2BF936716 /* Pods-Brooklyn-Info.plist */, + 2E6E0448835A1A3184B8E9F03C4551B4 /* Pods-Brooklyn-umbrella.h */, + 8281F503E7821A77257D746D5EA15FAD /* Pods-Brooklyn.debug.xcconfig */, + 97CE4E3869D4F33F483300E3AF56F830 /* Pods-Brooklyn.release.xcconfig */, + ); + name = "Pods-Brooklyn"; + path = "Target Support Files/Pods-Brooklyn"; + sourceTree = ""; + }; + 8C89CCFFA30C5B7A502C93BC5811CF1B /* Products */ = { + isa = PBXGroup; + children = ( + 99EB6ACBA1F66EFD5667B9F40499249A /* Pods_Brooklyn.framework */, + E53D595C769102028D938D085FBCB0D7 /* Pods_Canvas.framework */, + ); + name = Products; + sourceTree = ""; + }; + 9D967989E3894A7199B4724025FA7425 /* Support Files */ = { + isa = PBXGroup; + children = ( + 164A58EB240E3D712158E07256E9D04C /* Sparkle.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Sparkle"; + sourceTree = ""; + }; + CBD43E0947D94E318A0ED1350CFF29ED /* OS X */ = { + isa = PBXGroup; + children = ( + F940C819049CFF8741C0F5E3E075E607 /* Cocoa.framework */, + ); + name = "OS X"; + sourceTree = ""; + }; + CF1408CF629C7361332E53B88F7BD30C = { + isa = PBXGroup; + children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + E0A1E60606E0BF6E2E10F1F01350DFE8 /* Frameworks */, + 74924609A5200EB49EE32720C989B12D /* Pods */, + 8C89CCFFA30C5B7A502C93BC5811CF1B /* Products */, + 3C189404EA65E1DC7D6F47CA90229193 /* Targets Support Files */, + ); + sourceTree = ""; + }; + E0A1E60606E0BF6E2E10F1F01350DFE8 /* Frameworks */ = { + isa = PBXGroup; + children = ( + CBD43E0947D94E318A0ED1350CFF29ED /* OS X */, + ); + name = Frameworks; + sourceTree = ""; + }; + ECBAC7BDBA870E78C238C154D9B676C9 /* Pods-Canvas */ = { + isa = PBXGroup; + children = ( + 9FDEDE9C496D53E1CE1382572381BC50 /* Pods-Canvas.modulemap */, + 3CB9EE52932B7495B85D8A23DCBE7A42 /* Pods-Canvas-acknowledgements.markdown */, + E722FF07C099E8A01B876ABD6AA537F8 /* Pods-Canvas-acknowledgements.plist */, + 0704BCB3193A6A3CE59322B10B9ED796 /* Pods-Canvas-dummy.m */, + 55DF0B8F4F3210E28E68EAD81D64F4B8 /* Pods-Canvas-frameworks.sh */, + 19256139908BF063348836B920EDE403 /* Pods-Canvas-Info.plist */, + 97F9EDC0D289E50178898F42E575F0D2 /* Pods-Canvas-umbrella.h */, + 553963BC6F033AD8E5724BF9879FD26E /* Pods-Canvas.debug.xcconfig */, + FB40E22D327CB4F48AA34E35F9B7C6F6 /* Pods-Canvas.release.xcconfig */, + ); + name = "Pods-Canvas"; + path = "Target Support Files/Pods-Canvas"; + sourceTree = ""; + }; + F27610214F2DFB81D3505CB8D0773C27 /* Frameworks */ = { + isa = PBXGroup; + children = ( + C1C41C0B34DA9C481BE2B7DFE91FDA4D /* Sparkle.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 33F8F17BC4A4E222F2F9358E2E45190C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 020E968BCE1C8CFD861585ADAC6D5144 /* Pods-Canvas-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5570F5D27D7CD916B40F27BEAB0B10C7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D6F6C281A6ECEE3566AA1F0654E76692 /* Pods-Brooklyn-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 380F5AF240498591228AE9E01D389023 /* Pods-Brooklyn */ = { + isa = PBXNativeTarget; + buildConfigurationList = 371BCFBFEFFC8AB5F706D6347389167B /* Build configuration list for PBXNativeTarget "Pods-Brooklyn" */; + buildPhases = ( + 5570F5D27D7CD916B40F27BEAB0B10C7 /* Headers */, + 60303E1366315ECC92DE5342630A0B26 /* Sources */, + 3DBCD1BF664CD729CADFD2557509B1A2 /* Frameworks */, + F79DDA2DBE70C6A41C0F4F52AD6918DB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 845521CEA8129D5AFFB19F98C122A222 /* PBXTargetDependency */, + ); + name = "Pods-Brooklyn"; + productName = "Pods-Brooklyn"; + productReference = 99EB6ACBA1F66EFD5667B9F40499249A /* Pods_Brooklyn.framework */; + productType = "com.apple.product-type.framework"; + }; + 3F34DB988309A4D6446AE80A7146E920 /* Pods-Canvas */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0363FCD1B737EF89153212C8D59E598F /* Build configuration list for PBXNativeTarget "Pods-Canvas" */; + buildPhases = ( + 33F8F17BC4A4E222F2F9358E2E45190C /* Headers */, + 18DFCC8452F346CB3675C32AF15D8281 /* Sources */, + 961F67FE5BE699050DF08E8F62FD3656 /* Frameworks */, + ED433DB84D0C86B1604BE47CEF6EA40A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 36E0C1B0A85F5197AA9A4F64F2DC60CE /* PBXTargetDependency */, + ); + name = "Pods-Canvas"; + productName = "Pods-Canvas"; + productReference = E53D595C769102028D938D085FBCB0D7 /* Pods_Canvas.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1100; + LastUpgradeCheck = 1100; + }; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 10.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 8C89CCFFA30C5B7A502C93BC5811CF1B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 380F5AF240498591228AE9E01D389023 /* Pods-Brooklyn */, + 3F34DB988309A4D6446AE80A7146E920 /* Pods-Canvas */, + ED77B4B88587C894E85C361023D67C53 /* Sparkle */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + ED433DB84D0C86B1604BE47CEF6EA40A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F79DDA2DBE70C6A41C0F4F52AD6918DB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 18DFCC8452F346CB3675C32AF15D8281 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6F4684EB386B03C5B43D1A7B52B6BBAA /* Pods-Canvas-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 60303E1366315ECC92DE5342630A0B26 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 697F655A6590ACC79FB2E132FE14C54C /* Pods-Brooklyn-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 36E0C1B0A85F5197AA9A4F64F2DC60CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Sparkle; + target = ED77B4B88587C894E85C361023D67C53 /* Sparkle */; + targetProxy = 4B3B90A07172DA16BD1A99FD167EFC6A /* PBXContainerItemProxy */; + }; + 845521CEA8129D5AFFB19F98C122A222 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Sparkle; + target = ED77B4B88587C894E85C361023D67C53 /* Sparkle */; + targetProxy = 4E7536A293EE442F214CBD6BB35C99F3 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 00EB837C448EBB0604ACC298FC75FDB6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 553963BC6F033AD8E5724BF9879FD26E /* Pods-Canvas.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-Canvas/Pods-Canvas-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MODULEMAP_FILE = "Target Support Files/Pods-Canvas/Pods-Canvas.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 147649481C4F166F12179A92375264A0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 97CE4E3869D4F33F483300E3AF56F830 /* Pods-Brooklyn.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MODULEMAP_FILE = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 21221507EB6C5017FA40BD87C8A5AE87 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 164A58EB240E3D712158E07256E9D04C /* Sparkle.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 5AFD67EFA6B3F27B4F0B0F8027C335F7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 164A58EB240E3D712158E07256E9D04C /* Sparkle.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Debug; + }; + 7440D515053ED0806561AA62F9D68F06 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + 9CF07A021D0EA00B36D127F99291F1AD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FB40E22D327CB4F48AA34E35F9B7C6F6 /* Pods-Canvas.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-Canvas/Pods-Canvas-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MODULEMAP_FILE = "Target Support Files/Pods-Canvas/Pods-Canvas.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + B5A06F2BC8ECD32F9A8403238DAEE151 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8281F503E7821A77257D746D5EA15FAD /* Pods-Brooklyn.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MODULEMAP_FILE = "Target Support Files/Pods-Brooklyn/Pods-Brooklyn.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + FF78091F2E132A0C4F200C5D32A31F56 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0363FCD1B737EF89153212C8D59E598F /* Build configuration list for PBXNativeTarget "Pods-Canvas" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 00EB837C448EBB0604ACC298FC75FDB6 /* Debug */, + 9CF07A021D0EA00B36D127F99291F1AD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2C8D06A2289713323892B3638F08AC0B /* Build configuration list for PBXAggregateTarget "Sparkle" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5AFD67EFA6B3F27B4F0B0F8027C335F7 /* Debug */, + 21221507EB6C5017FA40BD87C8A5AE87 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 371BCFBFEFFC8AB5F706D6347389167B /* Build configuration list for PBXNativeTarget "Pods-Brooklyn" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B5A06F2BC8ECD32F9A8403238DAEE151 /* Debug */, + 147649481C4F166F12179A92375264A0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FF78091F2E132A0C4F200C5D32A31F56 /* Debug */, + 7440D515053ED0806561AA62F9D68F06 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; +} diff --git a/Pods/Sparkle/LICENSE b/Pods/Sparkle/LICENSE new file mode 100644 index 0000000..1e9b1c6 --- /dev/null +++ b/Pods/Sparkle/LICENSE @@ -0,0 +1,61 @@ +Copyright (c) 2006-2013 Andy Matuschak. +Copyright (c) 2009-2013 Elgato Systems GmbH. +Copyright (c) 2011-2014 Kornel Lesiński. +Copyright (c) 2015-2017 Mayur Pawashe. +Copyright (c) 2014 C.W. Betts. +Copyright (c) 2014 Petroules Corporation. +Copyright (c) 2014 Big Nerd Ranch. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================= +EXTERNAL LICENSES +================= + +bspatch.c and bsdiff.c, from bsdiff 4.3 : + Copyright (c) 2003-2005 Colin Percival. + +sais.c and sais.c, from sais-lite (2010/08/07) : + Copyright (c) 2008-2010 Yuta Mori. + +SUDSAVerifier.m: + Copyright (c) 2011 Mark Hamlin. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted providing that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/Pods/Sparkle/Sparkle.framework/Headers b/Pods/Sparkle/Sparkle.framework/Headers new file mode 120000 index 0000000..a177d2a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Modules b/Pods/Sparkle/Sparkle.framework/Modules new file mode 120000 index 0000000..5736f31 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/PrivateHeaders b/Pods/Sparkle/Sparkle.framework/PrivateHeaders new file mode 120000 index 0000000..d8e5645 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/PrivateHeaders @@ -0,0 +1 @@ +Versions/Current/PrivateHeaders \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Resources b/Pods/Sparkle/Sparkle.framework/Resources new file mode 120000 index 0000000..953ee36 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Sparkle b/Pods/Sparkle/Sparkle.framework/Sparkle new file mode 120000 index 0000000..b2c5273 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Sparkle @@ -0,0 +1 @@ +Versions/Current/Sparkle \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h new file mode 100644 index 0000000..41cd574 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h @@ -0,0 +1,43 @@ +// +// SPUDownloadData.h +// Sparkle +// +// Created by Mayur Pawashe on 8/10/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +#import "SUExport.h" + +NS_ASSUME_NONNULL_BEGIN + +/*! + * A class for containing downloaded data along with some information about it. + */ +SU_EXPORT @interface SPUDownloadData : NSObject + +- (instancetype)initWithData:(NSData *)data textEncodingName:(NSString * _Nullable)textEncodingName MIMEType:(NSString * _Nullable)MIMEType; + +/*! + * The raw data that was downloaded. + */ +@property (nonatomic, readonly) NSData *data; + +/*! + * The IANA charset encoding name if available. Eg: "utf-8" + */ +@property (nonatomic, readonly, nullable, copy) NSString *textEncodingName; + +/*! + * The MIME type if available. Eg: "text/plain" + */ +@property (nonatomic, readonly, nullable, copy) NSString *MIMEType; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloader.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloader.h new file mode 100644 index 0000000..5eee9bd --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloader.h @@ -0,0 +1,25 @@ +// +// SPUDownloader.h +// Downloader +// +// Created by Mayur Pawashe on 4/1/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SPUDownloaderProtocol.h" + +@protocol SPUDownloaderDelegate; + +// This object implements the protocol which we have defined. It provides the actual behavior for the service. It is 'exported' by the service to make it available to the process hosting the service over an NSXPCConnection. +@interface SPUDownloader : NSObject + +// Due to XPC remote object reasons, this delegate is strongly referenced +// Invoke cleanup when done with this instance +- (instancetype)initWithDelegate:(id )delegate; + +@end diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h new file mode 100644 index 0000000..76e7e75 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h @@ -0,0 +1,38 @@ +// +// SPUDownloaderDelegate.h +// Sparkle +// +// Created by Mayur Pawashe on 4/1/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +NS_ASSUME_NONNULL_BEGIN + +@class SPUDownloadData; + +@protocol SPUDownloaderDelegate + +// This is only invoked for persistent downloads +- (void)downloaderDidSetDestinationName:(NSString *)destinationName temporaryDirectory:(NSString *)temporaryDirectory; + +// Under rare cases, this may be called more than once, in which case the current progress should be reset back to 0 +// This is only invoked for persistent downloads +- (void)downloaderDidReceiveExpectedContentLength:(int64_t)expectedContentLength; + +// This is only invoked for persistent downloads +- (void)downloaderDidReceiveDataOfLength:(uint64_t)length; + +// downloadData is nil if this is a persisent download, otherwise it's non-nil if it's a temporary download +- (void)downloaderDidFinishWithTemporaryDownloadData:(SPUDownloadData * _Nullable)downloadData; + +- (void)downloaderDidFailWithError:(NSError *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h new file mode 100644 index 0000000..36302df --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderDeprecated.h @@ -0,0 +1,13 @@ +// +// SPUDownloaderDeprecated.h +// Sparkle +// +// Created by Deadpikle on 12/20/17. +// Copyright © 2017 Sparkle Project. All rights reserved. +// + +#import "SPUDownloader.h" + +@interface SPUDownloaderDeprecated : SPUDownloader + +@end diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h new file mode 100644 index 0000000..ebe477f --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h @@ -0,0 +1,34 @@ +// +// SPUDownloaderProtocol.h +// PersistentDownloader +// +// Created by Mayur Pawashe on 4/1/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +NS_ASSUME_NONNULL_BEGIN + +@class SPUURLRequest; + +// The protocol that this service will vend as its API. This header file will also need to be visible to the process hosting the service. +@protocol SPUDownloaderProtocol + +- (void)startPersistentDownloadWithRequest:(SPUURLRequest *)request bundleIdentifier:(NSString *)bundleIdentifier desiredFilename:(NSString *)desiredFilename; + +- (void)startTemporaryDownloadWithRequest:(SPUURLRequest *)request; + +- (void)downloadDidFinish; + +- (void)cleanup; + +- (void)cancel; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h new file mode 100644 index 0000000..4bde75a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h @@ -0,0 +1,20 @@ +// +// SPUDownloaderSession.h +// Sparkle +// +// Created by Deadpikle on 12/20/17. +// Copyright © 2017 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SPUDownloader.h" +#import "SPUDownloaderProtocol.h" + +NS_CLASS_AVAILABLE(NSURLSESSION_AVAILABLE, 7_0) +@interface SPUDownloaderSession : SPUDownloader + +@end diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUURLRequest.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUURLRequest.h new file mode 100644 index 0000000..6949614 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SPUURLRequest.h @@ -0,0 +1,35 @@ +// +// SPUURLRequest.h +// Sparkle +// +// Created by Mayur Pawashe on 5/19/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +NS_ASSUME_NONNULL_BEGIN + +// A class that wraps NSURLRequest and implements NSSecureCoding +// This class exists because NSURLRequest did not support NSSecureCoding in macOS 10.8 +// I have not verified if NSURLRequest in 10.9 implements NSSecureCoding or not +@interface SPUURLRequest : NSObject + +// Creates a new URL request +// Only these properties are currently tracked: +// * URL +// * Cache policy +// * Timeout interval +// * HTTP header fields +// * networkServiceType ++ (instancetype)URLRequestWithRequest:(NSURLRequest *)request; + +@property (nonatomic, readonly) NSURLRequest *request; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcast.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcast.h new file mode 100644 index 0000000..34276b7 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcast.h @@ -0,0 +1,35 @@ +// +// SUAppcast.h +// Sparkle +// +// Created by Andy Matuschak on 3/12/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUAPPCAST_H +#define SUAPPCAST_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +NS_ASSUME_NONNULL_BEGIN + +@class SUAppcastItem; +SU_EXPORT @interface SUAppcast : NSObject + +@property (copy, nullable) NSString *userAgentString; +@property (copy, nullable) NSDictionary *httpHeaders; + +- (void)fetchAppcastFromURL:(NSURL *)url inBackground:(BOOL)bg completionBlock:(void (^)(NSError *_Nullable))err; +- (SUAppcast *)copyWithoutDeltaUpdates; + +@property (readonly, copy, nullable) NSArray *items; +@end + +NS_ASSUME_NONNULL_END + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h new file mode 100644 index 0000000..1d8b1d0 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h @@ -0,0 +1,54 @@ +// +// SUAppcastItem.h +// Sparkle +// +// Created by Andy Matuschak on 3/12/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUAPPCASTITEM_H +#define SUAPPCASTITEM_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" +@class SUSignatures; + +SU_EXPORT @interface SUAppcastItem : NSObject +@property (copy, readonly) NSString *title; +@property (copy, readonly) NSString *dateString; +@property (copy, readonly) NSDate *date; +@property (copy, readonly) NSString *itemDescription; +@property (strong, readonly) NSURL *releaseNotesURL; +@property (strong, readonly) SUSignatures *signatures; +@property (copy, readonly) NSString *minimumSystemVersion; +@property (copy, readonly) NSString *maximumSystemVersion; +@property (strong, readonly) NSURL *fileURL; +@property (nonatomic, readonly) uint64_t contentLength; +@property (copy, readonly) NSString *versionString; +@property (copy, readonly) NSString *osString; +@property (copy, readonly) NSString *displayVersionString; +@property (copy, readonly) NSDictionary *deltaUpdates; +@property (strong, readonly) NSURL *infoURL; +@property (copy, readonly) NSNumber* phasedRolloutInterval; + +// Initializes with data from a dictionary provided by the RSS class. +- (instancetype)initWithDictionary:(NSDictionary *)dict; +- (instancetype)initWithDictionary:(NSDictionary *)dict failureReason:(NSString **)error; + +@property (getter=isDeltaUpdate, readonly) BOOL deltaUpdate; +@property (getter=isCriticalUpdate, readonly) BOOL criticalUpdate; +@property (getter=isMacOsUpdate, readonly) BOOL macOsUpdate; +@property (getter=isInformationOnlyUpdate, readonly) BOOL informationOnlyUpdate; + +// Returns the dictionary provided in initWithDictionary; this might be useful later for extensions. +@property (readonly, copy) NSDictionary *propertiesDictionary; + +- (NSURL *)infoURL; + +@end + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h new file mode 100644 index 0000000..3756a37 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h @@ -0,0 +1,26 @@ +// +// SUCodeSigningVerifier.h +// Sparkle +// +// Created by Andy Matuschak on 7/5/12. +// +// + +#ifndef SUCODESIGNINGVERIFIER_H +#define SUCODESIGNINGVERIFIER_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +SU_EXPORT @interface SUCodeSigningVerifier : NSObject ++ (BOOL)codeSignatureAtBundleURL:(NSURL *)oldBundlePath matchesSignatureAtBundleURL:(NSURL *)newBundlePath error:(NSError **)error; ++ (BOOL)codeSignatureIsValidAtBundleURL:(NSURL *)bundlePath error:(NSError **)error; ++ (BOOL)bundleAtURLIsCodeSigned:(NSURL *)bundlePath; ++ (NSDictionary *)codeSignatureInfoAtBundleURL:(NSURL *)bundlePath; +@end + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUErrors.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUErrors.h new file mode 100644 index 0000000..4b160c4 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUErrors.h @@ -0,0 +1,57 @@ +// +// SUErrors.h +// Sparkle +// +// Created by C.W. Betts on 10/13/14. +// Copyright (c) 2014 Sparkle Project. All rights reserved. +// + +#ifndef SUERRORS_H +#define SUERRORS_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +/** + * Error domain used by Sparkle + */ +SU_EXPORT extern NSString *const SUSparkleErrorDomain; + +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wc++98-compat" +typedef NS_ENUM(OSStatus, SUError) { + // Appcast phase errors. + SUAppcastParseError = 1000, + SUNoUpdateError = 1001, + SUAppcastError = 1002, + SURunningFromDiskImageError = 1003, + SURunningTranslocated = 1004, + + // Download phase errors. + SUTemporaryDirectoryError = 2000, + SUDownloadError = 2001, + + // Extraction phase errors. + SUUnarchivingError = 3000, + SUSignatureError = 3001, + + // Installation phase errors. + SUFileCopyFailure = 4000, + SUAuthenticationFailure = 4001, + SUMissingUpdateError = 4002, + SUMissingInstallerToolError = 4003, + SURelaunchError = 4004, + SUInstallationError = 4005, + SUDowngradeError = 4006, + SUInstallationCancelledError = 4007, + + // System phase errors + SUSystemPowerOffError = 5000 +}; +#pragma clang diagnostic pop + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUExport.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUExport.h new file mode 100644 index 0000000..3e3f8a1 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUExport.h @@ -0,0 +1,18 @@ +// +// SUExport.h +// Sparkle +// +// Created by Jake Petroules on 2014-08-23. +// Copyright (c) 2014 Sparkle Project. All rights reserved. +// + +#ifndef SUEXPORT_H +#define SUEXPORT_H + +#ifdef BUILDING_SPARKLE +#define SU_EXPORT __attribute__((visibility("default"))) +#else +#define SU_EXPORT +#endif + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h new file mode 100644 index 0000000..ed11921 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h @@ -0,0 +1,52 @@ +// +// SUStandardVersionComparator.h +// Sparkle +// +// Created by Andy Matuschak on 12/21/07. +// Copyright 2007 Andy Matuschak. All rights reserved. +// + +#ifndef SUSTANDARDVERSIONCOMPARATOR_H +#define SUSTANDARDVERSIONCOMPARATOR_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" +#import "SUVersionComparisonProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +/*! + Sparkle's default version comparator. + + This comparator is adapted from MacPAD, by Kevin Ballard. + It's "dumb" in that it does essentially string comparison, + in components split by character type. +*/ +SU_EXPORT @interface SUStandardVersionComparator : NSObject + +/*! + Initializes a new instance of the standard version comparator. + */ +- (instancetype)init; + +/*! + Returns a singleton instance of the comparator. + + It is usually preferred to alloc/init new a comparator instead. +*/ ++ (SUStandardVersionComparator *)defaultComparator; + +/*! + Compares version strings through textual analysis. + + See the implementation for more details. +*/ +- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; +@end + +NS_ASSUME_NONNULL_END +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdater.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdater.h new file mode 100644 index 0000000..d05270f --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdater.h @@ -0,0 +1,233 @@ +// +// SUUpdater.h +// Sparkle +// +// Created by Andy Matuschak on 1/4/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SUUPDATER_H +#define SUUPDATER_H + +#if __has_feature(modules) +@import Cocoa; +#else +#import +#endif +#import "SUExport.h" +#import "SUVersionComparisonProtocol.h" +#import "SUVersionDisplayProtocol.h" + +@class SUAppcastItem, SUAppcast; + +@protocol SUUpdaterDelegate; + +/*! + The main API in Sparkle for controlling the update mechanism. + + This class is used to configure the update paramters as well as manually + and automatically schedule and control checks for updates. + */ +SU_EXPORT @interface SUUpdater : NSObject + +@property (unsafe_unretained) IBOutlet id delegate; + +/*! + The shared updater for the main bundle. + + This is equivalent to passing [NSBundle mainBundle] to SUUpdater::updaterForBundle: + */ ++ (SUUpdater *)sharedUpdater; + +/*! + The shared updater for a specified bundle. + + If an updater has already been initialized for the provided bundle, that shared instance will be returned. + */ ++ (SUUpdater *)updaterForBundle:(NSBundle *)bundle; + +/*! + Designated initializer for SUUpdater. + + If an updater has already been initialized for the provided bundle, that shared instance will be returned. + */ +- (instancetype)initForBundle:(NSBundle *)bundle; + +/*! + Explicitly checks for updates and displays a progress dialog while doing so. + + This method is meant for a main menu item. + Connect any menu item to this action in Interface Builder, + and Sparkle will check for updates and report back its findings verbosely + when it is invoked. + + This will find updates that the user has opted into skipping. + */ +- (IBAction)checkForUpdates:(id)sender; + +/*! + The menu item validation used for the -checkForUpdates: action + */ +- (BOOL)validateMenuItem:(NSMenuItem *)menuItem; + +/*! + Checks for updates, but does not display any UI unless an update is found. + + This is meant for programmatically initating a check for updates. That is, + it will display no UI unless it actually finds an update, in which case it + proceeds as usual. + + If automatic downloading of updates it turned on and allowed, however, + this will invoke that behavior, and if an update is found, it will be downloaded + in the background silently and will be prepped for installation. + + This will not find updates that the user has opted into skipping. + */ +- (void)checkForUpdatesInBackground; + +/*! + A property indicating whether or not to check for updates automatically. + + Setting this property will persist in the host bundle's user defaults. + The update schedule cycle will be reset in a short delay after the property's new value is set. + This is to allow reverting this property without kicking off a schedule change immediately + */ +@property BOOL automaticallyChecksForUpdates; + +/*! + A property indicating whether or not updates can be automatically downloaded in the background. + + Note that automatic downloading of updates can be disallowed by the developer + or by the user's system if silent updates cannot be done (eg: if they require authentication). + In this case, -automaticallyDownloadsUpdates will return NO regardless of how this property is set. + + Setting this property will persist in the host bundle's user defaults. + */ +@property BOOL automaticallyDownloadsUpdates; + +/*! + A property indicating the current automatic update check interval. + + Setting this property will persist in the host bundle's user defaults. + The update schedule cycle will be reset in a short delay after the property's new value is set. + This is to allow reverting this property without kicking off a schedule change immediately + */ +@property NSTimeInterval updateCheckInterval; + +/*! + Begins a "probing" check for updates which will not actually offer to + update to that version. + + However, the delegate methods + SUUpdaterDelegate::updater:didFindValidUpdate: and + SUUpdaterDelegate::updaterDidNotFindUpdate: will be called, + so you can use that information in your UI. + + Updates that have been skipped by the user will not be found. + */ +- (void)checkForUpdateInformation; + +/*! + The URL of the appcast used to download update information. + + Setting this property will persist in the host bundle's user defaults. + If you don't want persistence, you may want to consider instead implementing + SUUpdaterDelegate::feedURLStringForUpdater: or SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: + + This property must be called on the main thread. + */ +@property (copy) NSURL *feedURL; + +/*! + The host bundle that is being updated. + */ +@property (readonly, strong) NSBundle *hostBundle; + +/*! + The bundle this class (SUUpdater) is loaded into. + */ +@property (strong, readonly) NSBundle *sparkleBundle; + +/*! + The user agent used when checking for updates. + + The default implementation can be overrided. + */ +@property (nonatomic, copy) NSString *userAgentString; + +/*! + The HTTP headers used when checking for updates. + + The keys of this dictionary are HTTP header fields (NSString) and values are corresponding values (NSString) + */ +@property (copy) NSDictionary *httpHeaders; + +/*! + A property indicating whether or not the user's system profile information is sent when checking for updates. + + Setting this property will persist in the host bundle's user defaults. + */ +@property BOOL sendsSystemProfile; + +/*! + A property indicating the decryption password used for extracting updates shipped as Apple Disk Images (dmg) + */ +@property (nonatomic, copy) NSString *decryptionPassword; + +/*! + This function ignores normal update schedule, ignores user preferences, + and interrupts users with an unwanted immediate app update. + + WARNING: this function should not be used in regular apps. This function + is a user-unfriendly hack only for very special cases, like unstable + rapidly-changing beta builds that would not run correctly if they were + even one day out of date. + + Instead of this function you should set `SUAutomaticallyUpdate` to `YES`, + which will gracefully install updates when the app quits. + + For UI-less/daemon apps that aren't usually quit, instead of this function, + you can use the delegate method + SUUpdaterDelegate::updater:willInstallUpdateOnQuit:immediateInstallationInvocation: + or + SUUpdaterDelegate::updater:willInstallUpdateOnQuit:immediateInstallationBlock: + to immediately start installation when an update was found. + + A progress dialog is shown but the user will never be prompted to read the + release notes. + + This function will cause update to be downloaded twice if automatic updates are + enabled. + + You may want to respond to the userDidCancelDownload delegate method in case + the user clicks the "Cancel" button while the update is downloading. + */ +- (void)installUpdatesIfAvailable; + +/*! + Returns the date of last update check. + + \returns \c nil if no check has been performed. + */ +@property (readonly, copy) NSDate *lastUpdateCheckDate; + +/*! + Appropriately schedules or cancels the update checking timer according to + the preferences for time interval and automatic checks. + + This call does not change the date of the next check, + but only the internal NSTimer. + */ +- (void)resetUpdateCycle; + +/*! + A property indicating whether or not an update is in progress. + + Note this property is not indicative of whether or not user initiated updates can be performed. + Use SUUpdater::validateMenuItem: for that instead. + */ +@property (readonly) BOOL updateInProgress; + +@end + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h new file mode 100644 index 0000000..ea8197b --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h @@ -0,0 +1,352 @@ +// +// SUUpdaterDelegate.h +// Sparkle +// +// Created by Mayur Pawashe on 12/25/16. +// Copyright © 2016 Sparkle Project. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif + +#import "SUExport.h" + +@protocol SUVersionComparison, SUVersionDisplay; +@class SUUpdater, SUAppcast, SUAppcastItem; + +NS_ASSUME_NONNULL_BEGIN + +// ----------------------------------------------------------------------------- +// SUUpdater Notifications for events that might be interesting to more than just the delegate +// The updater will be the notification object +// ----------------------------------------------------------------------------- +SU_EXPORT extern NSString *const SUUpdaterDidFinishLoadingAppCastNotification; +SU_EXPORT extern NSString *const SUUpdaterDidFindValidUpdateNotification; +SU_EXPORT extern NSString *const SUUpdaterDidNotFindUpdateNotification; +SU_EXPORT extern NSString *const SUUpdaterWillRestartNotification; +#define SUUpdaterWillRelaunchApplicationNotification SUUpdaterWillRestartNotification; +#define SUUpdaterWillInstallUpdateNotification SUUpdaterWillRestartNotification; + +// Key for the SUAppcastItem object in the SUUpdaterDidFindValidUpdateNotification userInfo +SU_EXPORT extern NSString *const SUUpdaterAppcastItemNotificationKey; +// Key for the SUAppcast object in the SUUpdaterDidFinishLoadingAppCastNotification userInfo +SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey; + +// ----------------------------------------------------------------------------- +// SUUpdater Delegate: +// ----------------------------------------------------------------------------- + +/*! + Provides methods to control the behavior of an SUUpdater object. + */ +@protocol SUUpdaterDelegate +@optional + +/*! + Returns whether to allow Sparkle to pop up. + + For example, this may be used to prevent Sparkle from interrupting a setup assistant. + + \param updater The SUUpdater instance. + */ +- (BOOL)updaterMayCheckForUpdates:(SUUpdater *)updater; + +/*! + Returns additional parameters to append to the appcast URL's query string. + + This is potentially based on whether or not Sparkle will also be sending along the system profile. + + \param updater The SUUpdater instance. + \param sendingProfile Whether the system profile will also be sent. + + \return An array of dictionaries with keys: "key", "value", "displayKey", "displayValue", the latter two being specifically for display to the user. + */ +- (NSArray *> *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; + +/*! + Returns a custom appcast URL. + + Override this to dynamically specify the entire URL. + + An alternative may be to use SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: + and let the server handle what kind of feed to provide. + + \param updater The SUUpdater instance. + */ +- (nullable NSString *)feedURLStringForUpdater:(SUUpdater *)updater; + +/*! + Returns whether Sparkle should prompt the user about automatic update checks. + + Use this to override the default behavior. + + \param updater The SUUpdater instance. + */ +- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SUUpdater *)updater; + +/*! + Called after Sparkle has downloaded the appcast from the remote server. + + Implement this if you want to do some special handling with the appcast once it finishes loading. + + \param updater The SUUpdater instance. + \param appcast The appcast that was downloaded from the remote server. + */ +- (void)updater:(SUUpdater *)updater didFinishLoadingAppcast:(SUAppcast *)appcast; + +/*! + Returns the item in the appcast corresponding to the update that should be installed. + + If you're using special logic or extensions in your appcast, + implement this to use your own logic for finding a valid update, if any, + in the given appcast. + + \param appcast The appcast that was downloaded from the remote server. + \param updater The SUUpdater instance. + */ +- (nullable SUAppcastItem *)bestValidUpdateInAppcast:(SUAppcast *)appcast forUpdater:(SUUpdater *)updater; + +/*! + Called when a valid update is found by the update driver. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + */ +- (void)updater:(SUUpdater *)updater didFindValidUpdate:(SUAppcastItem *)item; + +/*! + Called just before the scheduled update driver prompts the user to install an update. + + \param updater The SUUpdater instance. + + \return YES to allow the update prompt to be shown (the default behavior), or NO to suppress it. + */ +- (BOOL)updaterShouldShowUpdateAlertForScheduledUpdate:(SUUpdater *)updater forItem:(SUAppcastItem *)item; + +/*! + Called after the user dismisses the update alert. + + \param updater The SUUpdater instance. + \param permanently YES if the alert will not appear again for this update; NO if it may reappear. + */ +- (void)updater:(SUUpdater *)updater didDismissUpdateAlertPermanently:(BOOL)permanently forItem:(SUAppcastItem *)item; + +/*! + Called when a valid update is not found. + + \param updater The SUUpdater instance. + */ +- (void)updaterDidNotFindUpdate:(SUUpdater *)updater; + +/*! + Called when the user clicks the Skip This Version button. + + \param updater The SUUpdater instance. + */ +- (void)updater:(SUUpdater *)updater userDidSkipThisVersion:(SUAppcastItem *)item; + +/*! + Called immediately before downloading the specified update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be downloaded. + \param request The mutable URL request that will be used to download the update. + */ +- (void)updater:(SUUpdater *)updater willDownloadUpdate:(SUAppcastItem *)item withRequest:(NSMutableURLRequest *)request; + +/*! + Called immediately after succesfull download of the specified update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that has been downloaded. + */ +- (void)updater:(SUUpdater *)updater didDownloadUpdate:(SUAppcastItem *)item; + +/*! + Called after the specified update failed to download. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that failed to download. + \param error The error generated by the failed download. + */ +- (void)updater:(SUUpdater *)updater failedToDownloadUpdate:(SUAppcastItem *)item error:(NSError *)error; + +/*! + Called when the user clicks the cancel button while and update is being downloaded. + + \param updater The SUUpdater instance. + */ +- (void)userDidCancelDownload:(SUUpdater *)updater; + +/*! + Called immediately before extracting the specified downloaded update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be extracted. + */ +- (void)updater:(SUUpdater *)updater willExtractUpdate:(SUAppcastItem *)item; + +/*! + Called immediately after extracting the specified downloaded update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that has been extracted. + */ +- (void)updater:(SUUpdater *)updater didExtractUpdate:(SUAppcastItem *)item; + +/*! + Called immediately before installing the specified update. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + */ +- (void)updater:(SUUpdater *)updater willInstallUpdate:(SUAppcastItem *)item; + +/*! + Returns whether the relaunch should be delayed in order to perform other tasks. + + This is not called if the user didn't relaunch on the previous update, + in that case it will immediately restart. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + \param invocation The invocation that must be completed with `[invocation invoke]` before continuing with the relaunch. + + \return \c YES to delay the relaunch until \p invocation is invoked. + */ +- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item untilInvoking:(NSInvocation *)invocation; + +/*! + Returns whether the relaunch should be delayed in order to perform other tasks. + + This is not called if the user didn't relaunch on the previous update, + in that case it will immediately restart. + + This method acts as a simpler alternative to SUUpdaterDelegate::updater:shouldPostponeRelaunchForUpdate:untilInvoking: avoiding usage of NSInvocation, which is not available in Swift environments. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + + \return \c YES to delay the relaunch. + */ +- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item; + +/*! + Returns whether the application should be relaunched at all. + + Some apps \b cannot be relaunched under certain circumstances. + This method can be used to explicitly prevent a relaunch. + + \param updater The SUUpdater instance. + */ +- (BOOL)updaterShouldRelaunchApplication:(SUUpdater *)updater; + +/*! + Called immediately before relaunching. + + \param updater The SUUpdater instance. + */ +- (void)updaterWillRelaunchApplication:(SUUpdater *)updater; + +/*! + Called immediately after relaunching. SUUpdater delegate must be set before applicationDidFinishLaunching: to catch this event. + + \param updater The SUUpdater instance. + */ +- (void)updaterDidRelaunchApplication:(SUUpdater *)updater; + +/*! + Returns an object that compares version numbers to determine their arithmetic relation to each other. + + This method allows you to provide a custom version comparator. + If you don't implement this method or return \c nil, + the standard version comparator will be used. + + \sa SUStandardVersionComparator + + \param updater The SUUpdater instance. + */ +- (nullable id)versionComparatorForUpdater:(SUUpdater *)updater; + +/*! + Returns an object that formats version numbers for display to the user. + + If you don't implement this method or return \c nil, + the standard version formatter will be used. + + \sa SUUpdateAlert + + \param updater The SUUpdater instance. + */ +- (nullable id)versionDisplayerForUpdater:(SUUpdater *)updater; + +/*! + Returns the path which is used to relaunch the client after the update is installed. + + The default is the path of the host bundle. + + \param updater The SUUpdater instance. + */ +- (nullable NSString *)pathToRelaunchForUpdater:(SUUpdater *)updater; + +/*! + Called before an updater shows a modal alert window, + to give the host the opportunity to hide attached windows that may get in the way. + + \param updater The SUUpdater instance. + */ +- (void)updaterWillShowModalAlert:(SUUpdater *)updater; + +/*! + Called after an updater shows a modal alert window, + to give the host the opportunity to hide attached windows that may get in the way. + + \param updater The SUUpdater instance. + */ +- (void)updaterDidShowModalAlert:(SUUpdater *)updater; + +/*! + Called when an update is scheduled to be silently installed on quit. + This is after an update has been automatically downloaded in the background. + (i.e. SUUpdater::automaticallyDownloadsUpdates is YES) + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + \param invocation Can be used to trigger an immediate silent install and relaunch. + */ +- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationInvocation:(NSInvocation *)invocation; + +/*! + Called when an update is scheduled to be silently installed on quit. + This is after an update has been automatically downloaded in the background. + (i.e. SUUpdater::automaticallyDownloadsUpdates is YES) + This method acts as a more modern alternative to SUUpdaterDelegate::updater:willInstallUpdateOnQuit:immediateInstallationInvocation: using a block instead of NSInvocation, which is not available in Swift environments. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that is proposed to be installed. + \param installationBlock Can be used to trigger an immediate silent install and relaunch. + */ +- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationBlock:(void (^)(void))installationBlock; + +/*! + Calls after an update that was scheduled to be silently installed on quit has been canceled. + + \param updater The SUUpdater instance. + \param item The appcast item corresponding to the update that was proposed to be installed. + */ +- (void)updater:(SUUpdater *)updater didCancelInstallUpdateOnQuit:(SUAppcastItem *)item; + +/*! + Called after an update is aborted due to an error. + + \param updater The SUUpdater instance. + \param error The error that caused the abort + */ +- (void)updater:(SUUpdater *)updater didAbortWithError:(NSError *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h new file mode 100644 index 0000000..c654fc4 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h @@ -0,0 +1,37 @@ +// +// SUVersionComparisonProtocol.h +// Sparkle +// +// Created by Andy Matuschak on 12/21/07. +// Copyright 2007 Andy Matuschak. All rights reserved. +// + +#ifndef SUVERSIONCOMPARISONPROTOCOL_H +#define SUVERSIONCOMPARISONPROTOCOL_H + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +NS_ASSUME_NONNULL_BEGIN + +/*! + Provides version comparison facilities for Sparkle. +*/ +@protocol SUVersionComparison + +/*! + An abstract method to compare two version strings. + + Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, + and NSOrderedSame if they are equivalent. +*/ +- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; // *** MAY BE CALLED ON NON-MAIN THREAD! + +@end + +NS_ASSUME_NONNULL_END +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h new file mode 100644 index 0000000..980efb3 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h @@ -0,0 +1,29 @@ +// +// SUVersionDisplayProtocol.h +// EyeTV +// +// Created by Uli Kusterer on 08.12.09. +// Copyright 2009 Elgato Systems GmbH. All rights reserved. +// + +#if __has_feature(modules) +@import Foundation; +#else +#import +#endif +#import "SUExport.h" + +/*! + Applies special display formatting to version numbers. +*/ +@protocol SUVersionDisplay + +/*! + Formats two version strings. + + Both versions are provided so that important distinguishing information + can be displayed while also leaving out unnecessary/confusing parts. +*/ +- (void)formatVersion:(NSString *_Nonnull*_Nonnull)inOutVersionA andVersion:(NSString *_Nonnull*_Nonnull)inOutVersionB; + +@end diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/Sparkle.h b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/Sparkle.h new file mode 100644 index 0000000..5ae2e6a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Headers/Sparkle.h @@ -0,0 +1,33 @@ +// +// Sparkle.h +// Sparkle +// +// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#ifndef SPARKLE_H +#define SPARKLE_H + +// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless +// there are name-space collisions) so we can list all of them to start with: + +#import "SUAppcast.h" +#import "SUAppcastItem.h" +#import "SUStandardVersionComparator.h" +#import "SUUpdater.h" +#import "SUUpdaterDelegate.h" +#import "SUVersionComparisonProtocol.h" +#import "SUVersionDisplayProtocol.h" +#import "SUErrors.h" + +#import "SPUDownloader.h" +#import "SPUDownloaderDelegate.h" +#import "SPUDownloaderDeprecated.h" +#import "SPUDownloadData.h" +#import "SPUDownloaderProtocol.h" +#import "SPUDownloaderSession.h" +#import "SPUURLRequest.h" +#import "SUCodeSigningVerifier.h" + +#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Modules/module.modulemap b/Pods/Sparkle/Sparkle.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 0000000..af3fe6d --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module Sparkle { + umbrella header "Sparkle.h" + + export * + module * { export * } +} diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h b/Pods/Sparkle/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h new file mode 100644 index 0000000..a52bf5a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h @@ -0,0 +1,21 @@ +// +// SUUnarchiver.h +// Sparkle +// +// Created by Andy Matuschak on 3/16/06. +// Copyright 2006 Andy Matuschak. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol SUUnarchiverProtocol; + +@interface SUUnarchiver : NSObject + ++ (nullable id )unarchiverForPath:(NSString *)path updatingHostBundlePath:(nullable NSString *)hostPath decryptionPassword:(nullable NSString *)decryptionPassword; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist new file mode 100644 index 0000000..eaa552a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist @@ -0,0 +1,54 @@ + + + + + BuildMachineOSBuild + 19A558d + CFBundleDevelopmentRegion + English + CFBundleExecutable + Autoupdate + CFBundleIconFile + AppIcon.icns + CFBundleIdentifier + org.sparkle-project.Sparkle.Autoupdate + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.22.0 33-gd5222353e + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.22.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 11M392r + DTPlatformVersion + GM + DTSDKBuild + 19A536d + DTSDKName + macosx10.15 + DTXcode + 1100 + DTXcodeBuild + 11M392r + LSBackgroundOnly + 1 + LSMinimumSystemVersion + 10.7 + LSUIElement + 1 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate new file mode 100755 index 0000000..9839397 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop new file mode 100755 index 0000000..77c447e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns new file mode 100644 index 0000000..7f2a571 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib new file mode 100644 index 0000000..a036a6d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings new file mode 100644 index 0000000..13aa656 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings new file mode 100644 index 0000000..84d8ce6 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings new file mode 100644 index 0000000..b38c768 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings new file mode 100644 index 0000000..87c4d56 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings new file mode 100644 index 0000000..94e39df Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings new file mode 100644 index 0000000..7b98418 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings new file mode 100644 index 0000000..2932703 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings new file mode 100644 index 0000000..adc988a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings new file mode 100644 index 0000000..773f7c9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings new file mode 100644 index 0000000..2fbbd66 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings new file mode 100644 index 0000000..ce63fde Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings new file mode 100644 index 0000000..37efe8c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings new file mode 100644 index 0000000..a4400b3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings new file mode 100644 index 0000000..5f6ace2 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings new file mode 100644 index 0000000..7ead710 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings new file mode 100644 index 0000000..25e7f1d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings new file mode 100644 index 0000000..fc12fbe Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings new file mode 100644 index 0000000..9c01a9f Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings new file mode 100644 index 0000000..2b64de9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings new file mode 100644 index 0000000..a82d40d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings new file mode 100644 index 0000000..2bbed06 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings new file mode 100644 index 0000000..23da2b1 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings new file mode 100644 index 0000000..cf84d35 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings new file mode 100644 index 0000000..128a031 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings new file mode 100644 index 0000000..2705369 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings new file mode 100644 index 0000000..32548dc Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings new file mode 100644 index 0000000..afe75f6 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings new file mode 100644 index 0000000..59608b2 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings new file mode 100644 index 0000000..8d0c930 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings new file mode 100644 index 0000000..2f366da Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings new file mode 100644 index 0000000..0e28943 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings new file mode 100644 index 0000000..a826f16 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..2db050d --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources @@ -0,0 +1,860 @@ + + + + + files + + Resources/AppIcon.icns + + 4McwRDEss5BzWwUMG2Xf93+ze08= + + Resources/SUStatus.nib + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + optional + + + Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + optional + + + Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + optional + + + Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + optional + + + Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + optional + + + Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + optional + + + Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + optional + + + Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + optional + + + Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + optional + + + Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + optional + + + Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + optional + + + Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + optional + + + Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + optional + + + Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + optional + + + Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + optional + + + Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + optional + + + Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + optional + + + Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + optional + + + Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + optional + + + Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + optional + + + Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + optional + + + Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + optional + + + Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + optional + + + Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + optional + + + Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + optional + + + Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + optional + + + Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + optional + + + Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + optional + + + Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + optional + + + Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + optional + + + Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + optional + + + Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + optional + + + + files2 + + MacOS/fileop + + cdhash + + Ps1don/6nqymXddRaXBPac4trnw= + + requirement + cdhash H"67e48cd5d6915bfcc4aac46335bc8249421445a3" or cdhash H"3ecd5da27ffa9eaca65dd75169704f69ce2dae7c" + + Resources/AppIcon.icns + + hash + + 4McwRDEss5BzWwUMG2Xf93+ze08= + + hash2 + + nq7j0ugQwyNbJn/7zGFwxIR0njwU3i7hAYKEyZhvUfE= + + + Resources/SUStatus.nib + + hash + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + hash2 + + 9EMiB3mf7GHO1CblwtYHjfKx9oWJW7uh2BeVuMSQdM8= + + + Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + hash2 + + kXl1QOUKU1bn38zZFTTTo6jSvJa3xzW+506BHFqXTrA= + + optional + + + Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + hash2 + + qveaz1JvR0txRBIrXESNsw7OQ/Ff/cPzhDLnsoEQraU= + + optional + + + Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + hash2 + + +egOEAm7wKsZEYpWPMyIt3O/K3rKusLoqgRPDjTbVj0= + + optional + + + Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + hash2 + + TNnVYVM/FH7RRT5MJDiudHhliKhwVdzKtoFHoaOyYNA= + + optional + + + Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + hash2 + + RWEMiKY073CexFxlxvRxZNV6sIGKW4o2w1zkbu84jTo= + + optional + + + Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + hash2 + + k6iM4cKwuwNERro0buUXP+cC7EfqUysLG3xtqQTYd88= + + optional + + + Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + hash2 + + NsYIQJr5hHbcZCmDpOJU7CG0gQyMCwtcCHxnVm6hX10= + + optional + + + Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + hash2 + + Ft9c/NUFvzlK18fFR95eU9BF+WhuLxk4/mxS9Anjtgw= + + optional + + + Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + hash2 + + +AiiKWEdH3lesozLJBn3tfK6vi/VSI1/TnWVmIdVVsc= + + optional + + + Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + hash2 + + iTJwrct6/Zdwlxdm5T/GC9hA4ztJ0z5vMfrd5koPIkM= + + optional + + + Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + hash2 + + 4gUlWkwTANV/jd7n4OZoXyT8CAcgWVk/tI3a25wmuLg= + + optional + + + Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + hash2 + + dkl+Vn68FbdfQQMcnDHr8oXTSzW0uKtYMKZ0dTf9aC4= + + optional + + + Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + hash2 + + 03d0wnNZx2by2rcwyyUQp8ZbjVmAEQoBXA1HN25F7Hs= + + optional + + + Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + hash2 + + xcV1yh/zU3U3TsRUT6vGybvIQitf+ThrogN/uOWmD8k= + + optional + + + Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + hash2 + + SnALHmsNWW8OuPdd4u6wTLF7MpPLJhJp//vTwuGcJpY= + + optional + + + Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + hash2 + + jnZ+6gkcjoepDpH6/BXf4i3Txhm79rLxvJeqpPqHteE= + + optional + + + Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + hash2 + + o5tc0FFNdGdzBM2RGpZDRFKYF7JMFNZbfPyh3Surt7c= + + optional + + + Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + hash2 + + CiGpWxnyFqcL70YEaY6tZavZqd/L3I/gl/58Vf/j9ys= + + optional + + + Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + hash2 + + rOb3Gc/eTUZhs/QUuspB/stVPNkSU75vZKR5LNcdTek= + + optional + + + Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + hash2 + + yGt+gco6nzn7EMGrYj5QUGfy/Ax/HcMHlPi7v2gwdPk= + + optional + + + Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + hash2 + + vKlvCF9C0Tkpv05lzTmL8xZUeTclYhgm3mDU+0FCPLQ= + + optional + + + Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + hash2 + + Qedn2GikAYoVHUMFjZs4DYYZ0OLQtZKSCJTQDSb0WuE= + + optional + + + Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + hash2 + + HakhsVJkpV0iiAc2tmuQ/p107dUH70aWI4tutDGX5Ps= + + optional + + + Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + hash2 + + /aioLC/IpLjhwGWWNrpmzvhFrjFcHxA6ZXtagde3rjA= + + optional + + + Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + hash2 + + Dr7D2ChakP7IjzSKPULAjfQ//onLMkL0gw+yyfYjspA= + + optional + + + Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + hash2 + + TonjJQq91roqTPcD7kBKH/xsfvhc0wl3q0XBSySAu+g= + + optional + + + Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + hash2 + + QLVPGXWqtZ9Udh4uz+lLiX83nnDGdDM9WER9W2GBsv4= + + optional + + + Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + hash2 + + fS7xcje0F0oq7sIn18SpN+cXAXCKsPBDNU/R9W3POqI= + + optional + + + Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + hash2 + + zKHIxWlHwUZ/93ji6b0kLof1QMBjmIQGE8E5urNuTZg= + + optional + + + Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + hash2 + + P9H3Jrk+Zyq2tenKBdBC+b9hcLg4nlIEbRlXUAN1AqA= + + optional + + + Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + hash2 + + BhJKIV1dEw3kjBKsXdi9ATHVkYVIbZphZW4ZuTLUXQQ= + + optional + + + Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + hash2 + + 2aZwBp9W8BR6Tbt6hEDjm/y/vo3FGMCIQOAsclVy+kQ= + + optional + + + + 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/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/DarkAqua.css b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/DarkAqua.css new file mode 100644 index 0000000..a41e0f2 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/DarkAqua.css @@ -0,0 +1,9 @@ +html { + color: #FFFFFFD8; +} +:link { + color: #419CFF; +} +:link:active { + color: #FF1919; +} diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000..7b69758 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,46 @@ + + + + + BuildMachineOSBuild + 19A558d + CFBundleDevelopmentRegion + en + CFBundleExecutable + Sparkle + CFBundleIdentifier + org.sparkle-project.Sparkle + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Sparkle + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.22.0 33-gd5222353e + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.22.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 11M392r + DTPlatformVersion + GM + DTSDKBuild + 19A536d + DTSDKName + macosx10.15 + DTXcode + 1100 + DTXcodeBuild + 11M392r + LSMinimumSystemVersion + 10.7 + + diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist new file mode 100644 index 0000000..1f75b24 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist @@ -0,0 +1,314 @@ + + + + + ADP2,1 + Developer Transition Kit + iMac1,1 + iMac G3 (Rev A-D) + iMac4,1 + iMac (Core Duo) + iMac4,2 + iMac for Education (17 inch, Core Duo) + iMac5,1 + iMac (Core 2 Duo, 17 or 20 inch, SuperDrive) + iMac5,2 + iMac (Core 2 Duo, 17 inch, Combo Drive) + iMac6,1 + iMac (Core 2 Duo, 24 inch, SuperDrive) + iMac7,1 + iMac Intel Core 2 Duo (aluminum enclosure) + iMac8,1 + iMac (Core 2 Duo, 20 or 24 inch, Early 2008 ) + iMac9,1 + iMac (Core 2 Duo, 20 or 24 inch, Early or Mid 2009 ) + iMac10,1 + iMac (Core 2 Duo, 21.5 or 27 inch, Late 2009 ) + iMac11,1 + iMac (Core i5 or i7, 27 inch Late 2009) + iMac11,2 + 21.5" iMac (mid 2010) + iMac11,3 + iMac (Core i5 or i7, 27 inch Mid 2010) + iMac12,1 + iMac (Core i3 or i5 or i7, 21.5 inch Mid 2010 or Late 2011) + iMac12,2 + iMac (Core i5 or i7, 27 inch Mid 2011) + iMac13,1 + iMac (Core i3 or i5 or i7, 21.5 inch Late 2012 or Early 2013) + iMac13,2 + iMac (Core i5 or i7, 27 inch Late 2012) + iMac14,1 + iMac (Core i5, 21.5 inch Late 2013) + iMac14,2 + iMac (Core i5 or i7, 27 inch Late 2013) + iMac14,3 + iMac (Core i5 or i7, 21.5 inch Late 2013) + iMac14,4 + iMac (Core i5, 21.5 inch Mid 2014) + iMac15,1 + iMac (Retina 5K Core i5 or i7, 27 inch Late 2014 or Mid 2015) + iMac16,1 + iMac (Core i5, 21,5 inch Late 2015) + iMac16,2 + iMac (Retina 4K Core i5 or i7, 21.5 inch Late 2015) + iMac17,1 + iMac (Retina 5K Core i5 or i7, 27 inch Late 2015) + MacBook1,1 + MacBook (Core Duo) + MacBook2,1 + MacBook (Core 2 Duo) + MacBook4,1 + MacBook (Core 2 Duo Feb 2008) + MacBook5,1 + MacBook (Core 2 Duo, Late 2008, Unibody) + MacBook5,2 + MacBook (Core 2 Duo, Early 2009, White) + MacBook6,1 + MacBook (Core 2 Duo, Late 2009, Unibody) + MacBook7,1 + MacBook (Core 2 Duo, Mid 2010, White) + MacBook8,1 + MacBook (Core M, 12 inch, Early 2015) + MacBookAir1,1 + MacBook Air (Core 2 Duo, 13 inch, Early 2008) + MacBookAir2,1 + MacBook Air (Core 2 Duo, 13 inch, Mid 2009) + MacBookAir3,1 + MacBook Air (Core 2 Duo, 11 inch, Late 2010) + MacBookAir3,2 + MacBook Air (Core 2 Duo, 13 inch, Late 2010) + MacBookAir4,1 + MacBook Air (Core i5 or i7, 11 inch, Mid 2011) + MacBookAir4,2 + MacBook Air (Core i5 or i7, 13 inch, Mid 2011) + MacBookAir5,1 + MacBook Air (Core i5 or i7, 11 inch, Mid 2012) + MacBookAir5,2 + MacBook Air (Core i5 or i7, 13 inch, Mid 2012) + MacBookAir6,1 + MacBook Air (Core i5 or i7, 11 inch, Mid 2013 or Early 2014) + MacBookAir6,2 + MacBook Air (Core i5 or i7, 13 inch, Mid 2013 or Early 2014) + MacBookAir7,1 + MacBook Air (Core i5 or i7, 11 inch, Early 2015) + MacBookAir7,2 + MacBook Air (Core i5 or i7, 13 inch, Early 2015) + MacBookPro1,1 + MacBook Pro Core Duo (15-inch) + MacBookPro1,2 + MacBook Pro Core Duo (17-inch) + MacBookPro2,1 + MacBook Pro Core 2 Duo (17-inch) + MacBookPro2,2 + MacBook Pro Core 2 Duo (15-inch) + MacBookPro3,1 + MacBook Pro Core 2 Duo (15-inch LED, Core 2 Duo) + MacBookPro3,2 + MacBook Pro Core 2 Duo (17-inch HD, Core 2 Duo) + MacBookPro4,1 + MacBook Pro (Core 2 Duo Feb 2008) + MacBookPro5,1 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,2 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,3 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,4 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro5,5 + MacBook Pro Intel Core 2 Duo (aluminum unibody) + MacBookPro6,1 + MacBook Pro Intel Core i5, Intel Core i7 (mid 2010) + MacBookPro6,2 + MacBook Pro Intel Core i5, Intel Core i7 (mid 2010) + MacBookPro7,1 + MacBook Pro Intel Core 2 Duo (mid 2010) + MacBookPro8,1 + MacBook Pro Intel Core i5, Intel Core i7, 13" (early 2011) + MacBookPro8,2 + MacBook Pro Intel Core i7, 15" (early 2011) + MacBookPro8,3 + MacBook Pro Intel Core i7, 17" (early 2011) + MacBookPro9,1 + MacBook Pro (15-inch, Mid 2012) + MacBookPro9,2 + MacBook Pro (13-inch, Mid 2012) + MacBookPro10,1 + MacBook Pro (Retina, Mid 2012) + MacBookPro10,2 + MacBook Pro (Retina, 13-inch, Late 2012) + MacBookPro11,1 + MacBook Pro (Retina, 13-inch, Late 2013) + MacBookPro11,2 + MacBook Pro (Retina, 15-inch, Late 2013) + MacBookPro11,3 + MacBook Pro (Retina, 15-inch, Late 2013) + MacbookPro11,4 + MacBook Pro (Retina, 15-inch, Mid 2015) + MacbookPro11,5 + MacBook Pro (Retina, 15-inch, Mid 2015) + MacbookPro12,1  + MacBook Pro (Retina, 13-inch, Early 2015) + Macmini1,1 + Mac Mini (Core Solo/Duo) + Macmini2,1 + Mac mini Intel Core + Macmini3,1 + Mac mini Intel Core + Macmini4,1 + Mac mini Intel Core (Mid 2010) + Macmini5,1 + Mac mini (Core i5, Mid 2011) + Macmini5,2 + Mac mini (Core i5 or Core i7, Mid 2011) + Macmini5,3 + Mac mini (Core i7, Server, Mid 2011) + Macmini6,1 + Mac mini (Core i5, Late 2012) + Macmini6,2 + Mac mini (Core i7, Normal or Server, Late 2012) + Macmini7,1 + Mac mini (Core i5 or Core i7, Late 2014) + MacPro1,1,Quad + Mac Pro + MacPro1,1 + Mac Pro (four-core) + MacPro2,1 + Mac Pro (eight-core) + MacPro3,1 + Mac Pro (January 2008 4- or 8- core "Harpertown") + MacPro4,1 + Mac Pro (March 2009) + MacPro5,1 + Mac Pro (2010 or 2012) + MacPro6,1 + Mac Pro (Late 2013) + PowerBook1,1 + PowerBook G3 + PowerBook2,1 + iBook G3 + PowerBook2,2 + iBook G3 (FireWire) + PowerBook2,3 + iBook G3 + PowerBook2,4 + iBook G3 + PowerBook3,1 + PowerBook G3 (FireWire) + PowerBook3,2 + PowerBook G4 + PowerBook3,3 + PowerBook G4 (Gigabit Ethernet) + PowerBook3,4 + PowerBook G4 (DVI) + PowerBook3,5 + PowerBook G4 (1GHz / 867MHz) + PowerBook4,1 + iBook G3 (Dual USB, Late 2001) + PowerBook4,2 + iBook G3 (16MB VRAM) + PowerBook4,3 + iBook G3 Opaque 16MB VRAM, 32MB VRAM, Early 2003) + PowerBook5,1 + PowerBook G4 (17 inch) + PowerBook5,2 + PowerBook G4 (15 inch FW 800) + PowerBook5,3 + PowerBook G4 (17-inch 1.33GHz) + PowerBook5,4 + PowerBook G4 (15 inch 1.5/1.33GHz) + PowerBook5,5 + PowerBook G4 (17-inch 1.5GHz) + PowerBook5,6 + PowerBook G4 (15 inch 1.67GHz/1.5GHz) + PowerBook5,7 + PowerBook G4 (17-inch 1.67GHz) + PowerBook5,8 + PowerBook G4 (Double layer SD, 15 inch) + PowerBook5,9 + PowerBook G4 (Double layer SD, 17 inch) + PowerBook6,1 + PowerBook G4 (12 inch) + PowerBook6,2 + PowerBook G4 (12 inch, DVI) + PowerBook6,3 + iBook G4 + PowerBook6,4 + PowerBook G4 (12 inch 1.33GHz) + PowerBook6,5 + iBook G4 (Early-Late 2004) + PowerBook6,7 + iBook G4 (Mid 2005) + PowerBook6,8 + PowerBook G4 (12 inch 1.5GHz) + PowerMac1,1 + Power Macintosh G3 (Blue & White) + PowerMac1,2 + Power Macintosh G4 (PCI Graphics) + PowerMac2,1 + iMac G3 (Slot-loading CD-ROM) + PowerMac2,2 + iMac G3 (Summer 2000) + PowerMac3,1 + Power Macintosh G4 (AGP Graphics) + PowerMac3,2 + Power Macintosh G4 (AGP Graphics) + PowerMac3,3 + Power Macintosh G4 (Gigabit Ethernet) + PowerMac3,4 + Power Macintosh G4 (Digital Audio) + PowerMac3,5 + Power Macintosh G4 (Quick Silver) + PowerMac3,6 + Power Macintosh G4 (Mirrored Drive Door) + PowerMac4,1 + iMac G3 (Early/Summer 2001) + PowerMac4,2 + iMac G4 (Flat Panel) + PowerMac4,4 + eMac + PowerMac4,5 + iMac G4 (17-inch Flat Panel) + PowerMac5,1 + Power Macintosh G4 Cube + PowerMac5,2 + Power Mac G4 Cube + PowerMac6,1 + iMac G4 (USB 2.0) + PowerMac6,3 + iMac G4 (20-inch Flat Panel) + PowerMac6,4 + eMac (USB 2.0, 2005) + PowerMac7,2 + Power Macintosh G5 + PowerMac7,3 + Power Macintosh G5 + PowerMac8,1 + iMac G5 + PowerMac8,2 + iMac G5 (Ambient Light Sensor) + PowerMac9,1 + Power Macintosh G5 (Late 2005) + PowerMac10,1 + Mac Mini G4 + PowerMac10,2 + Mac Mini (Late 2005) + PowerMac11,2 + Power Macintosh G5 (Late 2005) + PowerMac12,1 + iMac G5 (iSight) + RackMac1,1 + Xserve G4 + RackMac1,2 + Xserve G4 (slot-loading, cluster node) + RackMac3,1 + Xserve G5 + Xserve1,1 + Xserve (Intel Xeon) + Xserve2,1 + Xserve (January 2008 quad-core) + Xserve3,1 + Xserve (early 2009) + + diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib new file mode 100644 index 0000000..a036a6d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..dc25cf8 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..de731af Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..21f802a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings new file mode 100644 index 0000000..13aa656 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings new file mode 100644 index 0000000..84d8ce6 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..9a5990d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..b7645c9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..b21bcdf Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings new file mode 100644 index 0000000..b38c768 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..3b8e25b Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..2f1a1a3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..3aef3a8 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings new file mode 100644 index 0000000..87c4d56 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..0c2663a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..d8567f3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..e3dd377 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings new file mode 100644 index 0000000..94e39df Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..c3598b5 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..68db968 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..d3cf65d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings new file mode 100644 index 0000000..7b98418 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..aecaba3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..de6a685 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..46f60f9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings new file mode 100644 index 0000000..2932703 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..0367f8f Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..ae00729 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..d99cbb5 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings new file mode 100644 index 0000000..adc988a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..0d2b16e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..b422230 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..5cdb77d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings new file mode 100644 index 0000000..773f7c9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..ec9d2bd Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..8b6a2ce Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..d7aa510 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings new file mode 100644 index 0000000..2fbbd66 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr_CA.lproj b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr_CA.lproj new file mode 120000 index 0000000..f9834a3 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr_CA.lproj @@ -0,0 +1 @@ +fr.lproj \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings new file mode 100644 index 0000000..ce63fde Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..1120eee Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..1f4eb06 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ca1f6b0 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/Sparkle.strings new file mode 100644 index 0000000..37efe8c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..1336c88 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..e02e842 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..47bc8f5 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/Sparkle.strings new file mode 100644 index 0000000..a4400b3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/hu.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..bccfa60 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..1be2e05 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..45e265a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings new file mode 100644 index 0000000..5f6ace2 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..6b10edd Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..1938593 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..9d6da17 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings new file mode 100644 index 0000000..7ead710 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..e750766 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..3e0d9df Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..0989ea3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings new file mode 100644 index 0000000..25e7f1d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..edf9de6 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..a1cbd7c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ef2479b Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings new file mode 100644 index 0000000..fc12fbe Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..20cdc33 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..10a358b Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..dfa2e0d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings new file mode 100644 index 0000000..9c01a9f Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..388d168 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..f28a247 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ba3311e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings new file mode 100644 index 0000000..2b64de9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..511bdb8 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..7afbf3b Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..3bba122 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings new file mode 100644 index 0000000..a82d40d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt.lproj b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt.lproj new file mode 120000 index 0000000..3c1c9f6 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt.lproj @@ -0,0 +1 @@ +pt_BR.lproj \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..dd6f0db Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..b89f30e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..8e00dd0 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings new file mode 100644 index 0000000..2bbed06 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..f4d5bf3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..3d04842 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..7b5443c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings new file mode 100644 index 0000000..23da2b1 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..30f6587 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..0ae2896 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..7b0a196 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings new file mode 100644 index 0000000..cf84d35 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..83b948c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..5015a75 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..00f9ebc Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings new file mode 100644 index 0000000..128a031 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..b37cbb9 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..29878e1 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..0d47033 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings new file mode 100644 index 0000000..2705369 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..7dab528 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..7d04baf Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..7e82f93 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings new file mode 100644 index 0000000..32548dc Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..069be85 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..40983a4 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..200ec9a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings new file mode 100644 index 0000000..afe75f6 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..5e6f7d1 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..d70bb7e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ac82c6d Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings new file mode 100644 index 0000000..59608b2 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..51b3d8a Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..f70fbb2 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..ff90c73 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings new file mode 100644 index 0000000..8d0c930 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..3d192e5 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..172d60f Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..709772b Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings new file mode 100644 index 0000000..2f366da Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..da4cec0 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..d86c1ab Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..78c61c4 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings new file mode 100644 index 0000000..0e28943 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib new file mode 100644 index 0000000..39d1f3f Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib new file mode 100644 index 0000000..10afd1e Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib new file mode 100644 index 0000000..edff23c Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings new file mode 100644 index 0000000..a826f16 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle b/Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle new file mode 100755 index 0000000..addebc3 Binary files /dev/null and b/Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/A/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/A/_CodeSignature/CodeResources new file mode 100644 index 0000000..0f05d7a --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/A/_CodeSignature/CodeResources @@ -0,0 +1,3900 @@ + + + + + files + + Resources/Autoupdate.app/Contents/Info.plist + + NGrwxX3qml+QP/q8HfeQBWsrdQE= + + Resources/Autoupdate.app/Contents/MacOS/Autoupdate + + GNLPE96HRxKVjf3dFnsWOYI6oyg= + + Resources/Autoupdate.app/Contents/MacOS/fileop + + 3LAZA3NyyWDdy3gyCqUM+fIXjfs= + + Resources/Autoupdate.app/Contents/PkgInfo + + n57qDP4tZfLD1rCS43W0B4LQjzE= + + Resources/Autoupdate.app/Contents/Resources/AppIcon.icns + + 4McwRDEss5BzWwUMG2Xf93+ze08= + + Resources/Autoupdate.app/Contents/Resources/SUStatus.nib + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + optional + + + Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + optional + + + Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + optional + + + Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + optional + + + Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + optional + + + Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + optional + + + Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + optional + + + Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + optional + + + Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + optional + + + Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + optional + + + Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + optional + + + Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + optional + + + Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + optional + + + Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + optional + + + Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + optional + + + Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + optional + + + Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + optional + + + Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + optional + + + Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + optional + + + Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + optional + + + Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources + + gOqf4k7ehNyMK+c2DgVkkK2bI5U= + + Resources/DarkAqua.css + + SCihC2/GG/DhF4xcXD9MYaxhawM= + + Resources/Info.plist + + 4Ik7IK2Yi3OkdqLE1DA/kERSiJ4= + + Resources/SUModelTranslation.plist + + iD2Ex40Usc4ZE6IAhRePqgwK/xw= + + Resources/SUStatus.nib + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + Resources/ar.lproj/SUAutomaticUpdateAlert.nib + + hash + + HMR1Sh9KrMbYdJyZI2/GGuWl8Dk= + + optional + + + Resources/ar.lproj/SUUpdateAlert.nib + + hash + + rV/ZrrmtPwjDHx6h71o4Xe0olZc= + + optional + + + Resources/ar.lproj/SUUpdatePermissionPrompt.nib + + hash + + pfWu5BYcPgQmhDac5PAypP4JG7o= + + optional + + + Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + optional + + + Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + optional + + + Resources/cs.lproj/SUAutomaticUpdateAlert.nib + + hash + + CGipiWAMoxCqXn7kgalLHLfLhDQ= + + optional + + + Resources/cs.lproj/SUUpdateAlert.nib + + hash + + sYB/tpjJy5n9Tw0psn+zYNwDMeA= + + optional + + + Resources/cs.lproj/SUUpdatePermissionPrompt.nib + + hash + + IUrGm9swc2kxczVSJfk1DoYG4+E= + + optional + + + Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + optional + + + Resources/da.lproj/SUAutomaticUpdateAlert.nib + + hash + + JcbkBoaqAbti38ZgvnprHlKApaM= + + optional + + + Resources/da.lproj/SUUpdateAlert.nib + + hash + + uHPvWlZwF/1RJ3NvAWLSYickIGo= + + optional + + + Resources/da.lproj/SUUpdatePermissionPrompt.nib + + hash + + 6/qWslfnU0gxK4dQNMmb7woR2p4= + + optional + + + Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + optional + + + Resources/de.lproj/SUAutomaticUpdateAlert.nib + + hash + + wY1k8r1RljpgWVfTLHBn38H7KkY= + + optional + + + Resources/de.lproj/SUUpdateAlert.nib + + hash + + szL3mRfaNUwPQk/eBRzsYjSm5rk= + + optional + + + Resources/de.lproj/SUUpdatePermissionPrompt.nib + + hash + + O7vx9K2o2TGP7LS8abS3s3Dv8EM= + + optional + + + Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + optional + + + Resources/el.lproj/SUAutomaticUpdateAlert.nib + + hash + + GK2CveO+qpJxjJJZax3xIoL9aJs= + + optional + + + Resources/el.lproj/SUUpdateAlert.nib + + hash + + LeYiKwA9jFzS+/tqLJfDxX1Bkv8= + + optional + + + Resources/el.lproj/SUUpdatePermissionPrompt.nib + + hash + + spPDg9kN8gx6lOTcFToMpISRDIc= + + optional + + + Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + optional + + + Resources/en.lproj/SUAutomaticUpdateAlert.nib + + hash + + nKhxzXHlYy+r3kOEWt4zlKeFPcg= + + optional + + + Resources/en.lproj/SUUpdateAlert.nib + + hash + + HYPllx7RKFu6cmU3SYTZBx5kOzk= + + optional + + + Resources/en.lproj/SUUpdatePermissionPrompt.nib + + hash + + 820NNp4P2R9+iulqqEKDMeMOwuw= + + optional + + + Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + optional + + + Resources/es.lproj/SUAutomaticUpdateAlert.nib + + hash + + bRGdcs0YW5I/qnJ43qGf+QogJPI= + + optional + + + Resources/es.lproj/SUUpdateAlert.nib + + hash + + YoVHxV9wICdH/LiuvVb/aqV4sE0= + + optional + + + Resources/es.lproj/SUUpdatePermissionPrompt.nib + + hash + + TKdPY3JhzXmT++YKtJ+WbWPwYxM= + + optional + + + Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + optional + + + Resources/fi.lproj/SUAutomaticUpdateAlert.nib + + hash + + lt58WtbSFdqzmmBhWnL/b1/vJZY= + + optional + + + Resources/fi.lproj/SUUpdateAlert.nib + + hash + + vXUazuJw2TH96TbvVlzEjvZiT7E= + + optional + + + Resources/fi.lproj/SUUpdatePermissionPrompt.nib + + hash + + z9c3Eku4MyyWoySqaWuz25xPWwU= + + optional + + + Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + optional + + + Resources/fr.lproj/SUAutomaticUpdateAlert.nib + + hash + + GHN515Ya8Y67Lvh+58RnO+WpKX8= + + optional + + + Resources/fr.lproj/SUUpdateAlert.nib + + hash + + teoPoKJbNJHKgc04eVDgnL4p0H0= + + optional + + + Resources/fr.lproj/SUUpdatePermissionPrompt.nib + + hash + + OdUHvEoSfX1mDOHSQWm0ZvCwJZA= + + optional + + + Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + optional + + + Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + optional + + + Resources/hr.lproj/SUAutomaticUpdateAlert.nib + + hash + + Cm5xB6CrM6wuejFT33ju6VY2HEs= + + optional + + + Resources/hr.lproj/SUUpdateAlert.nib + + hash + + 7FA6to8hN/6rfeAd6TLnbFvv2x0= + + optional + + + Resources/hr.lproj/SUUpdatePermissionPrompt.nib + + hash + + WgV9dYfaL3sG5N0oKyA9QLoSNf4= + + optional + + + Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + optional + + + Resources/hu.lproj/SUAutomaticUpdateAlert.nib + + hash + + Ta020ytMvdWoBGsG2ai3Kg5FiZ0= + + optional + + + Resources/hu.lproj/SUUpdateAlert.nib + + hash + + zBzxqJvi+M2hiCe8MmNQhU+pcnA= + + optional + + + Resources/hu.lproj/SUUpdatePermissionPrompt.nib + + hash + + F80kJ3B5fIiN/fxFZKHdylm5FTw= + + optional + + + Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + optional + + + Resources/is.lproj/SUAutomaticUpdateAlert.nib + + hash + + QfAiNgb7olttGvUu39P9lcmPDps= + + optional + + + Resources/is.lproj/SUUpdateAlert.nib + + hash + + DoBtdOf/QZ/VRlI+DQTnebJFIVQ= + + optional + + + Resources/is.lproj/SUUpdatePermissionPrompt.nib + + hash + + z6nVKzAtorNIPYpUQqlQ0JA4xsY= + + optional + + + Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + optional + + + Resources/it.lproj/SUAutomaticUpdateAlert.nib + + hash + + en+oVqjpH6FC14is611rMV4cDSc= + + optional + + + Resources/it.lproj/SUUpdateAlert.nib + + hash + + jl9y0N6hgeMk97jXKLeXK3asoMU= + + optional + + + Resources/it.lproj/SUUpdatePermissionPrompt.nib + + hash + + k3JCck2STpTl/2AIFrlZ7Tz3vfI= + + optional + + + Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + optional + + + Resources/ja.lproj/SUAutomaticUpdateAlert.nib + + hash + + 8OlMKqxDIQWHuNf2MWp9kAoYGYc= + + optional + + + Resources/ja.lproj/SUUpdateAlert.nib + + hash + + 805CZOe5mUKZdsPmMX7GooIovYc= + + optional + + + Resources/ja.lproj/SUUpdatePermissionPrompt.nib + + hash + + wwwG1q3BXLQocD4XHg6dezexeqI= + + optional + + + Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + optional + + + Resources/ko.lproj/SUAutomaticUpdateAlert.nib + + hash + + koINYXxQauHU3LZYoDKn2pWT9hI= + + optional + + + Resources/ko.lproj/SUUpdateAlert.nib + + hash + + 7teSE4nh94hXT1P+jp148GcIRzU= + + optional + + + Resources/ko.lproj/SUUpdatePermissionPrompt.nib + + hash + + 1p6DXqC1bjxHg9G1ey8ujMea9d4= + + optional + + + Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + optional + + + Resources/nb.lproj/SUAutomaticUpdateAlert.nib + + hash + + rAQnrkDNPgucqNN2yrVQ8JG2UA4= + + optional + + + Resources/nb.lproj/SUUpdateAlert.nib + + hash + + jlywEvuVN1J5OKNSeFcIKynN8yc= + + optional + + + Resources/nb.lproj/SUUpdatePermissionPrompt.nib + + hash + + WNOPsBqyh9plEDaicddV+Hyeg70= + + optional + + + Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + optional + + + Resources/nl.lproj/SUAutomaticUpdateAlert.nib + + hash + + 6vqQpujXZsPydnj0yg2MvD0OVDU= + + optional + + + Resources/nl.lproj/SUUpdateAlert.nib + + hash + + Lf46KdJAHcN67PEeHU0glQEkgcM= + + optional + + + Resources/nl.lproj/SUUpdatePermissionPrompt.nib + + hash + + ddljqD94I9mh+iBugB3arj3kTK4= + + optional + + + Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + optional + + + Resources/pl.lproj/SUAutomaticUpdateAlert.nib + + hash + + falBiLjAD9jwCRplLXt1OL5kWMQ= + + optional + + + Resources/pl.lproj/SUUpdateAlert.nib + + hash + + 649CLq4ceA8aiA2yAgq8HcD4+KY= + + optional + + + Resources/pl.lproj/SUUpdatePermissionPrompt.nib + + hash + + fbmTwUag6J26eAzp0asdE40T5i0= + + optional + + + Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + optional + + + Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib + + hash + + hJzRpD2eBYGDuhg/iUJcH7uB8tA= + + optional + + + Resources/pt_BR.lproj/SUUpdateAlert.nib + + hash + + UhY0XY+MFGYlG+Vb9gvcvhBUfsw= + + optional + + + Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib + + hash + + msqNUCHEFovp+Y599QV5x0+z+WI= + + optional + + + Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + optional + + + Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib + + hash + + yHDYLQbIPlI2X8rEYGY4/5LWBi4= + + optional + + + Resources/pt_PT.lproj/SUUpdateAlert.nib + + hash + + 4TaxICR2uqtxe+w9zMUv4FmnxXs= + + optional + + + Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib + + hash + + s5I+D0hkqE52sejLdAafI0BjSF0= + + optional + + + Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + optional + + + Resources/ro.lproj/SUAutomaticUpdateAlert.nib + + hash + + RhePTD+M3ZecywnXYC9skIWbNqk= + + optional + + + Resources/ro.lproj/SUUpdateAlert.nib + + hash + + 4yC+DHk3ji+VWitTWRl+qF+nJaU= + + optional + + + Resources/ro.lproj/SUUpdatePermissionPrompt.nib + + hash + + SAd937syHUKVCL4vDZXLjkv2owE= + + optional + + + Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + optional + + + Resources/ru.lproj/SUAutomaticUpdateAlert.nib + + hash + + SkSjQVxY+KHuO+GTZEt3zLEDhQk= + + optional + + + Resources/ru.lproj/SUUpdateAlert.nib + + hash + + Uc64V+ZpoA7pJ9Um3hV17os9ILM= + + optional + + + Resources/ru.lproj/SUUpdatePermissionPrompt.nib + + hash + + EKYmSkQDwRcdG3GrKtDn91/ZeIc= + + optional + + + Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + optional + + + Resources/sk.lproj/SUAutomaticUpdateAlert.nib + + hash + + 39yerBtrGFhsyI2CwYlaTpo4oFc= + + optional + + + Resources/sk.lproj/SUUpdateAlert.nib + + hash + + em7ReM6bjWlxO4KO0ap8OA0Ct0U= + + optional + + + Resources/sk.lproj/SUUpdatePermissionPrompt.nib + + hash + + WLq8WLwZ0UhsEMewFOJUGy/rbno= + + optional + + + Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + optional + + + Resources/sl.lproj/SUAutomaticUpdateAlert.nib + + hash + + DkdFsR7oszA3NVRNwp8coxcqx30= + + optional + + + Resources/sl.lproj/SUUpdateAlert.nib + + hash + + y7WIZoHhjlDg9y7SoyhiewPP0og= + + optional + + + Resources/sl.lproj/SUUpdatePermissionPrompt.nib + + hash + + IMsfAmEnTg0DKWJy2T7aWpDVXmU= + + optional + + + Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + optional + + + Resources/sv.lproj/SUAutomaticUpdateAlert.nib + + hash + + TOBuyZldMnYY7WAjwKsgfNngGzw= + + optional + + + Resources/sv.lproj/SUUpdateAlert.nib + + hash + + JqEM2KYuYzYRs1d/ZZBEIOgzz9A= + + optional + + + Resources/sv.lproj/SUUpdatePermissionPrompt.nib + + hash + + Hba1IfRrlurIEeqShU3fa3b2NOk= + + optional + + + Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + optional + + + Resources/th.lproj/SUAutomaticUpdateAlert.nib + + hash + + Xe4/CNqml8hXrIVGuamdbDoRLhI= + + optional + + + Resources/th.lproj/SUUpdateAlert.nib + + hash + + 7qb38jUasseLhMxZL9oDY/dz78A= + + optional + + + Resources/th.lproj/SUUpdatePermissionPrompt.nib + + hash + + Y5Y2Xqtt/eX2BmwDr42E0zhOXBs= + + optional + + + Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + optional + + + Resources/tr.lproj/SUAutomaticUpdateAlert.nib + + hash + + Y5NeSxnsaC/M2zoj0FqZWTDsR+c= + + optional + + + Resources/tr.lproj/SUUpdateAlert.nib + + hash + + CLyy1d1X7+RSdtHv7mLWKxBcMyE= + + optional + + + Resources/tr.lproj/SUUpdatePermissionPrompt.nib + + hash + + C3lsSy0MB/EigbTwhIE1p2oZjCQ= + + optional + + + Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + optional + + + Resources/uk.lproj/SUAutomaticUpdateAlert.nib + + hash + + dmMc4nnq56aacVapzFYG3jHFVX8= + + optional + + + Resources/uk.lproj/SUUpdateAlert.nib + + hash + + knu44G28ze1px/y4oFGNCFZPP2I= + + optional + + + Resources/uk.lproj/SUUpdatePermissionPrompt.nib + + hash + + wkfA4wH4NC2SqxZiQvSKxRh33ng= + + optional + + + Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + optional + + + Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib + + hash + + JaVa+nFOONCOlqhkuRcMBHLko9o= + + optional + + + Resources/zh_CN.lproj/SUUpdateAlert.nib + + hash + + 7Hl5pts66IZ2CjCulfM+kOM9/wc= + + optional + + + Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib + + hash + + r0OUSx+5+77QhV7WxalrGEr+N7s= + + optional + + + Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + optional + + + Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib + + hash + + naa+4UABTZC/NFFY2yNP2sXAz+w= + + optional + + + Resources/zh_TW.lproj/SUUpdateAlert.nib + + hash + + 3IjnWJ9cNzWBNJ3CEYwe7UbkW4o= + + optional + + + Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib + + hash + + yMSZqhPW5l9+cgD60ReOd4GKbto= + + optional + + + Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + optional + + + + files2 + + Headers/SPUDownloadData.h + + hash + + 0uirAEMDYuzqSh3dbtfncvlTpvo= + + hash2 + + DkOXqPnwmXR6QeDI4ja3DtFxDW5L3Dcjf21hEPWImoY= + + + Headers/SPUDownloader.h + + hash + + OAA6tKxz1g4V1SQZaj3RPNmNMzo= + + hash2 + + OEDz5kY4WgtWuZ8SApjyqvVDEf3iEj7Sg2uhl+3J+jk= + + + Headers/SPUDownloaderDelegate.h + + hash + + UkBvHxzNYA/YON0ImE8m/8g4vkg= + + hash2 + + 8D6RyR2aziRQIiRN3e7qxlEM9jfgkwBBTWmSjDhLqm8= + + + Headers/SPUDownloaderDeprecated.h + + hash + + l7/+P82TkgRp/YLnQtJtjMWd3/A= + + hash2 + + A7PBMhwuTH0X/JDeyLlh1Xrdc0krwjPqdBPCiePFrxQ= + + + Headers/SPUDownloaderProtocol.h + + hash + + VsD58zsMmnH4mVuK456ekiJcYFU= + + hash2 + + 02oqvyfRCQp5SMSBQNzYZaz1/0VTso0GKnOSbuDEAVo= + + + Headers/SPUDownloaderSession.h + + hash + + IeDSEpUGRwB9HcDVlqbxb6k19A8= + + hash2 + + ZFXLQz90P2h4rR2v1VqRAKzrSSlItkO5cW/0AFy7eYQ= + + + Headers/SPUURLRequest.h + + hash + + 588/W6GUNXYFVar9nygqHNYeTX8= + + hash2 + + 4EG4qYbJgM0wBJCoSPD1lbbDTLHlm85m4xNehyXyU74= + + + Headers/SUAppcast.h + + hash + + puyTMIscPdgGWGQM4TITePIKSdA= + + hash2 + + R3/VQvZCv8Ab34CC17vtBHR3dqkJXnidTR5n8aX4DD0= + + + Headers/SUAppcastItem.h + + hash + + YQvyEYAn6UWDwU8NT5ccPwhdRXE= + + hash2 + + ZB27X0FfNZ54ez8FZAFDEi6/o4BYtQnl4A9Y3tAbkUI= + + + Headers/SUCodeSigningVerifier.h + + hash + + Wj90pgADRte0DhyUmlOXWORp830= + + hash2 + + PPwqqlfaR8hxIfD2YEKdVzyDN4kBVdul55HDAELxQ7U= + + + Headers/SUErrors.h + + hash + + fXyYJmeBH5lNthmGD2GJOWkMmjg= + + hash2 + + JKSoOJCqip87NB39v1ip2Gki8x1rGVcXB7D6kTCeBTI= + + + Headers/SUExport.h + + hash + + G2w3uU/V7JzIupuOjQ2LyPVGdo4= + + hash2 + + XO8CQmbFThLbYg949NEGhg3g+iouIw3/3+BCCLtEdFE= + + + Headers/SUStandardVersionComparator.h + + hash + + 6L4GrA8i1OjMLIGc/sFvEUeSfso= + + hash2 + + 5HrjOlX+uJHOw1ma+1BtG5tlYx/75N/gVzt+BX/GOxg= + + + Headers/SUUpdater.h + + hash + + krK593R1jTMhVN/yl8nXWo1WIfg= + + hash2 + + IJc5cjKEoEbG6onu/Dy+1OXT5YJ7GV3R1U0u2FamUsY= + + + Headers/SUUpdaterDelegate.h + + hash + + UWIKKrtpG8ETIKMCaSRiq4ujPJs= + + hash2 + + d9LBmTLBxcQda+JzY5Y0rdqUU3ZwG0B/xUrAF68d2Xk= + + + Headers/SUVersionComparisonProtocol.h + + hash + + pin8CrEV9eYWF9sdDu0N1YixWOE= + + hash2 + + rsm3T+GsIhDgSqY8EtkBpIxYgSZCZxf4HE9a/FcTRCc= + + + Headers/SUVersionDisplayProtocol.h + + hash + + D3yVFnts0j1IacN9dSN7iZSVlZg= + + hash2 + + AQITUMp8aq1UAOrmksAKmGFpgI24u9rDSBBZrgDqdN4= + + + Headers/Sparkle.h + + hash + + kAc+dA9KctczULg0aLWypDdBvy0= + + hash2 + + qx9pH2muu7OaSYEeZEfIzGFTWCk/gIo7ZQ+6TExPhyA= + + + Modules/module.modulemap + + hash + + /2jgDcgH5+EG9ojcVskajfVo4yg= + + hash2 + + 1TF+JZkzFr6n8oH4WItto+C5Vf3K12f0H9KjqD0A5QU= + + + PrivateHeaders/SUUnarchiver.h + + hash + + 7mTpmnTkJ97DZQQzK/hdl2aZmXU= + + hash2 + + SQYAanTtlyX15CJapj5tDbhBEMtgQ7ZNdmpSij0+tD4= + + + Resources/Autoupdate.app/Contents/Info.plist + + hash + + NGrwxX3qml+QP/q8HfeQBWsrdQE= + + hash2 + + Ts1y/usFtpJJqe+wACjJTa+YcU1j07vYHJjaweHxQA8= + + + Resources/Autoupdate.app/Contents/MacOS/Autoupdate + + hash + + GNLPE96HRxKVjf3dFnsWOYI6oyg= + + hash2 + + jjoBVKmvhAAqeOdwtSES0lu69ZfCwrn91Bt8pqU41o8= + + + Resources/Autoupdate.app/Contents/MacOS/fileop + + hash + + 3LAZA3NyyWDdy3gyCqUM+fIXjfs= + + hash2 + + LDrNauzGffTd+4S2LP76kD5Fm4KEkOM9khVaJn+57IQ= + + + Resources/Autoupdate.app/Contents/PkgInfo + + hash + + n57qDP4tZfLD1rCS43W0B4LQjzE= + + hash2 + + glAhkclISwTWhTdPmHmgBmBpxJuKyuegSwHTjQfo7KA= + + + Resources/Autoupdate.app/Contents/Resources/AppIcon.icns + + hash + + 4McwRDEss5BzWwUMG2Xf93+ze08= + + hash2 + + nq7j0ugQwyNbJn/7zGFwxIR0njwU3i7hAYKEyZhvUfE= + + + Resources/Autoupdate.app/Contents/Resources/SUStatus.nib + + hash + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + hash2 + + 9EMiB3mf7GHO1CblwtYHjfKx9oWJW7uh2BeVuMSQdM8= + + + Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + hash2 + + kXl1QOUKU1bn38zZFTTTo6jSvJa3xzW+506BHFqXTrA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + hash2 + + qveaz1JvR0txRBIrXESNsw7OQ/Ff/cPzhDLnsoEQraU= + + optional + + + Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + hash2 + + +egOEAm7wKsZEYpWPMyIt3O/K3rKusLoqgRPDjTbVj0= + + optional + + + Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + hash2 + + TNnVYVM/FH7RRT5MJDiudHhliKhwVdzKtoFHoaOyYNA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + hash2 + + RWEMiKY073CexFxlxvRxZNV6sIGKW4o2w1zkbu84jTo= + + optional + + + Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + hash2 + + k6iM4cKwuwNERro0buUXP+cC7EfqUysLG3xtqQTYd88= + + optional + + + Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + hash2 + + NsYIQJr5hHbcZCmDpOJU7CG0gQyMCwtcCHxnVm6hX10= + + optional + + + Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + hash2 + + Ft9c/NUFvzlK18fFR95eU9BF+WhuLxk4/mxS9Anjtgw= + + optional + + + Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + hash2 + + +AiiKWEdH3lesozLJBn3tfK6vi/VSI1/TnWVmIdVVsc= + + optional + + + Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + hash2 + + iTJwrct6/Zdwlxdm5T/GC9hA4ztJ0z5vMfrd5koPIkM= + + optional + + + Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + hash2 + + 4gUlWkwTANV/jd7n4OZoXyT8CAcgWVk/tI3a25wmuLg= + + optional + + + Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + hash2 + + dkl+Vn68FbdfQQMcnDHr8oXTSzW0uKtYMKZ0dTf9aC4= + + optional + + + Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + hash2 + + 03d0wnNZx2by2rcwyyUQp8ZbjVmAEQoBXA1HN25F7Hs= + + optional + + + Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + hash2 + + xcV1yh/zU3U3TsRUT6vGybvIQitf+ThrogN/uOWmD8k= + + optional + + + Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + hash2 + + SnALHmsNWW8OuPdd4u6wTLF7MpPLJhJp//vTwuGcJpY= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + hash2 + + jnZ+6gkcjoepDpH6/BXf4i3Txhm79rLxvJeqpPqHteE= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + hash2 + + o5tc0FFNdGdzBM2RGpZDRFKYF7JMFNZbfPyh3Surt7c= + + optional + + + Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + hash2 + + CiGpWxnyFqcL70YEaY6tZavZqd/L3I/gl/58Vf/j9ys= + + optional + + + Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + hash2 + + rOb3Gc/eTUZhs/QUuspB/stVPNkSU75vZKR5LNcdTek= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + hash2 + + yGt+gco6nzn7EMGrYj5QUGfy/Ax/HcMHlPi7v2gwdPk= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + hash2 + + vKlvCF9C0Tkpv05lzTmL8xZUeTclYhgm3mDU+0FCPLQ= + + optional + + + Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + hash2 + + Qedn2GikAYoVHUMFjZs4DYYZ0OLQtZKSCJTQDSb0WuE= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + hash2 + + HakhsVJkpV0iiAc2tmuQ/p107dUH70aWI4tutDGX5Ps= + + optional + + + Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + hash2 + + /aioLC/IpLjhwGWWNrpmzvhFrjFcHxA6ZXtagde3rjA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + hash2 + + Dr7D2ChakP7IjzSKPULAjfQ//onLMkL0gw+yyfYjspA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + hash2 + + TonjJQq91roqTPcD7kBKH/xsfvhc0wl3q0XBSySAu+g= + + optional + + + Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + hash2 + + QLVPGXWqtZ9Udh4uz+lLiX83nnDGdDM9WER9W2GBsv4= + + optional + + + Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + hash2 + + fS7xcje0F0oq7sIn18SpN+cXAXCKsPBDNU/R9W3POqI= + + optional + + + Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + hash2 + + zKHIxWlHwUZ/93ji6b0kLof1QMBjmIQGE8E5urNuTZg= + + optional + + + Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + hash2 + + P9H3Jrk+Zyq2tenKBdBC+b9hcLg4nlIEbRlXUAN1AqA= + + optional + + + Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + hash2 + + BhJKIV1dEw3kjBKsXdi9ATHVkYVIbZphZW4ZuTLUXQQ= + + optional + + + Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + hash2 + + 2aZwBp9W8BR6Tbt6hEDjm/y/vo3FGMCIQOAsclVy+kQ= + + optional + + + Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources + + hash + + gOqf4k7ehNyMK+c2DgVkkK2bI5U= + + hash2 + + sNoNtj0X4oBk+UhPt0LKVqVwTzoeBFxtcCgLrKvRrlo= + + + Resources/DarkAqua.css + + hash + + SCihC2/GG/DhF4xcXD9MYaxhawM= + + hash2 + + 1G4+GJId47E8UijYTy9xeqA8RpLdOaGZQZ8B85ydROg= + + + Resources/Info.plist + + hash + + 4Ik7IK2Yi3OkdqLE1DA/kERSiJ4= + + hash2 + + 47BrcAEFAw56makJlMWPAV9Fzk8XaSPkebd+BOWFc9s= + + + Resources/SUModelTranslation.plist + + hash + + iD2Ex40Usc4ZE6IAhRePqgwK/xw= + + hash2 + + bxnpRQhROJXTL2xuIeffR3p+hOuuji7eOoDeNqSYqTg= + + + Resources/SUStatus.nib + + hash + + o2Yxifmvxybh4UD7ZLx7IddkLoE= + + hash2 + + 9EMiB3mf7GHO1CblwtYHjfKx9oWJW7uh2BeVuMSQdM8= + + + Resources/ar.lproj/SUAutomaticUpdateAlert.nib + + hash + + HMR1Sh9KrMbYdJyZI2/GGuWl8Dk= + + hash2 + + +hu1ucUQ0KSSSUfpNr2R9EMp/Lna09evcRrRaBGrar0= + + optional + + + Resources/ar.lproj/SUUpdateAlert.nib + + hash + + rV/ZrrmtPwjDHx6h71o4Xe0olZc= + + hash2 + + rFBn4qqPsWGO2DGaxmN9jr7nDkysmQ5FDRI9714ZsA8= + + optional + + + Resources/ar.lproj/SUUpdatePermissionPrompt.nib + + hash + + pfWu5BYcPgQmhDac5PAypP4JG7o= + + hash2 + + NhWNyBo0Y0TGA8ZM4iG1ThHPQ9GZ8LB1lorQrtQNx5g= + + optional + + + Resources/ar.lproj/Sparkle.strings + + hash + + 3/ZrgZd3oO/InbR3VBYBSZ3KsDs= + + hash2 + + kXl1QOUKU1bn38zZFTTTo6jSvJa3xzW+506BHFqXTrA= + + optional + + + Resources/ca.lproj/Sparkle.strings + + hash + + 8xZ59T/LZxVMOWNsGblySVsijvs= + + hash2 + + qveaz1JvR0txRBIrXESNsw7OQ/Ff/cPzhDLnsoEQraU= + + optional + + + Resources/cs.lproj/SUAutomaticUpdateAlert.nib + + hash + + CGipiWAMoxCqXn7kgalLHLfLhDQ= + + hash2 + + pY9/SobOyCg/i8IcnGobJ0zintMeK4hgp3hYaZtSu+0= + + optional + + + Resources/cs.lproj/SUUpdateAlert.nib + + hash + + sYB/tpjJy5n9Tw0psn+zYNwDMeA= + + hash2 + + L1jjUmvoV9+YypxqV/x5g2zmWp8HjChN25M7XC2Ik/Q= + + optional + + + Resources/cs.lproj/SUUpdatePermissionPrompt.nib + + hash + + IUrGm9swc2kxczVSJfk1DoYG4+E= + + hash2 + + 3fqshlqVt4Au0rkQwuDyZk2kXcQbzDpmAIela1jMFZM= + + optional + + + Resources/cs.lproj/Sparkle.strings + + hash + + 6JE9xjhtYHPDzzXXR8Mosaib/q4= + + hash2 + + +egOEAm7wKsZEYpWPMyIt3O/K3rKusLoqgRPDjTbVj0= + + optional + + + Resources/da.lproj/SUAutomaticUpdateAlert.nib + + hash + + JcbkBoaqAbti38ZgvnprHlKApaM= + + hash2 + + 8Tx6szcUTm+vw6uqug8MSj76o6Y0NWxZj36O/4aK+78= + + optional + + + Resources/da.lproj/SUUpdateAlert.nib + + hash + + uHPvWlZwF/1RJ3NvAWLSYickIGo= + + hash2 + + U2rSI49s1mY+W1bBrq5vR/Z/gANdFKYirzIbV9okbjI= + + optional + + + Resources/da.lproj/SUUpdatePermissionPrompt.nib + + hash + + 6/qWslfnU0gxK4dQNMmb7woR2p4= + + hash2 + + 2CL+z7HbYBLjjdaL6QGqB2J4vrhqAZZ6lByu+owhVAM= + + optional + + + Resources/da.lproj/Sparkle.strings + + hash + + OjB4Xa9yPARy+Ji2tdn3b+Ac0Fo= + + hash2 + + TNnVYVM/FH7RRT5MJDiudHhliKhwVdzKtoFHoaOyYNA= + + optional + + + Resources/de.lproj/SUAutomaticUpdateAlert.nib + + hash + + wY1k8r1RljpgWVfTLHBn38H7KkY= + + hash2 + + X5mJ6hlzJK+xDpsRHguRaxlasJ6lbQ0Bhg/di7fPPzM= + + optional + + + Resources/de.lproj/SUUpdateAlert.nib + + hash + + szL3mRfaNUwPQk/eBRzsYjSm5rk= + + hash2 + + QxshRGnzXlZB67ufzrV2hs6BdsgSgbIb9Vp5LU2Fgbs= + + optional + + + Resources/de.lproj/SUUpdatePermissionPrompt.nib + + hash + + O7vx9K2o2TGP7LS8abS3s3Dv8EM= + + hash2 + + tqwKGBMMjhs5ofx0EZmrvAx/fcF04DgOpvDCEXgzv5o= + + optional + + + Resources/de.lproj/Sparkle.strings + + hash + + 9TpatxKVW4B5x0nkam4LaP8YZpE= + + hash2 + + RWEMiKY073CexFxlxvRxZNV6sIGKW4o2w1zkbu84jTo= + + optional + + + Resources/el.lproj/SUAutomaticUpdateAlert.nib + + hash + + GK2CveO+qpJxjJJZax3xIoL9aJs= + + hash2 + + V7xInexRLjto+cbnF7Vn+u+PMYXs67syAsR6L/aO/Xc= + + optional + + + Resources/el.lproj/SUUpdateAlert.nib + + hash + + LeYiKwA9jFzS+/tqLJfDxX1Bkv8= + + hash2 + + 9iZwWXEPcQgZuLvLBP1jyyowxtnm2R3ZI0ce3sd9BFo= + + optional + + + Resources/el.lproj/SUUpdatePermissionPrompt.nib + + hash + + spPDg9kN8gx6lOTcFToMpISRDIc= + + hash2 + + TlkGVdfldwPHlY/f/BGBoY31YdEGoDnwu49BLFbepj8= + + optional + + + Resources/el.lproj/Sparkle.strings + + hash + + RU7Vl6NphtB/j6np3vlCOV+f3hg= + + hash2 + + k6iM4cKwuwNERro0buUXP+cC7EfqUysLG3xtqQTYd88= + + optional + + + Resources/en.lproj/SUAutomaticUpdateAlert.nib + + hash + + nKhxzXHlYy+r3kOEWt4zlKeFPcg= + + hash2 + + 3hN8D9iNRsyJbnNfjRSmsROqKSGUXoqaGCAf5teZo8k= + + optional + + + Resources/en.lproj/SUUpdateAlert.nib + + hash + + HYPllx7RKFu6cmU3SYTZBx5kOzk= + + hash2 + + Tiy9UN2W4IuGscDh6G4JAg7/OohS9x6SVOb5cJdRUL0= + + optional + + + Resources/en.lproj/SUUpdatePermissionPrompt.nib + + hash + + 820NNp4P2R9+iulqqEKDMeMOwuw= + + hash2 + + cVKhflY1l8yluAYHvkSM4PGn1Kcc+mXMVgzbQo4XYSM= + + optional + + + Resources/en.lproj/Sparkle.strings + + hash + + l89zcS7iMBHT6EWrGbWHDVntC48= + + hash2 + + NsYIQJr5hHbcZCmDpOJU7CG0gQyMCwtcCHxnVm6hX10= + + optional + + + Resources/es.lproj/SUAutomaticUpdateAlert.nib + + hash + + bRGdcs0YW5I/qnJ43qGf+QogJPI= + + hash2 + + YlKdrMPcnPvXstzFvodQGtZ5nfGt7o1Gx9wvdAOx9mU= + + optional + + + Resources/es.lproj/SUUpdateAlert.nib + + hash + + YoVHxV9wICdH/LiuvVb/aqV4sE0= + + hash2 + + djSDAr6Kejt48d7QcJEfxeqlAQ4NFp0+YaAiT8HEyFQ= + + optional + + + Resources/es.lproj/SUUpdatePermissionPrompt.nib + + hash + + TKdPY3JhzXmT++YKtJ+WbWPwYxM= + + hash2 + + jztOSzghw/DoxPvNNbeKC6K2eb1KnHoYO4Bgu7+jhZA= + + optional + + + Resources/es.lproj/Sparkle.strings + + hash + + wOQS5w7QXdkdtKNJB7rdanciR0s= + + hash2 + + Ft9c/NUFvzlK18fFR95eU9BF+WhuLxk4/mxS9Anjtgw= + + optional + + + Resources/fi.lproj/SUAutomaticUpdateAlert.nib + + hash + + lt58WtbSFdqzmmBhWnL/b1/vJZY= + + hash2 + + pEeophCzTLx3BUed7XV6VJBLATW3CH/CXp/tvm8Zi0I= + + optional + + + Resources/fi.lproj/SUUpdateAlert.nib + + hash + + vXUazuJw2TH96TbvVlzEjvZiT7E= + + hash2 + + a0JS680ZPNego+frMn1ssoaLhj8dkjD8Jq7sv9n8DCs= + + optional + + + Resources/fi.lproj/SUUpdatePermissionPrompt.nib + + hash + + z9c3Eku4MyyWoySqaWuz25xPWwU= + + hash2 + + gHV/bG6dTIw56PixQMhLuRyh+3XY9oEZaie5cXHDSOU= + + optional + + + Resources/fi.lproj/Sparkle.strings + + hash + + yd6pIoSj19HMDIUos4Td1Fch7bs= + + hash2 + + +AiiKWEdH3lesozLJBn3tfK6vi/VSI1/TnWVmIdVVsc= + + optional + + + Resources/fr.lproj/SUAutomaticUpdateAlert.nib + + hash + + GHN515Ya8Y67Lvh+58RnO+WpKX8= + + hash2 + + tTuCTip7jSnLt2GUzxyIZZZhtUnxt/nuFfzmtR2m3GY= + + optional + + + Resources/fr.lproj/SUUpdateAlert.nib + + hash + + teoPoKJbNJHKgc04eVDgnL4p0H0= + + hash2 + + KajQC5/Qna0W2F6CiUjf4nLHfbm8pLsFAcfa/w9Dmao= + + optional + + + Resources/fr.lproj/SUUpdatePermissionPrompt.nib + + hash + + OdUHvEoSfX1mDOHSQWm0ZvCwJZA= + + hash2 + + opm5binFhJDcg9SSSACdgwqoc6vRlVUhg/+HlbVD89I= + + optional + + + Resources/fr.lproj/Sparkle.strings + + hash + + y92HAeGH2U+nipQe3JclUrCK5xM= + + hash2 + + iTJwrct6/Zdwlxdm5T/GC9hA4ztJ0z5vMfrd5koPIkM= + + optional + + + Resources/fr_CA.lproj + + symlink + fr.lproj + + Resources/he.lproj/Sparkle.strings + + hash + + U2WmlYGYmeeIlSW66R8awwmNXIE= + + hash2 + + 4gUlWkwTANV/jd7n4OZoXyT8CAcgWVk/tI3a25wmuLg= + + optional + + + Resources/hr.lproj/SUAutomaticUpdateAlert.nib + + hash + + Cm5xB6CrM6wuejFT33ju6VY2HEs= + + hash2 + + u6NUXIHUOC4QR+nnnO0TNWzqyKVAGhk36r4RL/x5lOY= + + optional + + + Resources/hr.lproj/SUUpdateAlert.nib + + hash + + 7FA6to8hN/6rfeAd6TLnbFvv2x0= + + hash2 + + p5mG4KzmWxwEmY2RKS64ygf1QbiwSjqgaJW+ZhkDdE8= + + optional + + + Resources/hr.lproj/SUUpdatePermissionPrompt.nib + + hash + + WgV9dYfaL3sG5N0oKyA9QLoSNf4= + + hash2 + + UvQSP8Ko6rYFnXp4fYkIgXCQyrqNnBCTanoASHV5Yqg= + + optional + + + Resources/hr.lproj/Sparkle.strings + + hash + + cg3tRv/UshuWY4el+bbeoBZUzd4= + + hash2 + + dkl+Vn68FbdfQQMcnDHr8oXTSzW0uKtYMKZ0dTf9aC4= + + optional + + + Resources/hu.lproj/SUAutomaticUpdateAlert.nib + + hash + + Ta020ytMvdWoBGsG2ai3Kg5FiZ0= + + hash2 + + LXzGYmMQ3bUKhyjUL4uYTmYnwisy6xV+E4enW/6THvY= + + optional + + + Resources/hu.lproj/SUUpdateAlert.nib + + hash + + zBzxqJvi+M2hiCe8MmNQhU+pcnA= + + hash2 + + cCbWYOvVx75TbeKpB8B6MXJC0pIbiVG5YXFdQKqIAtw= + + optional + + + Resources/hu.lproj/SUUpdatePermissionPrompt.nib + + hash + + F80kJ3B5fIiN/fxFZKHdylm5FTw= + + hash2 + + 5jAujR4B0NFf4RTOjceH4HHOc3JEjWyPMsdFHJ3rTag= + + optional + + + Resources/hu.lproj/Sparkle.strings + + hash + + PR7CwzbW+Lh9vVOFOSEI/fShBAM= + + hash2 + + 03d0wnNZx2by2rcwyyUQp8ZbjVmAEQoBXA1HN25F7Hs= + + optional + + + Resources/is.lproj/SUAutomaticUpdateAlert.nib + + hash + + QfAiNgb7olttGvUu39P9lcmPDps= + + hash2 + + lmPDGTMjUc6vONs2PW2WD9zdwS/j62eX6QcjYbUdohs= + + optional + + + Resources/is.lproj/SUUpdateAlert.nib + + hash + + DoBtdOf/QZ/VRlI+DQTnebJFIVQ= + + hash2 + + ymL4VB3ICqkI4rRLMMMX0TCMMrKpAZLxInD51+xAjjk= + + optional + + + Resources/is.lproj/SUUpdatePermissionPrompt.nib + + hash + + z6nVKzAtorNIPYpUQqlQ0JA4xsY= + + hash2 + + 8JwNDeLmm9NTanE4uhY/oGU60cHi63CBvKARBd90nIE= + + optional + + + Resources/is.lproj/Sparkle.strings + + hash + + 8fxzD9ZhrvIZVZB1+QSJaPzg80M= + + hash2 + + xcV1yh/zU3U3TsRUT6vGybvIQitf+ThrogN/uOWmD8k= + + optional + + + Resources/it.lproj/SUAutomaticUpdateAlert.nib + + hash + + en+oVqjpH6FC14is611rMV4cDSc= + + hash2 + + moPI3y4Se4MRBj3+g8UpmQ0D8YvgOqVAemkm6rHfcv4= + + optional + + + Resources/it.lproj/SUUpdateAlert.nib + + hash + + jl9y0N6hgeMk97jXKLeXK3asoMU= + + hash2 + + X/x+ZgG3+ZYOKowPtEAb9VffsTTwMTt1ECU/j7FArnI= + + optional + + + Resources/it.lproj/SUUpdatePermissionPrompt.nib + + hash + + k3JCck2STpTl/2AIFrlZ7Tz3vfI= + + hash2 + + XMYD9aPzug1vNhlnP5L1kr53NaPKitR+AZXZ6fGEjlU= + + optional + + + Resources/it.lproj/Sparkle.strings + + hash + + KrPl3iDKA91Kcl3LXG7nUmlQ9rY= + + hash2 + + SnALHmsNWW8OuPdd4u6wTLF7MpPLJhJp//vTwuGcJpY= + + optional + + + Resources/ja.lproj/SUAutomaticUpdateAlert.nib + + hash + + 8OlMKqxDIQWHuNf2MWp9kAoYGYc= + + hash2 + + etKdel/9C6eN94+R8M/p1Ny94eKOsBOv5E3hwa1pU6g= + + optional + + + Resources/ja.lproj/SUUpdateAlert.nib + + hash + + 805CZOe5mUKZdsPmMX7GooIovYc= + + hash2 + + 75muDAj7+5lRkrOvTqquI7aUYdNF4lYJCs7gYjXjupU= + + optional + + + Resources/ja.lproj/SUUpdatePermissionPrompt.nib + + hash + + wwwG1q3BXLQocD4XHg6dezexeqI= + + hash2 + + iemi2aAyBjDpzo9IuhaDg10SkCBe3oUQdkgkaqzJ3A4= + + optional + + + Resources/ja.lproj/Sparkle.strings + + hash + + pOqMr4NLCYTsTevlFEYuB28kdvo= + + hash2 + + jnZ+6gkcjoepDpH6/BXf4i3Txhm79rLxvJeqpPqHteE= + + optional + + + Resources/ko.lproj/SUAutomaticUpdateAlert.nib + + hash + + koINYXxQauHU3LZYoDKn2pWT9hI= + + hash2 + + WOV4mgLOeHofOZr0Ms2+Kjk9iRLzM+klFFrVMGuU6Vs= + + optional + + + Resources/ko.lproj/SUUpdateAlert.nib + + hash + + 7teSE4nh94hXT1P+jp148GcIRzU= + + hash2 + + Cp8HHkv5qlucqiH2SUU1B288rL+akGsJVUYf+OCUWyA= + + optional + + + Resources/ko.lproj/SUUpdatePermissionPrompt.nib + + hash + + 1p6DXqC1bjxHg9G1ey8ujMea9d4= + + hash2 + + cLAQ2soZBfuPb8i7cP8PKwZodm03/Oi6b/B/zE3pGb8= + + optional + + + Resources/ko.lproj/Sparkle.strings + + hash + + ZiduO/QU0b+UIt/1uiR2Ltiq/nY= + + hash2 + + o5tc0FFNdGdzBM2RGpZDRFKYF7JMFNZbfPyh3Surt7c= + + optional + + + Resources/nb.lproj/SUAutomaticUpdateAlert.nib + + hash + + rAQnrkDNPgucqNN2yrVQ8JG2UA4= + + hash2 + + VXzXCNhCLQkJMwz64B8Vh31xqfk1yMl8+Jm7ka7p9rc= + + optional + + + Resources/nb.lproj/SUUpdateAlert.nib + + hash + + jlywEvuVN1J5OKNSeFcIKynN8yc= + + hash2 + + ei9iSli+r/K4jIZUAMVIlvGdFKZcHlDlE3qzlXzL+TM= + + optional + + + Resources/nb.lproj/SUUpdatePermissionPrompt.nib + + hash + + WNOPsBqyh9plEDaicddV+Hyeg70= + + hash2 + + 9qJDdCW/9ugML8yMal+aa0mQJ9AgWe3y1DsNyiLo8w8= + + optional + + + Resources/nb.lproj/Sparkle.strings + + hash + + ZdW2FCEBSCiNzzblpiVbzqOQs00= + + hash2 + + CiGpWxnyFqcL70YEaY6tZavZqd/L3I/gl/58Vf/j9ys= + + optional + + + Resources/nl.lproj/SUAutomaticUpdateAlert.nib + + hash + + 6vqQpujXZsPydnj0yg2MvD0OVDU= + + hash2 + + +BN1LB5lTjpLbuts49+Q/SgIHhjxaWMypMpJOSH8QHg= + + optional + + + Resources/nl.lproj/SUUpdateAlert.nib + + hash + + Lf46KdJAHcN67PEeHU0glQEkgcM= + + hash2 + + ETImHJcE6eY9ca+JSt5Xn8+9FG3sHHRfXvUAxzeRyGE= + + optional + + + Resources/nl.lproj/SUUpdatePermissionPrompt.nib + + hash + + ddljqD94I9mh+iBugB3arj3kTK4= + + hash2 + + 18yQ9pLXmD70zdOLf3hSvGs/O4qst4btggcVqXzNSe8= + + optional + + + Resources/nl.lproj/Sparkle.strings + + hash + + 3BsDDQcMCxtwvlr07YzTG096bmU= + + hash2 + + rOb3Gc/eTUZhs/QUuspB/stVPNkSU75vZKR5LNcdTek= + + optional + + + Resources/pl.lproj/SUAutomaticUpdateAlert.nib + + hash + + falBiLjAD9jwCRplLXt1OL5kWMQ= + + hash2 + + D6yjgK9ukgKKfSKTmNUMuDw6GRNxwyptpCgvQhadBnE= + + optional + + + Resources/pl.lproj/SUUpdateAlert.nib + + hash + + 649CLq4ceA8aiA2yAgq8HcD4+KY= + + hash2 + + +xFPhl6D9IXkhukLh2SoowFdapEmIB/IvR5FUHTjqeM= + + optional + + + Resources/pl.lproj/SUUpdatePermissionPrompt.nib + + hash + + fbmTwUag6J26eAzp0asdE40T5i0= + + hash2 + + kxyTbXtuEDozotCV5wJyNsl+xeWMRZmauGbIWVvafh4= + + optional + + + Resources/pl.lproj/Sparkle.strings + + hash + + tbKCaaSKLjvC7nDxfs/zxdO0sB0= + + hash2 + + yGt+gco6nzn7EMGrYj5QUGfy/Ax/HcMHlPi7v2gwdPk= + + optional + + + Resources/pt.lproj + + symlink + pt_BR.lproj + + Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib + + hash + + hJzRpD2eBYGDuhg/iUJcH7uB8tA= + + hash2 + + ayRMnoEnCbz2O5JTBi3Tq4dZcmOty9Ob8ACYFBqM+8Y= + + optional + + + Resources/pt_BR.lproj/SUUpdateAlert.nib + + hash + + UhY0XY+MFGYlG+Vb9gvcvhBUfsw= + + hash2 + + J5CYL4Zv4SOZ1D9uLBJLcPethIr3DkmP9uw15koeMRA= + + optional + + + Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib + + hash + + msqNUCHEFovp+Y599QV5x0+z+WI= + + hash2 + + W0kbvaZv1rkKmRX5FBYEeovyOw2HNgmF6vl32AYLHFY= + + optional + + + Resources/pt_BR.lproj/Sparkle.strings + + hash + + fCBMPEPsgJUYEr/n7SCU8YstLAs= + + hash2 + + vKlvCF9C0Tkpv05lzTmL8xZUeTclYhgm3mDU+0FCPLQ= + + optional + + + Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib + + hash + + yHDYLQbIPlI2X8rEYGY4/5LWBi4= + + hash2 + + kc/qSyrEVjU3JeWgz9DlyZvhv1Zd9aNdWg91ibHOHZo= + + optional + + + Resources/pt_PT.lproj/SUUpdateAlert.nib + + hash + + 4TaxICR2uqtxe+w9zMUv4FmnxXs= + + hash2 + + VvuvW/KIOxPSkcGaG/5A8XdfcyA9oErIfGXdxKXUnnk= + + optional + + + Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib + + hash + + s5I+D0hkqE52sejLdAafI0BjSF0= + + hash2 + + 4HphGnZI6uwazdF/35ONwir1D//rzZJe9IGYYMaaBig= + + optional + + + Resources/pt_PT.lproj/Sparkle.strings + + hash + + CzVZ2qGRE0ZQoYAFZ/C1OoqoaH8= + + hash2 + + Qedn2GikAYoVHUMFjZs4DYYZ0OLQtZKSCJTQDSb0WuE= + + optional + + + Resources/ro.lproj/SUAutomaticUpdateAlert.nib + + hash + + RhePTD+M3ZecywnXYC9skIWbNqk= + + hash2 + + U2xAy8AJDAYicEOewITFc3ABA2bCUXrZf1sDW/L7DfE= + + optional + + + Resources/ro.lproj/SUUpdateAlert.nib + + hash + + 4yC+DHk3ji+VWitTWRl+qF+nJaU= + + hash2 + + t+nLmoowr5vKV1zI+UjWKazVGmZqfZapYSPEjLn2a0s= + + optional + + + Resources/ro.lproj/SUUpdatePermissionPrompt.nib + + hash + + SAd937syHUKVCL4vDZXLjkv2owE= + + hash2 + + dI7e9ECURktpJhh8p36/nA9xtvCKCIZCIsAZNtP+LeU= + + optional + + + Resources/ro.lproj/Sparkle.strings + + hash + + DQSgRc2GsuXpDdBrs3wSPW5Y3As= + + hash2 + + HakhsVJkpV0iiAc2tmuQ/p107dUH70aWI4tutDGX5Ps= + + optional + + + Resources/ru.lproj/SUAutomaticUpdateAlert.nib + + hash + + SkSjQVxY+KHuO+GTZEt3zLEDhQk= + + hash2 + + hSSOEdI5Muv4m/DOr8FJSL3tmj2jnk3ZanpEqcXOaKU= + + optional + + + Resources/ru.lproj/SUUpdateAlert.nib + + hash + + Uc64V+ZpoA7pJ9Um3hV17os9ILM= + + hash2 + + PL1ZdQ7M1NDIliwybd21O0VA/CLuUSBo3oxRgz2JIBI= + + optional + + + Resources/ru.lproj/SUUpdatePermissionPrompt.nib + + hash + + EKYmSkQDwRcdG3GrKtDn91/ZeIc= + + hash2 + + bXsJjirVPXjDuJaAhKZwFG9ABXgFRI0X/haVazQeIRk= + + optional + + + Resources/ru.lproj/Sparkle.strings + + hash + + nm1CwJSExUzZFYaiAHF7VIkGn6I= + + hash2 + + /aioLC/IpLjhwGWWNrpmzvhFrjFcHxA6ZXtagde3rjA= + + optional + + + Resources/sk.lproj/SUAutomaticUpdateAlert.nib + + hash + + 39yerBtrGFhsyI2CwYlaTpo4oFc= + + hash2 + + fY6X6PI6faTAxzru/Vsd+MZ+s07NpOK5hqpAJA9B5Kc= + + optional + + + Resources/sk.lproj/SUUpdateAlert.nib + + hash + + em7ReM6bjWlxO4KO0ap8OA0Ct0U= + + hash2 + + Rz14ciOwjEJWlzUZfo065wtjg6g4zCI6IUbvIG5Ro2A= + + optional + + + Resources/sk.lproj/SUUpdatePermissionPrompt.nib + + hash + + WLq8WLwZ0UhsEMewFOJUGy/rbno= + + hash2 + + lsnX4RwNq38ykMkcrTfqf9wdaPFzFp349KP/eCYrf0c= + + optional + + + Resources/sk.lproj/Sparkle.strings + + hash + + /iRGi+ly+kyot+oc/hjr0ZcBShM= + + hash2 + + Dr7D2ChakP7IjzSKPULAjfQ//onLMkL0gw+yyfYjspA= + + optional + + + Resources/sl.lproj/SUAutomaticUpdateAlert.nib + + hash + + DkdFsR7oszA3NVRNwp8coxcqx30= + + hash2 + + YuWD4Y6imxivYzusTmBOZPFL0y/Rymx+sQjzdGCScIQ= + + optional + + + Resources/sl.lproj/SUUpdateAlert.nib + + hash + + y7WIZoHhjlDg9y7SoyhiewPP0og= + + hash2 + + yS6XZXJ5XGSEZdt15ut0LMTtzCAcV41xwRQ5jHYmzB8= + + optional + + + Resources/sl.lproj/SUUpdatePermissionPrompt.nib + + hash + + IMsfAmEnTg0DKWJy2T7aWpDVXmU= + + hash2 + + UQ2BfHfl1haajq3slicXLgaUpl/L0GovQuFlWw1ojMI= + + optional + + + Resources/sl.lproj/Sparkle.strings + + hash + + sATNnW+R68nq8JWI+WTAnDhypIM= + + hash2 + + TonjJQq91roqTPcD7kBKH/xsfvhc0wl3q0XBSySAu+g= + + optional + + + Resources/sv.lproj/SUAutomaticUpdateAlert.nib + + hash + + TOBuyZldMnYY7WAjwKsgfNngGzw= + + hash2 + + ytU0lwiTvfqu2GY/SV3Vg8K8gIlllBPRj1hKdSf1pOY= + + optional + + + Resources/sv.lproj/SUUpdateAlert.nib + + hash + + JqEM2KYuYzYRs1d/ZZBEIOgzz9A= + + hash2 + + k67yrGapPMumydgyz/IWoXss2I7WcQ/zsvXJIu6rJao= + + optional + + + Resources/sv.lproj/SUUpdatePermissionPrompt.nib + + hash + + Hba1IfRrlurIEeqShU3fa3b2NOk= + + hash2 + + mNSEQLu1+jeei9sWwTietSm5DDWQZp68W2VwwmRmP24= + + optional + + + Resources/sv.lproj/Sparkle.strings + + hash + + tUiNJSF7ds41OWD4IyeZogQOekk= + + hash2 + + QLVPGXWqtZ9Udh4uz+lLiX83nnDGdDM9WER9W2GBsv4= + + optional + + + Resources/th.lproj/SUAutomaticUpdateAlert.nib + + hash + + Xe4/CNqml8hXrIVGuamdbDoRLhI= + + hash2 + + jSprLiBbuFsKf2HD91F5gSCfHDGQ5rbt53RlH3iL+5I= + + optional + + + Resources/th.lproj/SUUpdateAlert.nib + + hash + + 7qb38jUasseLhMxZL9oDY/dz78A= + + hash2 + + k3h2SDY10jvUUVaRsOv9biOXsY+J5iPRMaZ/YB+7qH8= + + optional + + + Resources/th.lproj/SUUpdatePermissionPrompt.nib + + hash + + Y5Y2Xqtt/eX2BmwDr42E0zhOXBs= + + hash2 + + 0AXinw4CVb5ztJDWLszFnwSnrP51AqUaHpq2g8ndR2c= + + optional + + + Resources/th.lproj/Sparkle.strings + + hash + + xtkemLr0M1e/ZWKgA4ENtgOFXa8= + + hash2 + + fS7xcje0F0oq7sIn18SpN+cXAXCKsPBDNU/R9W3POqI= + + optional + + + Resources/tr.lproj/SUAutomaticUpdateAlert.nib + + hash + + Y5NeSxnsaC/M2zoj0FqZWTDsR+c= + + hash2 + + jgBN1TdYk2bSPwdDQUGHT2tm6hYjCdB+qxLO0saaqNY= + + optional + + + Resources/tr.lproj/SUUpdateAlert.nib + + hash + + CLyy1d1X7+RSdtHv7mLWKxBcMyE= + + hash2 + + v5+wlzlXrkZ6DxouEYdPqA2LyZfhnRtdVTtavbPeUcE= + + optional + + + Resources/tr.lproj/SUUpdatePermissionPrompt.nib + + hash + + C3lsSy0MB/EigbTwhIE1p2oZjCQ= + + hash2 + + 4lsf84hTk00JCf35Ei87oL0qDRjP+/SVsC7apNF35BY= + + optional + + + Resources/tr.lproj/Sparkle.strings + + hash + + 1ZAnkcXSiedlZc0O8oX54NwZHkA= + + hash2 + + zKHIxWlHwUZ/93ji6b0kLof1QMBjmIQGE8E5urNuTZg= + + optional + + + Resources/uk.lproj/SUAutomaticUpdateAlert.nib + + hash + + dmMc4nnq56aacVapzFYG3jHFVX8= + + hash2 + + /jVGnP5vI1y/uP0+krA52VfM/obABBC3vc3x+Eiselg= + + optional + + + Resources/uk.lproj/SUUpdateAlert.nib + + hash + + knu44G28ze1px/y4oFGNCFZPP2I= + + hash2 + + F7pNazCdjW8bvIylnsHHHohaVijnd7NICOTCzY78UIc= + + optional + + + Resources/uk.lproj/SUUpdatePermissionPrompt.nib + + hash + + wkfA4wH4NC2SqxZiQvSKxRh33ng= + + hash2 + + MVEzhnpxJ66qo4bv4uZi+w5X1tFrUEDuOFJDwDVGsRU= + + optional + + + Resources/uk.lproj/Sparkle.strings + + hash + + pZzpQkpsUENxNUOdVMiFdri0zX0= + + hash2 + + P9H3Jrk+Zyq2tenKBdBC+b9hcLg4nlIEbRlXUAN1AqA= + + optional + + + Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib + + hash + + JaVa+nFOONCOlqhkuRcMBHLko9o= + + hash2 + + TcfqSUOfq895MB0oH/1vcsQIWHaZAiQUlkvNU70kZIE= + + optional + + + Resources/zh_CN.lproj/SUUpdateAlert.nib + + hash + + 7Hl5pts66IZ2CjCulfM+kOM9/wc= + + hash2 + + +fYHPNj1T8cQXyO28+UcsvVY9QLeYE3ICpNX94kH/DE= + + optional + + + Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib + + hash + + r0OUSx+5+77QhV7WxalrGEr+N7s= + + hash2 + + AIE4ZqgaLsfxzXeMEYSBiWaPH5LQq70jDOkOVlpifB4= + + optional + + + Resources/zh_CN.lproj/Sparkle.strings + + hash + + srfTNLIFIdhNKE0yRzwEqAD7b+c= + + hash2 + + BhJKIV1dEw3kjBKsXdi9ATHVkYVIbZphZW4ZuTLUXQQ= + + optional + + + Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib + + hash + + naa+4UABTZC/NFFY2yNP2sXAz+w= + + hash2 + + Ymok2z+Q00RHNHW2eLUmWfM6m5C5NNg+efpq61NaTq0= + + optional + + + Resources/zh_TW.lproj/SUUpdateAlert.nib + + hash + + 3IjnWJ9cNzWBNJ3CEYwe7UbkW4o= + + hash2 + + kI0rJhK0Nd9w2anJufw1u/thf2cT1l3g8whKoFAL01I= + + optional + + + Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib + + hash + + yMSZqhPW5l9+cgD60ReOd4GKbto= + + hash2 + + 9k1jswGDl4ZwoPT2RcvtlixQysBhD9CiBcs1OzhDCis= + + optional + + + Resources/zh_TW.lproj/Sparkle.strings + + hash + + xTTZRp0ziBZthxP8cgRiEgxZE0U= + + hash2 + + 2aZwBp9W8BR6Tbt6hEDjm/y/vo3FGMCIQOAsclVy+kQ= + + optional + + + + 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/Pods/Sparkle/Sparkle.framework/Versions/Current b/Pods/Sparkle/Sparkle.framework/Versions/Current new file mode 120000 index 0000000..8c7e5a6 --- /dev/null +++ b/Pods/Sparkle/Sparkle.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/Pods/Sparkle/bin/BinaryDelta b/Pods/Sparkle/bin/BinaryDelta new file mode 100755 index 0000000..027882d Binary files /dev/null and b/Pods/Sparkle/bin/BinaryDelta differ diff --git a/Pods/Sparkle/bin/generate_appcast b/Pods/Sparkle/bin/generate_appcast new file mode 100755 index 0000000..d717112 Binary files /dev/null and b/Pods/Sparkle/bin/generate_appcast differ diff --git a/Pods/Sparkle/bin/generate_keys b/Pods/Sparkle/bin/generate_keys new file mode 100755 index 0000000..fd4bde0 Binary files /dev/null and b/Pods/Sparkle/bin/generate_keys differ diff --git a/Pods/Sparkle/bin/old_dsa_scripts/generate_dsa_keys_macos_10.12_only b/Pods/Sparkle/bin/old_dsa_scripts/generate_dsa_keys_macos_10.12_only new file mode 100755 index 0000000..56f195f --- /dev/null +++ b/Pods/Sparkle/bin/old_dsa_scripts/generate_dsa_keys_macos_10.12_only @@ -0,0 +1,24 @@ +#!/bin/bash +set -e +for file in "dsaparam.pem" "dsa_priv.pem" "dsa_pub.pem"; do + if [ -e "$file" ]; then + echo "There's already a $file here! Move it aside or be more careful!" + exit 1 + fi +done + +openssl="/usr/bin/openssl" +$openssl gendsa <($openssl dsaparam 2047) -out dsa_priv.pem +chmod 0400 dsa_priv.pem +$openssl dsa -in dsa_priv.pem -pubout -out dsa_pub.pem + +echo " +Generated two files: +dsa_priv.pem: your private key. Keep it secret and don't share it! +dsa_pub.pem: public counterpart to include in the app bundle. + +BACK UP YOUR PRIVATE KEY AND KEEP IT SAFE! +If you lose it, your users will be unable to upgrade! +" + +open -R dsa_priv.pem diff --git a/Pods/Sparkle/bin/old_dsa_scripts/sign_update b/Pods/Sparkle/bin/old_dsa_scripts/sign_update new file mode 100755 index 0000000..fddaae8 --- /dev/null +++ b/Pods/Sparkle/bin/old_dsa_scripts/sign_update @@ -0,0 +1,18 @@ +#!/bin/bash +set -e +set -o pipefail +if [ "$#" -ne 2 ]; then + echo "Usage: $0 update_archive_file dsa_priv.pem" + echo "This is an old DSA signing script for deprecated DSA keys." + echo "Do not use this for new applications." + exit 1 +fi +openssl=/usr/bin/openssl +version=`$openssl version` +if [[ $version =~ "OpenSSL 0.9" ]]; then + # pre-10.13 system: Fall back to OpenSSL DSS1 digest because it does not like the -sha1 option + $openssl dgst -sha1 -binary < "$1" | $openssl dgst -dss1 -sign "$2" | $openssl enc -base64 +else + # 10.13 and later: Use LibreSSL SHA1 digest + $openssl dgst -sha1 -binary < "$1" | $openssl dgst -sha1 -sign "$2" | $openssl enc -base64 +fi diff --git a/Pods/Sparkle/bin/sign_update b/Pods/Sparkle/bin/sign_update new file mode 100755 index 0000000..df8030c Binary files /dev/null and b/Pods/Sparkle/bin/sign_update differ diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-Info.plist b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.markdown b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.markdown new file mode 100644 index 0000000..9e544b0 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.markdown @@ -0,0 +1,68 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## Sparkle + +Copyright (c) 2006-2013 Andy Matuschak. +Copyright (c) 2009-2013 Elgato Systems GmbH. +Copyright (c) 2011-2014 Kornel Lesiński. +Copyright (c) 2015-2017 Mayur Pawashe. +Copyright (c) 2014 C.W. Betts. +Copyright (c) 2014 Petroules Corporation. +Copyright (c) 2014 Big Nerd Ranch. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================= +EXTERNAL LICENSES +================= + +bspatch.c and bsdiff.c, from bsdiff 4.3 : + Copyright (c) 2003-2005 Colin Percival. + +sais.c and sais.c, from sais-lite (2010/08/07) : + Copyright (c) 2008-2010 Yuta Mori. + +SUDSAVerifier.m: + Copyright (c) 2011 Mark Hamlin. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted providing that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.plist b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.plist new file mode 100644 index 0000000..3dca67d --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-acknowledgements.plist @@ -0,0 +1,100 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2006-2013 Andy Matuschak. +Copyright (c) 2009-2013 Elgato Systems GmbH. +Copyright (c) 2011-2014 Kornel Lesiński. +Copyright (c) 2015-2017 Mayur Pawashe. +Copyright (c) 2014 C.W. Betts. +Copyright (c) 2014 Petroules Corporation. +Copyright (c) 2014 Big Nerd Ranch. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================= +EXTERNAL LICENSES +================= + +bspatch.c and bsdiff.c, from bsdiff 4.3 <http://www.daemonology.net/bsdiff/>: + Copyright (c) 2003-2005 Colin Percival. + +sais.c and sais.c, from sais-lite (2010/08/07) <https://sites.google.com/site/yuta256/sais>: + Copyright (c) 2008-2010 Yuta Mori. + +SUDSAVerifier.m: + Copyright (c) 2011 Mark Hamlin. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted providing that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + License + MIT + Title + Sparkle + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-dummy.m b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-dummy.m new file mode 100644 index 0000000..7a21944 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Brooklyn : NSObject +@end +@implementation PodsDummy_Pods_Brooklyn +@end diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-frameworks.sh b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-frameworks.sh new file mode 100755 index 0000000..d8eb0a9 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-frameworks.sh @@ -0,0 +1,173 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + if [ -r "$source" ]; then + # Copy the dSYM into a the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .framework.dSYM "$source")" + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then + strip_invalid_archs "$binary" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" + fi + fi +} + +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" + install_dsym "${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" + install_dsym "${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM" +fi +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-umbrella.h b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-umbrella.h new file mode 100644 index 0000000..5d96511 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_BrooklynVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_BrooklynVersionString[]; + diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.debug.xcconfig b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.debug.xcconfig new file mode 100644 index 0000000..17b85dd --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.debug.xcconfig @@ -0,0 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' @loader_path/../Frameworks +OTHER_LDFLAGS = $(inherited) -framework "Sparkle" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.modulemap b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.modulemap new file mode 100644 index 0000000..115e934 --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Brooklyn { + umbrella header "Pods-Brooklyn-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.release.xcconfig b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.release.xcconfig new file mode 100644 index 0000000..17b85dd --- /dev/null +++ b/Pods/Target Support Files/Pods-Brooklyn/Pods-Brooklyn.release.xcconfig @@ -0,0 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' @loader_path/../Frameworks +OTHER_LDFLAGS = $(inherited) -framework "Sparkle" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-Info.plist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.markdown b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.markdown new file mode 100644 index 0000000..9e544b0 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.markdown @@ -0,0 +1,68 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## Sparkle + +Copyright (c) 2006-2013 Andy Matuschak. +Copyright (c) 2009-2013 Elgato Systems GmbH. +Copyright (c) 2011-2014 Kornel Lesiński. +Copyright (c) 2015-2017 Mayur Pawashe. +Copyright (c) 2014 C.W. Betts. +Copyright (c) 2014 Petroules Corporation. +Copyright (c) 2014 Big Nerd Ranch. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================= +EXTERNAL LICENSES +================= + +bspatch.c and bsdiff.c, from bsdiff 4.3 : + Copyright (c) 2003-2005 Colin Percival. + +sais.c and sais.c, from sais-lite (2010/08/07) : + Copyright (c) 2008-2010 Yuta Mori. + +SUDSAVerifier.m: + Copyright (c) 2011 Mark Hamlin. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted providing that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.plist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.plist new file mode 100644 index 0000000..3dca67d --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-acknowledgements.plist @@ -0,0 +1,100 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2006-2013 Andy Matuschak. +Copyright (c) 2009-2013 Elgato Systems GmbH. +Copyright (c) 2011-2014 Kornel Lesiński. +Copyright (c) 2015-2017 Mayur Pawashe. +Copyright (c) 2014 C.W. Betts. +Copyright (c) 2014 Petroules Corporation. +Copyright (c) 2014 Big Nerd Ranch. +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================= +EXTERNAL LICENSES +================= + +bspatch.c and bsdiff.c, from bsdiff 4.3 <http://www.daemonology.net/bsdiff/>: + Copyright (c) 2003-2005 Colin Percival. + +sais.c and sais.c, from sais-lite (2010/08/07) <https://sites.google.com/site/yuta256/sais>: + Copyright (c) 2008-2010 Yuta Mori. + +SUDSAVerifier.m: + Copyright (c) 2011 Mark Hamlin. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted providing that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + License + MIT + Title + Sparkle + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-dummy.m b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-dummy.m new file mode 100644 index 0000000..3c8c344 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Canvas : NSObject +@end +@implementation PodsDummy_Pods_Canvas +@end diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-input-files.xcfilelist new file mode 100644 index 0000000..924af98 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-input-files.xcfilelist @@ -0,0 +1,3 @@ +${PODS_ROOT}/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh +${PODS_ROOT}/Sparkle/Sparkle.framework +${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-output-files.xcfilelist new file mode 100644 index 0000000..cead892 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Debug-output-files.xcfilelist @@ -0,0 +1,2 @@ +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework +${DWARF_DSYM_FOLDER_PATH}/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-input-files.xcfilelist new file mode 100644 index 0000000..924af98 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-input-files.xcfilelist @@ -0,0 +1,3 @@ +${PODS_ROOT}/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh +${PODS_ROOT}/Sparkle/Sparkle.framework +${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-output-files.xcfilelist new file mode 100644 index 0000000..cead892 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks-Release-output-files.xcfilelist @@ -0,0 +1,2 @@ +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework +${DWARF_DSYM_FOLDER_PATH}/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh new file mode 100755 index 0000000..d8eb0a9 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-frameworks.sh @@ -0,0 +1,173 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + if [ -r "$source" ]; then + # Copy the dSYM into a the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .framework.dSYM "$source")" + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then + strip_invalid_archs "$binary" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" + fi + fi +} + +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" + install_dsym "${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" + install_dsym "${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM" +fi +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-umbrella.h b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-umbrella.h new file mode 100644 index 0000000..b74c5e1 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_CanvasVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_CanvasVersionString[]; + diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.debug.xcconfig b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.debug.xcconfig new file mode 100644 index 0000000..17b85dd --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.debug.xcconfig @@ -0,0 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' @loader_path/../Frameworks +OTHER_LDFLAGS = $(inherited) -framework "Sparkle" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.modulemap b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.modulemap new file mode 100644 index 0000000..a5483a0 --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Canvas { + umbrella header "Pods-Canvas-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.release.xcconfig b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.release.xcconfig new file mode 100644 index 0000000..17b85dd --- /dev/null +++ b/Pods/Target Support Files/Pods-Canvas/Pods-Canvas.release.xcconfig @@ -0,0 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' @loader_path/../Frameworks +OTHER_LDFLAGS = $(inherited) -framework "Sparkle" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Sparkle/Sparkle.xcconfig b/Pods/Target Support Files/Sparkle/Sparkle.xcconfig new file mode 100644 index 0000000..39d0b33 --- /dev/null +++ b/Pods/Target Support Files/Sparkle/Sparkle.xcconfig @@ -0,0 +1,12 @@ +CODE_SIGN_IDENTITY = +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Sparkle +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) @loader_path/../Frameworks +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Sparkle +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES