├── .gitattributes ├── .gitignore ├── LICENSE.txt ├── MessageProxy.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── Salman.xcuserdatad │ └── xcschemes │ ├── MessageProxy.xcscheme │ └── xcschememanagement.plist ├── MessageProxy.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── IDEWorkspaceChecks.plist └── xcuserdata │ └── Salman.xcuserdatad │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── MessageProxy ├── .build │ ├── repositories │ │ ├── BlueCryptor.git-2709167748876642405 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.idx │ │ │ │ │ └── pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.pack │ │ │ └── packed-refs │ │ ├── BlueSSLService.git--6577639804771281610 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-083d10d269ac106f81f1c73b66db015551b85b83.idx │ │ │ │ │ └── pack-083d10d269ac106f81f1c73b66db015551b85b83.pack │ │ │ └── packed-refs │ │ ├── BlueSocket.git-3162807777605905816 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.idx │ │ │ │ │ └── pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.pack │ │ │ └── packed-refs │ │ ├── CCurl.git-8026296523752779197 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.idx │ │ │ │ │ └── pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.pack │ │ │ └── packed-refs │ │ ├── CommonCrypto.git-1219305460334093717 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ ├── 11 │ │ │ │ │ └── 32abe2c8eb16103a7e851a831a82e3014e0227 │ │ │ │ ├── 16 │ │ │ │ │ └── 296d0800c1cbacb5ce6d22ebe84222c36f810e │ │ │ │ ├── 28 │ │ │ │ │ └── 408c862e972f332bd7c2c3d54e24b0ebd8d243 │ │ │ │ ├── 31 │ │ │ │ │ └── 7907b73ecb1137b03d0748f3a66090fee20393 │ │ │ │ ├── 45 │ │ │ │ │ └── 8c6cecd8c60c3be31b714454c6a8d43e6f4cf5 │ │ │ │ ├── 57 │ │ │ │ │ └── 0b293903ccbd3577b3eee0ec73ae2ee56443a0 │ │ │ │ ├── 92 │ │ │ │ │ └── d59c9f3cdc46ebed96bdbdc1f77bfbb12f9215 │ │ │ │ ├── 99 │ │ │ │ │ └── b87c999981229a4a421787f68d3b6e00b942eb │ │ │ │ ├── 02 │ │ │ │ │ └── a5c0520b1a0a7a6c606f0273fcd161973722fa │ │ │ │ ├── 04 │ │ │ │ │ └── 2e61d0e32b6cae5a46423c1c068486598d69f7 │ │ │ │ ├── 08 │ │ │ │ │ └── 3efb3d093e5fe7e4809b8bcccb266afd2c85e4 │ │ │ │ ├── 0a │ │ │ │ │ └── 3ccbda16a102fa76cbf82194282d57470df2ad │ │ │ │ ├── 2c │ │ │ │ │ └── 041464b74b572e4e889d264c61b514297ee476 │ │ │ │ ├── 5b │ │ │ │ │ └── 957b86ad0e2746317ebfa3166240509ba9dfff │ │ │ │ ├── 5e │ │ │ │ │ └── 5d5cebcf47a81afaa78b275a5d3d32fc31ad47 │ │ │ │ ├── 7a │ │ │ │ │ └── e75e44533e716bef0f1ca015a3b36c69f308b9 │ │ │ │ ├── 8c │ │ │ │ │ └── c89e76560340c7b98a51b6af997160db7adab5 │ │ │ │ ├── 8d │ │ │ │ │ └── ada3edaf50dbc082c9a125058f25def75e625a │ │ │ │ ├── b2 │ │ │ │ │ └── 536aca5060ab4e313d868cfc163cb47d37de02 │ │ │ │ ├── ca │ │ │ │ │ └── 10a25e1d95d91498394b22a915e211be2d83b7 │ │ │ │ ├── cd │ │ │ │ │ └── 7fa1a1a093c0f5923f4abd02d9e73a6c432026 │ │ │ │ ├── de │ │ │ │ │ └── b85b5a6ef6811587122af42ddab8d5295004fd │ │ │ │ ├── f2 │ │ │ │ │ └── 85cbe906bcd25bfd779028922331bbbfe147ba │ │ │ │ └── fd │ │ │ │ │ └── a7a1dc6a30d231901f9cfa541007b8f6671789 │ │ │ └── packed-refs │ │ ├── Kitura-WebSocket--6400284778340652195 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.idx │ │ │ │ │ └── pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.pack │ │ │ └── packed-refs │ │ ├── Kitura-net.git--7410958935072501107 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.idx │ │ │ │ │ └── pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.pack │ │ │ └── packed-refs │ │ ├── LoggerAPI.git--6449715459278086880 │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── description │ │ │ ├── hooks │ │ │ │ ├── applypatch-msg.sample │ │ │ │ ├── commit-msg.sample │ │ │ │ ├── post-update.sample │ │ │ │ ├── pre-applypatch.sample │ │ │ │ ├── pre-commit.sample │ │ │ │ ├── pre-push.sample │ │ │ │ ├── pre-rebase.sample │ │ │ │ ├── pre-receive.sample │ │ │ │ ├── prepare-commit-msg.sample │ │ │ │ └── update.sample │ │ │ ├── info │ │ │ │ └── exclude │ │ │ ├── objects │ │ │ │ └── pack │ │ │ │ │ ├── pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.idx │ │ │ │ │ └── pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.pack │ │ │ └── packed-refs │ │ └── checkouts-state.json │ └── workspace-state.json ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon.png │ │ ├── Icon256-1.png │ │ ├── Icon256.png │ │ ├── Icon512-1.png │ │ └── Icon512.png │ └── Contents.json ├── Base.lproj │ └── Main.storyboard ├── DatabseConnector.swift ├── FirebaseConnector.swift ├── FirebaseDatabaseConnector.swift ├── GoogleService-Info.plist ├── Info.plist ├── MessageProxy.entitlements ├── SocketServer.swift ├── Sources │ └── Server │ │ ├── AppDelegate.swift │ │ ├── DatabseConnector.swift │ │ ├── SocketServer.swift │ │ └── ViewController.swift ├── ViewController.swift └── messageSender.applescript ├── Podfile ├── Podfile.lock ├── Pods ├── BlueSocket │ ├── LICENSE │ ├── README.md │ └── Sources │ │ └── Socket │ │ ├── Socket.swift │ │ ├── SocketProtocols.swift │ │ └── SocketUtils.swift ├── FirebaseCommunity │ ├── Firebase │ │ ├── Auth │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ └── Source │ │ │ │ ├── AuthProviders │ │ │ │ ├── EmailPassword │ │ │ │ │ ├── FIREmailAuthProvider.m │ │ │ │ │ ├── FIREmailPasswordAuthCredential.h │ │ │ │ │ └── FIREmailPasswordAuthCredential.m │ │ │ │ ├── Facebook │ │ │ │ │ ├── FIRFacebookAuthCredential.h │ │ │ │ │ ├── FIRFacebookAuthCredential.m │ │ │ │ │ └── FIRFacebookAuthProvider.m │ │ │ │ ├── GitHub │ │ │ │ │ ├── FIRGitHubAuthCredential.h │ │ │ │ │ ├── FIRGitHubAuthCredential.m │ │ │ │ │ └── FIRGitHubAuthProvider.m │ │ │ │ ├── Google │ │ │ │ │ ├── FIRGoogleAuthCredential.h │ │ │ │ │ ├── FIRGoogleAuthCredential.m │ │ │ │ │ └── FIRGoogleAuthProvider.m │ │ │ │ ├── OAuth │ │ │ │ │ ├── FIROAuthCredential.h │ │ │ │ │ ├── FIROAuthCredential.m │ │ │ │ │ └── FIROAuthProvider.m │ │ │ │ ├── Phone │ │ │ │ │ └── FIRPhoneAuthCredential_Internal.h │ │ │ │ └── Twitter │ │ │ │ │ ├── FIRTwitterAuthCredential.h │ │ │ │ │ ├── FIRTwitterAuthCredential.m │ │ │ │ │ └── FIRTwitterAuthProvider.m │ │ │ │ ├── FIRActionCodeSettings.m │ │ │ │ ├── FIRAdditionalUserInfo.m │ │ │ │ ├── FIRAdditionalUserInfo_Internal.h │ │ │ │ ├── FIRAuth.m │ │ │ │ ├── FIRAuthAppCredential.h │ │ │ │ ├── FIRAuthAppCredential.m │ │ │ │ ├── FIRAuthCredential.m │ │ │ │ ├── FIRAuthCredential_Internal.h │ │ │ │ ├── FIRAuthDataResult.m │ │ │ │ ├── FIRAuthDataResult_Internal.h │ │ │ │ ├── FIRAuthDispatcher.h │ │ │ │ ├── FIRAuthDispatcher.m │ │ │ │ ├── FIRAuthErrorUtils.h │ │ │ │ ├── FIRAuthErrorUtils.m │ │ │ │ ├── FIRAuthExceptionUtils.h │ │ │ │ ├── FIRAuthExceptionUtils.m │ │ │ │ ├── FIRAuthGlobalWorkQueue.h │ │ │ │ ├── FIRAuthGlobalWorkQueue.m │ │ │ │ ├── FIRAuthInternalErrors.h │ │ │ │ ├── FIRAuthKeychain.h │ │ │ │ ├── FIRAuthKeychain.m │ │ │ │ ├── FIRAuthOperationType.h │ │ │ │ ├── FIRAuthProvider.m │ │ │ │ ├── FIRAuthSerialTaskQueue.h │ │ │ │ ├── FIRAuthSerialTaskQueue.m │ │ │ │ ├── FIRAuthUserDefaultsStorage.h │ │ │ │ ├── FIRAuthUserDefaultsStorage.m │ │ │ │ ├── FIRAuth_Internal.h │ │ │ │ ├── FIRSecureTokenService.h │ │ │ │ ├── FIRSecureTokenService.m │ │ │ │ ├── FIRUser.m │ │ │ │ ├── FIRUserInfoImpl.h │ │ │ │ ├── FIRUserInfoImpl.m │ │ │ │ ├── FIRUserMetadata.m │ │ │ │ ├── FIRUserMetadata_Internal.h │ │ │ │ ├── FIRUser_Internal.h │ │ │ │ ├── FirebaseAuthVersion.m │ │ │ │ ├── Public │ │ │ │ ├── FIRActionCodeSettings.h │ │ │ │ ├── FIRAdditionalUserInfo.h │ │ │ │ ├── FIRAuth.h │ │ │ │ ├── FIRAuthCredential.h │ │ │ │ ├── FIRAuthDataResult.h │ │ │ │ ├── FIRAuthErrors.h │ │ │ │ ├── FIRAuthSwiftNameSupport.h │ │ │ │ ├── FIREmailAuthProvider.h │ │ │ │ ├── FIRFacebookAuthProvider.h │ │ │ │ ├── FIRGitHubAuthProvider.h │ │ │ │ ├── FIRGoogleAuthProvider.h │ │ │ │ ├── FIROAuthProvider.h │ │ │ │ ├── FIRTwitterAuthProvider.h │ │ │ │ ├── FIRUser.h │ │ │ │ ├── FIRUserInfo.h │ │ │ │ ├── FIRUserMetadata.h │ │ │ │ ├── FirebaseAuth.h │ │ │ │ └── FirebaseAuthVersion.h │ │ │ │ └── RPCs │ │ │ │ ├── FIRAuthBackend.h │ │ │ │ ├── FIRAuthBackend.m │ │ │ │ ├── FIRAuthRPCRequest.h │ │ │ │ ├── FIRAuthRPCResponse.h │ │ │ │ ├── FIRAuthRequestConfiguration.h │ │ │ │ ├── FIRAuthRequestConfiguration.m │ │ │ │ ├── FIRCreateAuthURIRequest.h │ │ │ │ ├── FIRCreateAuthURIRequest.m │ │ │ │ ├── FIRCreateAuthURIResponse.h │ │ │ │ ├── FIRCreateAuthURIResponse.m │ │ │ │ ├── FIRDeleteAccountRequest.h │ │ │ │ ├── FIRDeleteAccountRequest.m │ │ │ │ ├── FIRDeleteAccountResponse.h │ │ │ │ ├── FIRDeleteAccountResponse.m │ │ │ │ ├── FIRGetAccountInfoRequest.h │ │ │ │ ├── FIRGetAccountInfoRequest.m │ │ │ │ ├── FIRGetAccountInfoResponse.h │ │ │ │ ├── FIRGetAccountInfoResponse.m │ │ │ │ ├── FIRGetOOBConfirmationCodeRequest.h │ │ │ │ ├── FIRGetOOBConfirmationCodeRequest.m │ │ │ │ ├── FIRGetOOBConfirmationCodeResponse.h │ │ │ │ ├── FIRGetOOBConfirmationCodeResponse.m │ │ │ │ ├── FIRGetProjectConfigRequest.h │ │ │ │ ├── FIRGetProjectConfigRequest.m │ │ │ │ ├── FIRGetProjectConfigResponse.h │ │ │ │ ├── FIRGetProjectConfigResponse.m │ │ │ │ ├── FIRIdentityToolkitRequest.h │ │ │ │ ├── FIRIdentityToolkitRequest.m │ │ │ │ ├── FIRResetPasswordRequest.h │ │ │ │ ├── FIRResetPasswordRequest.m │ │ │ │ ├── FIRResetPasswordResponse.h │ │ │ │ ├── FIRResetPasswordResponse.m │ │ │ │ ├── FIRSecureTokenRequest.h │ │ │ │ ├── FIRSecureTokenRequest.m │ │ │ │ ├── FIRSecureTokenResponse.h │ │ │ │ ├── FIRSecureTokenResponse.m │ │ │ │ ├── FIRSendVerificationCodeRequest.h │ │ │ │ ├── FIRSendVerificationCodeRequest.m │ │ │ │ ├── FIRSendVerificationCodeResponse.h │ │ │ │ ├── FIRSendVerificationCodeResponse.m │ │ │ │ ├── FIRSetAccountInfoRequest.h │ │ │ │ ├── FIRSetAccountInfoRequest.m │ │ │ │ ├── FIRSetAccountInfoResponse.h │ │ │ │ ├── FIRSetAccountInfoResponse.m │ │ │ │ ├── FIRSignUpNewUserRequest.h │ │ │ │ ├── FIRSignUpNewUserRequest.m │ │ │ │ ├── FIRSignUpNewUserResponse.h │ │ │ │ ├── FIRSignUpNewUserResponse.m │ │ │ │ ├── FIRVerifyAssertionRequest.h │ │ │ │ ├── FIRVerifyAssertionRequest.m │ │ │ │ ├── FIRVerifyAssertionResponse.h │ │ │ │ ├── FIRVerifyAssertionResponse.m │ │ │ │ ├── FIRVerifyClientRequest.h │ │ │ │ ├── FIRVerifyClientRequest.m │ │ │ │ ├── FIRVerifyClientResponse.h │ │ │ │ ├── FIRVerifyClientResponse.m │ │ │ │ ├── FIRVerifyCustomTokenRequest.h │ │ │ │ ├── FIRVerifyCustomTokenRequest.m │ │ │ │ ├── FIRVerifyCustomTokenResponse.h │ │ │ │ ├── FIRVerifyCustomTokenResponse.m │ │ │ │ ├── FIRVerifyPasswordRequest.h │ │ │ │ ├── FIRVerifyPasswordRequest.m │ │ │ │ ├── FIRVerifyPasswordResponse.h │ │ │ │ ├── FIRVerifyPasswordResponse.m │ │ │ │ ├── FIRVerifyPhoneNumberRequest.h │ │ │ │ ├── FIRVerifyPhoneNumberRequest.m │ │ │ │ ├── FIRVerifyPhoneNumberResponse.h │ │ │ │ └── FIRVerifyPhoneNumberResponse.m │ │ ├── Core │ │ │ ├── FIRAnalyticsConfiguration.m │ │ │ ├── FIRApp.m │ │ │ ├── FIRAppAssociationRegistration.m │ │ │ ├── FIRBundleUtil.m │ │ │ ├── FIRConfiguration.m │ │ │ ├── FIRErrors.m │ │ │ ├── FIRLogger.m │ │ │ ├── FIRMutableDictionary.m │ │ │ ├── FIRNetwork.m │ │ │ ├── FIRNetworkConstants.m │ │ │ ├── FIRNetworkURLSession.m │ │ │ ├── FIROptions.m │ │ │ ├── FIRReachabilityChecker.m │ │ │ ├── FIRURLSchemeUtil.m │ │ │ ├── Private │ │ │ │ ├── FIRAnalyticsConfiguration+Internal.h │ │ │ │ ├── FIRAppAssociationRegistration.h │ │ │ │ ├── FIRAppInternal.h │ │ │ │ ├── FIRBundleUtil.h │ │ │ │ ├── FIRErrorCode.h │ │ │ │ ├── FIRErrors.h │ │ │ │ ├── FIRLogger.h │ │ │ │ ├── FIRMutableDictionary.h │ │ │ │ ├── FIRNetwork.h │ │ │ │ ├── FIRNetworkConstants.h │ │ │ │ ├── FIRNetworkLoggerProtocol.h │ │ │ │ ├── FIRNetworkMessageCode.h │ │ │ │ ├── FIRNetworkURLSession.h │ │ │ │ ├── FIROptionsInternal.h │ │ │ │ ├── FIRReachabilityChecker+Internal.h │ │ │ │ ├── FIRReachabilityChecker.h │ │ │ │ └── FIRURLSchemeUtil.h │ │ │ ├── Public │ │ │ │ ├── FIRAnalyticsConfiguration.h │ │ │ │ ├── FIRApp.h │ │ │ │ ├── FIRConfiguration.h │ │ │ │ ├── FIRCoreSwiftNameSupport.h │ │ │ │ ├── FIRLoggerLevel.h │ │ │ │ ├── FIROptions.h │ │ │ │ └── FirebaseCore.h │ │ │ └── third_party │ │ │ │ ├── FIRAppEnvironmentUtil.h │ │ │ │ └── FIRAppEnvironmentUtil.m │ │ ├── Database │ │ │ ├── Api │ │ │ │ ├── FIRDataSnapshot.m │ │ │ │ ├── FIRDatabase.m │ │ │ │ ├── FIRDatabaseConfig.h │ │ │ │ ├── FIRDatabaseConfig.m │ │ │ │ ├── FIRDatabaseQuery.m │ │ │ │ ├── FIRMutableData.m │ │ │ │ ├── FIRServerValue.m │ │ │ │ ├── FIRTransactionResult.m │ │ │ │ └── Private │ │ │ │ │ ├── FIRDataSnapshot_Private.h │ │ │ │ │ ├── FIRDatabaseQuery_Private.h │ │ │ │ │ ├── FIRDatabaseReference_Private.h │ │ │ │ │ ├── FIRDatabase_Private.h │ │ │ │ │ ├── FIRMutableData_Private.h │ │ │ │ │ ├── FIRTransactionResult_Private.h │ │ │ │ │ └── FTypedefs_Private.h │ │ │ ├── Constants │ │ │ │ ├── FConstants.h │ │ │ │ └── FConstants.m │ │ │ ├── Core │ │ │ │ ├── FCompoundHash.h │ │ │ │ ├── FCompoundHash.m │ │ │ │ ├── FListenProvider.h │ │ │ │ ├── FListenProvider.m │ │ │ │ ├── FPersistentConnection.h │ │ │ │ ├── FPersistentConnection.m │ │ │ │ ├── FQueryParams.h │ │ │ │ ├── FQueryParams.m │ │ │ │ ├── FQuerySpec.h │ │ │ │ ├── FQuerySpec.m │ │ │ │ ├── FRangeMerge.h │ │ │ │ ├── FRangeMerge.m │ │ │ │ ├── FRepo.h │ │ │ │ ├── FRepo.m │ │ │ │ ├── FRepoInfo.h │ │ │ │ ├── FRepoInfo.m │ │ │ │ ├── FRepoManager.h │ │ │ │ ├── FRepoManager.m │ │ │ │ ├── FRepo_Private.h │ │ │ │ ├── FServerValues.h │ │ │ │ ├── FServerValues.m │ │ │ │ ├── FSnapshotHolder.h │ │ │ │ ├── FSnapshotHolder.m │ │ │ │ ├── FSparseSnapshotTree.h │ │ │ │ ├── FSparseSnapshotTree.m │ │ │ │ ├── FSyncPoint.h │ │ │ │ ├── FSyncPoint.m │ │ │ │ ├── FSyncTree.h │ │ │ │ ├── FSyncTree.m │ │ │ │ ├── FWriteRecord.h │ │ │ │ ├── FWriteRecord.m │ │ │ │ ├── FWriteTree.h │ │ │ │ ├── FWriteTree.m │ │ │ │ ├── FWriteTreeRef.h │ │ │ │ ├── FWriteTreeRef.m │ │ │ │ ├── Operation │ │ │ │ │ ├── FAckUserWrite.h │ │ │ │ │ ├── FAckUserWrite.m │ │ │ │ │ ├── FMerge.h │ │ │ │ │ ├── FMerge.m │ │ │ │ │ ├── FOperation.h │ │ │ │ │ ├── FOperationSource.h │ │ │ │ │ ├── FOperationSource.m │ │ │ │ │ ├── FOverwrite.h │ │ │ │ │ └── FOverwrite.m │ │ │ │ ├── Utilities │ │ │ │ │ ├── FIRRetryHelper.h │ │ │ │ │ ├── FIRRetryHelper.m │ │ │ │ │ ├── FImmutableTree.h │ │ │ │ │ ├── FImmutableTree.m │ │ │ │ │ ├── FPath.h │ │ │ │ │ ├── FPath.m │ │ │ │ │ ├── FTree.h │ │ │ │ │ ├── FTree.m │ │ │ │ │ ├── FTreeNode.h │ │ │ │ │ └── FTreeNode.m │ │ │ │ └── View │ │ │ │ │ ├── FCacheNode.h │ │ │ │ │ ├── FCacheNode.m │ │ │ │ │ ├── FCancelEvent.h │ │ │ │ │ ├── FCancelEvent.m │ │ │ │ │ ├── FChange.h │ │ │ │ │ ├── FChange.m │ │ │ │ │ ├── FChildEventRegistration.h │ │ │ │ │ ├── FChildEventRegistration.m │ │ │ │ │ ├── FDataEvent.h │ │ │ │ │ ├── FDataEvent.m │ │ │ │ │ ├── FEvent.h │ │ │ │ │ ├── FEventRaiser.h │ │ │ │ │ ├── FEventRaiser.m │ │ │ │ │ ├── FEventRegistration.h │ │ │ │ │ ├── FKeepSyncedEventRegistration.h │ │ │ │ │ ├── FKeepSyncedEventRegistration.m │ │ │ │ │ ├── FValueEventRegistration.h │ │ │ │ │ ├── FValueEventRegistration.m │ │ │ │ │ ├── FView.h │ │ │ │ │ ├── FView.m │ │ │ │ │ ├── FViewCache.h │ │ │ │ │ ├── FViewCache.m │ │ │ │ │ └── Filter │ │ │ │ │ ├── FChildChangeAccumulator.h │ │ │ │ │ ├── FChildChangeAccumulator.m │ │ │ │ │ ├── FCompleteChildSource.h │ │ │ │ │ ├── FIndexedFilter.h │ │ │ │ │ ├── FIndexedFilter.m │ │ │ │ │ ├── FLimitedFilter.h │ │ │ │ │ ├── FLimitedFilter.m │ │ │ │ │ └── FNodeFilter.h │ │ │ ├── FClock.h │ │ │ ├── FClock.m │ │ │ ├── FEventGenerator.h │ │ │ ├── FEventGenerator.m │ │ │ ├── FIRDatabaseConfig_Private.h │ │ │ ├── FIRDatabaseReference.m │ │ │ ├── FIndex.h │ │ │ ├── FIndex.m │ │ │ ├── FKeyIndex.h │ │ │ ├── FKeyIndex.m │ │ │ ├── FListenComplete.h │ │ │ ├── FListenComplete.m │ │ │ ├── FMaxNode.h │ │ │ ├── FMaxNode.m │ │ │ ├── FNamedNode.h │ │ │ ├── FNamedNode.m │ │ │ ├── FPathIndex.h │ │ │ ├── FPathIndex.m │ │ │ ├── FPriorityIndex.h │ │ │ ├── FPriorityIndex.m │ │ │ ├── FRangedFilter.h │ │ │ ├── FRangedFilter.m │ │ │ ├── FTransformedEnumerator.h │ │ │ ├── FTransformedEnumerator.m │ │ │ ├── FValueIndex.h │ │ │ ├── FValueIndex.m │ │ │ ├── FViewProcessor.h │ │ │ ├── FViewProcessor.m │ │ │ ├── FViewProcessorResult.h │ │ │ ├── FViewProcessorResult.m │ │ │ ├── Login │ │ │ │ ├── FAuthTokenProvider.h │ │ │ │ ├── FAuthTokenProvider.m │ │ │ │ ├── FIRNoopAuthTokenProvider.h │ │ │ │ └── FIRNoopAuthTokenProvider.m │ │ │ ├── Persistence │ │ │ │ ├── FCachePolicy.h │ │ │ │ ├── FCachePolicy.m │ │ │ │ ├── FLevelDBStorageEngine.h │ │ │ │ ├── FLevelDBStorageEngine.m │ │ │ │ ├── FPendingPut.h │ │ │ │ ├── FPendingPut.m │ │ │ │ ├── FPersistenceManager.h │ │ │ │ ├── FPersistenceManager.m │ │ │ │ ├── FPruneForest.h │ │ │ │ ├── FPruneForest.m │ │ │ │ ├── FStorageEngine.h │ │ │ │ ├── FTrackedQuery.h │ │ │ │ ├── FTrackedQuery.m │ │ │ │ ├── FTrackedQueryManager.h │ │ │ │ └── FTrackedQueryManager.m │ │ │ ├── Public │ │ │ │ ├── FIRDataEventType.h │ │ │ │ ├── FIRDataSnapshot.h │ │ │ │ ├── FIRDatabase.h │ │ │ │ ├── FIRDatabaseQuery.h │ │ │ │ ├── FIRDatabaseReference.h │ │ │ │ ├── FIRDatabaseSwiftNameSupport.h │ │ │ │ ├── FIRMutableData.h │ │ │ │ ├── FIRServerValue.h │ │ │ │ ├── FIRTransactionResult.h │ │ │ │ └── FirebaseDatabase.h │ │ │ ├── Realtime │ │ │ │ ├── FConnection.h │ │ │ │ ├── FConnection.m │ │ │ │ ├── FWebSocketConnection.h │ │ │ │ └── FWebSocketConnection.m │ │ │ ├── Snapshot │ │ │ │ ├── FChildrenNode.h │ │ │ │ ├── FChildrenNode.m │ │ │ │ ├── FCompoundWrite.h │ │ │ │ ├── FCompoundWrite.m │ │ │ │ ├── FEmptyNode.h │ │ │ │ ├── FEmptyNode.m │ │ │ │ ├── FIndexedNode.h │ │ │ │ ├── FIndexedNode.m │ │ │ │ ├── FLeafNode.h │ │ │ │ ├── FLeafNode.m │ │ │ │ ├── FNode.h │ │ │ │ ├── FSnapshotUtilities.h │ │ │ │ └── FSnapshotUtilities.m │ │ │ ├── Utilities │ │ │ │ ├── FAtomicNumber.h │ │ │ │ ├── FAtomicNumber.m │ │ │ │ ├── FEventEmitter.h │ │ │ │ ├── FEventEmitter.m │ │ │ │ ├── FNextPushId.h │ │ │ │ ├── FNextPushId.m │ │ │ │ ├── FParsedUrl.h │ │ │ │ ├── FParsedUrl.m │ │ │ │ ├── FStringUtilities.h │ │ │ │ ├── FStringUtilities.m │ │ │ │ ├── FTypedefs.h │ │ │ │ ├── FUtilities.h │ │ │ │ ├── FUtilities.m │ │ │ │ ├── FValidation.h │ │ │ │ ├── FValidation.m │ │ │ │ ├── NSString+FURLUtils.h │ │ │ │ ├── NSString+FURLUtils.m │ │ │ │ └── Tuples │ │ │ │ │ ├── FTupleBoolBlock.h │ │ │ │ │ ├── FTupleBoolBlock.m │ │ │ │ │ ├── FTupleCallbackStatus.h │ │ │ │ │ ├── FTupleCallbackStatus.m │ │ │ │ │ ├── FTupleFirebase.h │ │ │ │ │ ├── FTupleFirebase.m │ │ │ │ │ ├── FTupleNodePath.h │ │ │ │ │ ├── FTupleNodePath.m │ │ │ │ │ ├── FTupleObjectNode.h │ │ │ │ │ ├── FTupleObjectNode.m │ │ │ │ │ ├── FTupleObjects.h │ │ │ │ │ ├── FTupleObjects.m │ │ │ │ │ ├── FTupleOnDisconnect.h │ │ │ │ │ ├── FTupleOnDisconnect.m │ │ │ │ │ ├── FTuplePathValue.h │ │ │ │ │ ├── FTuplePathValue.m │ │ │ │ │ ├── FTupleRemovedQueriesEvents.h │ │ │ │ │ ├── FTupleRemovedQueriesEvents.m │ │ │ │ │ ├── FTupleSetIdPath.h │ │ │ │ │ ├── FTupleSetIdPath.m │ │ │ │ │ ├── FTupleStringNode.h │ │ │ │ │ ├── FTupleStringNode.m │ │ │ │ │ ├── FTupleTSN.h │ │ │ │ │ ├── FTupleTSN.m │ │ │ │ │ ├── FTupleTransaction.h │ │ │ │ │ ├── FTupleTransaction.m │ │ │ │ │ ├── FTupleUserCallback.h │ │ │ │ │ └── FTupleUserCallback.m │ │ │ └── third_party │ │ │ │ ├── FImmutableSortedDictionary │ │ │ │ └── FImmutableSortedDictionary │ │ │ │ │ ├── FArraySortedDictionary.h │ │ │ │ │ ├── FArraySortedDictionary.m │ │ │ │ │ ├── FImmutableSortedDictionary.h │ │ │ │ │ ├── FImmutableSortedDictionary.m │ │ │ │ │ ├── FImmutableSortedSet.h │ │ │ │ │ ├── FImmutableSortedSet.m │ │ │ │ │ ├── FLLRBEmptyNode.h │ │ │ │ │ ├── FLLRBEmptyNode.m │ │ │ │ │ ├── FLLRBNode.h │ │ │ │ │ ├── FLLRBValueNode.h │ │ │ │ │ ├── FLLRBValueNode.m │ │ │ │ │ ├── FTreeSortedDictionary.h │ │ │ │ │ ├── FTreeSortedDictionary.m │ │ │ │ │ ├── FTreeSortedDictionaryEnumerator.h │ │ │ │ │ └── FTreeSortedDictionaryEnumerator.m │ │ │ │ ├── SocketRocket │ │ │ │ ├── FSRWebSocket.h │ │ │ │ ├── FSRWebSocket.m │ │ │ │ ├── NSData+SRB64Additions.h │ │ │ │ ├── NSData+SRB64Additions.m │ │ │ │ ├── fbase64.c │ │ │ │ └── fbase64.h │ │ │ │ └── Wrap-leveldb │ │ │ │ ├── APLevelDB.h │ │ │ │ └── APLevelDB.mm │ │ └── Firebase │ │ │ ├── FirebaseCommunity.h │ │ │ └── module.modulemap │ ├── LICENSE │ └── README.md ├── GCDWebServer │ ├── GCDWebServer │ │ ├── Core │ │ │ ├── GCDWebServer.h │ │ │ ├── GCDWebServer.m │ │ │ ├── GCDWebServerConnection.h │ │ │ ├── GCDWebServerConnection.m │ │ │ ├── GCDWebServerFunctions.h │ │ │ ├── GCDWebServerFunctions.m │ │ │ ├── GCDWebServerHTTPStatusCodes.h │ │ │ ├── GCDWebServerPrivate.h │ │ │ ├── GCDWebServerRequest.h │ │ │ ├── GCDWebServerRequest.m │ │ │ ├── GCDWebServerResponse.h │ │ │ └── GCDWebServerResponse.m │ │ ├── Requests │ │ │ ├── GCDWebServerDataRequest.h │ │ │ ├── GCDWebServerDataRequest.m │ │ │ ├── GCDWebServerFileRequest.h │ │ │ ├── GCDWebServerFileRequest.m │ │ │ ├── GCDWebServerMultiPartFormRequest.h │ │ │ ├── GCDWebServerMultiPartFormRequest.m │ │ │ ├── GCDWebServerURLEncodedFormRequest.h │ │ │ └── GCDWebServerURLEncodedFormRequest.m │ │ └── Responses │ │ │ ├── GCDWebServerDataResponse.h │ │ │ ├── GCDWebServerDataResponse.m │ │ │ ├── GCDWebServerErrorResponse.h │ │ │ ├── GCDWebServerErrorResponse.m │ │ │ ├── GCDWebServerFileResponse.h │ │ │ ├── GCDWebServerFileResponse.m │ │ │ ├── GCDWebServerStreamedResponse.h │ │ │ └── GCDWebServerStreamedResponse.m │ ├── LICENSE │ └── README.md ├── GRDB.swift │ ├── GRDB │ │ ├── Core │ │ │ ├── Configuration.swift │ │ │ ├── Cursor.swift │ │ │ ├── Database.swift │ │ │ ├── DatabaseError.swift │ │ │ ├── DatabaseFunction.swift │ │ │ ├── DatabasePool.swift │ │ │ ├── DatabaseQueue.swift │ │ │ ├── DatabaseReader.swift │ │ │ ├── DatabaseSchemaCache.swift │ │ │ ├── DatabaseValue.swift │ │ │ ├── DatabaseValueConvertible.swift │ │ │ ├── DatabaseWriter.swift │ │ │ ├── Request.swift │ │ │ ├── Row.swift │ │ │ ├── RowAdapter.swift │ │ │ ├── SchedulingWatchdog.swift │ │ │ ├── SerializedDatabase.swift │ │ │ ├── Statement.swift │ │ │ ├── StatementColumnConvertible.swift │ │ │ └── Support │ │ │ │ ├── CoreGraphics │ │ │ │ └── CGFloat.swift │ │ │ │ ├── Foundation │ │ │ │ ├── Data.swift │ │ │ │ ├── DatabaseDateComponents.swift │ │ │ │ ├── DatabaseValueConvertible+ReferenceConvertible.swift │ │ │ │ ├── Date.swift │ │ │ │ ├── NSData.swift │ │ │ │ ├── NSNull.swift │ │ │ │ ├── NSNumber.swift │ │ │ │ ├── NSString.swift │ │ │ │ ├── URL.swift │ │ │ │ └── UUID.swift │ │ │ │ └── StandardLibrary │ │ │ │ ├── DatabaseValueConvertible+Decodable.swift │ │ │ │ ├── DatabaseValueConvertible+Encodable.swift │ │ │ │ ├── DatabaseValueConvertible+RawRepresentable.swift │ │ │ │ └── StandardLibrary.swift │ │ ├── FTS │ │ │ ├── FTS3.swift │ │ │ ├── FTS3Pattern.swift │ │ │ ├── FTS3TokenizerDescriptor.swift │ │ │ ├── FTS4.swift │ │ │ ├── FTS5.swift │ │ │ ├── FTS5CustomTokenizer.swift │ │ │ ├── FTS5Pattern.swift │ │ │ ├── FTS5Tokenizer.swift │ │ │ ├── FTS5TokenizerDescriptor.swift │ │ │ └── FTS5WrapperTokenizer.swift │ │ ├── Legacy │ │ │ ├── Fixits-0-84-0.swift │ │ │ ├── Fixits-0-90-1.swift │ │ │ ├── Fixits-0.101.1.swift │ │ │ ├── Fixits-0.102.0.swift │ │ │ ├── Fixits-0.109.0.swift │ │ │ ├── Fixits-1.2.swift │ │ │ └── Fixits-Swift2.swift │ │ ├── Migration │ │ │ ├── DatabaseMigrator.swift │ │ │ └── Migration.swift │ │ ├── QueryInterface │ │ │ ├── Column.swift │ │ │ ├── FTS3+QueryInterfaceRequest.swift │ │ │ ├── FTS5+QueryInterface.swift │ │ │ ├── QueryInterfaceRequest.swift │ │ │ ├── QueryInterfaceSelectQueryDefinition.swift │ │ │ ├── SQLCollatedExpression.swift │ │ │ ├── SQLCollection.swift │ │ │ ├── SQLExpressible.swift │ │ │ ├── SQLExpression+QueryInterface.swift │ │ │ ├── SQLExpression.swift │ │ │ ├── SQLOrdering.swift │ │ │ ├── SQLSelectable+QueryInterface.swift │ │ │ ├── SQLSelectable.swift │ │ │ ├── SQLSpecificExpressible+QueryInterface.swift │ │ │ ├── Support │ │ │ │ ├── SQLFunctions.swift │ │ │ │ └── SQLOperators.swift │ │ │ ├── TableDefinition.swift │ │ │ └── VirtualTableModule.swift │ │ ├── Record │ │ │ ├── FetchedRecordsController.swift │ │ │ ├── Persistable+Encodable.swift │ │ │ ├── Persistable.swift │ │ │ ├── Record.swift │ │ │ ├── RowConvertible+Decodable.swift │ │ │ ├── RowConvertible+TableMapping.swift │ │ │ ├── RowConvertible.swift │ │ │ └── TableMapping.swift │ │ └── Utils │ │ │ ├── Pool.swift │ │ │ ├── ReadWriteBox.swift │ │ │ ├── Result.swift │ │ │ └── Utils.swift │ ├── LICENSE │ ├── README.md │ └── Support │ │ ├── GRDB-Bridging.h │ │ ├── GRDB.h │ │ ├── grdb_config.h │ │ └── module.modulemap ├── GTMSessionFetcher │ ├── LICENSE │ ├── README.md │ └── Source │ │ ├── GTMSessionFetcher.h │ │ ├── GTMSessionFetcher.m │ │ ├── GTMSessionFetcherLogging.h │ │ ├── GTMSessionFetcherLogging.m │ │ ├── GTMSessionFetcherService.h │ │ ├── GTMSessionFetcherService.m │ │ ├── GTMSessionUploadFetcher.h │ │ └── GTMSessionUploadFetcher.m ├── GoogleToolboxForMac │ ├── DebugUtils │ │ ├── GTMDebugSelectorValidation.h │ │ ├── GTMDebugThreadValidation.h │ │ └── GTMMethodCheck.h │ ├── Foundation │ │ ├── GTMNSData+zlib.h │ │ ├── GTMNSData+zlib.m │ │ ├── GTMNSDictionary+URLArguments.h │ │ ├── GTMNSDictionary+URLArguments.m │ │ ├── GTMNSString+URLArguments.h │ │ └── GTMNSString+URLArguments.m │ ├── GTMDefines.h │ ├── LICENSE │ └── README.md ├── Manifest.lock ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── Salman.xcuserdatad │ │ └── xcschemes │ │ ├── BlueSocket.xcscheme │ │ ├── FirebaseCommunity.xcscheme │ │ ├── GCDWebServer.xcscheme │ │ ├── GRDB.swift.xcscheme │ │ ├── GTMSessionFetcher.xcscheme │ │ ├── GoogleToolboxForMac.xcscheme │ │ ├── Pods-MessageProxy.xcscheme │ │ ├── leveldb-library.xcscheme │ │ └── xcschememanagement.plist ├── Sparkle │ ├── LICENSE │ ├── Sparkle.framework.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── Sparkle │ ├── Sparkle.framework │ │ ├── Headers │ │ ├── Modules │ │ ├── PrivateHeaders │ │ ├── Resources │ │ ├── Sparkle │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── SUAppcast.h │ │ │ │ ├── SUAppcastItem.h │ │ │ │ ├── SUErrors.h │ │ │ │ ├── SUExport.h │ │ │ │ ├── SUStandardVersionComparator.h │ │ │ │ ├── SUUpdater.h │ │ │ │ ├── SUUpdaterDelegate.h │ │ │ │ ├── SUVersionComparisonProtocol.h │ │ │ │ ├── SUVersionDisplayProtocol.h │ │ │ │ └── Sparkle.h │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ ├── PrivateHeaders │ │ │ │ └── SUUnarchiver.h │ │ │ ├── Resources │ │ │ │ ├── Autoupdate.app │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ ├── Autoupdate │ │ │ │ │ │ └── fileop │ │ │ │ │ │ ├── PkgInfo │ │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── AppIcon.icns │ │ │ │ │ │ ├── SUStatus.nib │ │ │ │ │ │ ├── ar.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ca.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── cs.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── da.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── el.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── fi.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── he.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── is.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── nb.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pt_BR.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ro.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sk.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── th.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── tr.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ └── zh_TW.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── Info.plist │ │ │ │ ├── SUModelTranslation.plist │ │ │ │ ├── SUStatus.nib │ │ │ │ ├── ar.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ca.lproj │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── cs.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── da.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── de.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── el.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── es.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fr_CA.lproj │ │ │ │ ├── he.lproj │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── is.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── it.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── nb.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pt.lproj │ │ │ │ ├── pt_BR.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ro.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sk.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── th.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ └── zh_TW.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ └── Sparkle │ │ │ └── Current │ └── bin │ │ ├── BinaryDelta │ │ ├── BinaryDelta.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── BinaryDelta │ │ ├── generate_appcast │ │ ├── generate_appcast.dSYM │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── DWARF │ │ │ └── generate_appcast │ │ ├── generate_keys │ │ └── sign_update ├── Target Support Files │ ├── BlueSocket │ │ ├── BlueSocket-dummy.m │ │ ├── BlueSocket-prefix.pch │ │ ├── BlueSocket-umbrella.h │ │ ├── BlueSocket.modulemap │ │ ├── BlueSocket.xcconfig │ │ └── Info.plist │ ├── FirebaseCommunity │ │ ├── FirebaseCommunity-dummy.m │ │ ├── FirebaseCommunity-prefix.pch │ │ ├── FirebaseCommunity.modulemap │ │ ├── FirebaseCommunity.xcconfig │ │ └── Info.plist │ ├── GCDWebServer │ │ ├── GCDWebServer-dummy.m │ │ ├── GCDWebServer-prefix.pch │ │ ├── GCDWebServer-umbrella.h │ │ ├── GCDWebServer.modulemap │ │ ├── GCDWebServer.xcconfig │ │ └── Info.plist │ ├── GRDB.swift │ │ ├── GRDB.swift-dummy.m │ │ ├── GRDB.swift-prefix.pch │ │ ├── GRDB.swift.modulemap │ │ ├── GRDB.swift.xcconfig │ │ └── Info.plist │ ├── GTMSessionFetcher │ │ ├── GTMSessionFetcher-dummy.m │ │ ├── GTMSessionFetcher-prefix.pch │ │ ├── GTMSessionFetcher-umbrella.h │ │ ├── GTMSessionFetcher.modulemap │ │ ├── GTMSessionFetcher.xcconfig │ │ └── Info.plist │ ├── GoogleToolboxForMac │ │ ├── GoogleToolboxForMac-dummy.m │ │ ├── GoogleToolboxForMac-prefix.pch │ │ ├── GoogleToolboxForMac-umbrella.h │ │ ├── GoogleToolboxForMac.modulemap │ │ ├── GoogleToolboxForMac.xcconfig │ │ └── Info.plist │ ├── Pods-MessageProxy │ │ ├── Info.plist │ │ ├── Pods-MessageProxy-acknowledgements.markdown │ │ ├── Pods-MessageProxy-acknowledgements.plist │ │ ├── Pods-MessageProxy-dummy.m │ │ ├── Pods-MessageProxy-frameworks.sh │ │ ├── Pods-MessageProxy-resources.sh │ │ ├── Pods-MessageProxy-umbrella.h │ │ ├── Pods-MessageProxy.debug.xcconfig │ │ ├── Pods-MessageProxy.modulemap │ │ └── Pods-MessageProxy.release.xcconfig │ └── leveldb-library │ │ ├── Info.plist │ │ ├── leveldb-library-dummy.m │ │ ├── leveldb-library-prefix.pch │ │ ├── leveldb-library-umbrella.h │ │ ├── leveldb-library.modulemap │ │ └── leveldb-library.xcconfig └── leveldb-library │ ├── LICENSE │ ├── README │ ├── README.md │ ├── db │ ├── autocompact_test.cc │ ├── builder.cc │ ├── builder.h │ ├── c.cc │ ├── c_test.c │ ├── corruption_test.cc │ ├── db_bench.cc │ ├── db_impl.cc │ ├── db_impl.h │ ├── db_iter.cc │ ├── db_iter.h │ ├── db_test.cc │ ├── dbformat.cc │ ├── dbformat.h │ ├── dbformat_test.cc │ ├── dumpfile.cc │ ├── filename.cc │ ├── filename.h │ ├── filename_test.cc │ ├── leveldb_main.cc │ ├── log_format.h │ ├── log_reader.cc │ ├── log_reader.h │ ├── log_test.cc │ ├── log_writer.cc │ ├── log_writer.h │ ├── memtable.cc │ ├── memtable.h │ ├── repair.cc │ ├── skiplist.h │ ├── skiplist_test.cc │ ├── snapshot.h │ ├── table_cache.cc │ ├── table_cache.h │ ├── version_edit.cc │ ├── version_edit.h │ ├── version_edit_test.cc │ ├── version_set.cc │ ├── version_set.h │ ├── version_set_test.cc │ ├── write_batch.cc │ ├── write_batch_internal.h │ └── write_batch_test.cc │ ├── include │ └── leveldb │ │ ├── c.h │ │ ├── cache.h │ │ ├── comparator.h │ │ ├── db.h │ │ ├── dumpfile.h │ │ ├── env.h │ │ ├── filter_policy.h │ │ ├── iterator.h │ │ ├── options.h │ │ ├── slice.h │ │ ├── status.h │ │ ├── table.h │ │ ├── table_builder.h │ │ └── write_batch.h │ ├── port │ ├── README │ ├── atomic_pointer.h │ ├── port.h │ ├── port_example.h │ ├── port_posix.cc │ ├── port_posix.h │ ├── thread_annotations.h │ └── win │ │ └── stdint.h │ ├── table │ ├── block.cc │ ├── block.h │ ├── block_builder.cc │ ├── block_builder.h │ ├── filter_block.cc │ ├── filter_block.h │ ├── filter_block_test.cc │ ├── format.cc │ ├── format.h │ ├── iterator.cc │ ├── iterator_wrapper.h │ ├── merger.cc │ ├── merger.h │ ├── table.cc │ ├── table_builder.cc │ ├── table_test.cc │ ├── two_level_iterator.cc │ └── two_level_iterator.h │ └── util │ ├── arena.cc │ ├── arena.h │ ├── arena_test.cc │ ├── bloom.cc │ ├── bloom_test.cc │ ├── cache.cc │ ├── cache_test.cc │ ├── coding.cc │ ├── coding.h │ ├── coding_test.cc │ ├── comparator.cc │ ├── crc32c.cc │ ├── crc32c.h │ ├── crc32c_test.cc │ ├── env.cc │ ├── env_posix.cc │ ├── env_test.cc │ ├── filter_policy.cc │ ├── hash.cc │ ├── hash.h │ ├── hash_test.cc │ ├── histogram.cc │ ├── histogram.h │ ├── logging.cc │ ├── logging.h │ ├── mutexlock.h │ ├── options.cc │ ├── posix_logger.h │ ├── random.h │ ├── status.cc │ ├── testharness.cc │ ├── testharness.h │ ├── testutil.cc │ └── testutil.h ├── README.md ├── Screenshots ├── 042818.png └── ifttconfig.png └── StartIMProxy.command /.gitattributes: -------------------------------------------------------------------------------- 1 | MessageProxy/.build/* linguist-vendored 2 | MessageProxy/MessageProxy/.build/* linguist-vendored 3 | *.sample linguist-generated=true 4 | -------------------------------------------------------------------------------- /MessageProxy.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MessageProxy.xcodeproj/xcuserdata/Salman.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | MessageProxy.xcscheme 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | 22FF3D001E67A45B00F2E70C 16 | 17 | primary 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /MessageProxy.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MessageProxy.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MessageProxy.xcworkspace/xcuserdata/Salman.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/BlueCryptor.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/objects/pack/pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/objects/pack/pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/objects/pack/pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueCryptor.git-2709167748876642405/objects/pack/pack-090f263e08487468cdd3220dcf3adef1d9e7bd9d.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/BlueSSLService.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/objects/pack/pack-083d10d269ac106f81f1c73b66db015551b85b83.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/objects/pack/pack-083d10d269ac106f81f1c73b66db015551b85b83.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/objects/pack/pack-083d10d269ac106f81f1c73b66db015551b85b83.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueSSLService.git--6577639804771281610/objects/pack/pack-083d10d269ac106f81f1c73b66db015551b85b83.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/BlueSocket.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/objects/pack/pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/objects/pack/pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/objects/pack/pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/BlueSocket.git-3162807777605905816/objects/pack/pack-74e741ffe16f8f64d8944c03d06ba3c425c9ff25.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/CCurl.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/objects/pack/pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CCurl.git-8026296523752779197/objects/pack/pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CCurl.git-8026296523752779197/objects/pack/pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CCurl.git-8026296523752779197/objects/pack/pack-acbf059f1aabb15d3d6b0d0c1c7c0e7289976aea.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/CommonCrypto.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/02/a5c0520b1a0a7a6c606f0273fcd161973722fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/02/a5c0520b1a0a7a6c606f0273fcd161973722fa -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/04/2e61d0e32b6cae5a46423c1c068486598d69f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/04/2e61d0e32b6cae5a46423c1c068486598d69f7 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/08/3efb3d093e5fe7e4809b8bcccb266afd2c85e4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/08/3efb3d093e5fe7e4809b8bcccb266afd2c85e4 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/0a/3ccbda16a102fa76cbf82194282d57470df2ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/0a/3ccbda16a102fa76cbf82194282d57470df2ad -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/11/32abe2c8eb16103a7e851a831a82e3014e0227: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/11/32abe2c8eb16103a7e851a831a82e3014e0227 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/16/296d0800c1cbacb5ce6d22ebe84222c36f810e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/16/296d0800c1cbacb5ce6d22ebe84222c36f810e -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/28/408c862e972f332bd7c2c3d54e24b0ebd8d243: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/28/408c862e972f332bd7c2c3d54e24b0ebd8d243 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/2c/041464b74b572e4e889d264c61b514297ee476: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/2c/041464b74b572e4e889d264c61b514297ee476 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/31/7907b73ecb1137b03d0748f3a66090fee20393: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/31/7907b73ecb1137b03d0748f3a66090fee20393 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/45/8c6cecd8c60c3be31b714454c6a8d43e6f4cf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/45/8c6cecd8c60c3be31b714454c6a8d43e6f4cf5 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/57/0b293903ccbd3577b3eee0ec73ae2ee56443a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/57/0b293903ccbd3577b3eee0ec73ae2ee56443a0 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/5b/957b86ad0e2746317ebfa3166240509ba9dfff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/5b/957b86ad0e2746317ebfa3166240509ba9dfff -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/5e/5d5cebcf47a81afaa78b275a5d3d32fc31ad47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/5e/5d5cebcf47a81afaa78b275a5d3d32fc31ad47 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/7a/e75e44533e716bef0f1ca015a3b36c69f308b9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/7a/e75e44533e716bef0f1ca015a3b36c69f308b9 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/8c/c89e76560340c7b98a51b6af997160db7adab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/8c/c89e76560340c7b98a51b6af997160db7adab5 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/8d/ada3edaf50dbc082c9a125058f25def75e625a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/8d/ada3edaf50dbc082c9a125058f25def75e625a -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/92/d59c9f3cdc46ebed96bdbdc1f77bfbb12f9215: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/92/d59c9f3cdc46ebed96bdbdc1f77bfbb12f9215 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/99/b87c999981229a4a421787f68d3b6e00b942eb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/99/b87c999981229a4a421787f68d3b6e00b942eb -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/b2/536aca5060ab4e313d868cfc163cb47d37de02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/b2/536aca5060ab4e313d868cfc163cb47d37de02 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/ca/10a25e1d95d91498394b22a915e211be2d83b7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/ca/10a25e1d95d91498394b22a915e211be2d83b7 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/cd/7fa1a1a093c0f5923f4abd02d9e73a6c432026: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/cd/7fa1a1a093c0f5923f4abd02d9e73a6c432026 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/de/b85b5a6ef6811587122af42ddab8d5295004fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/de/b85b5a6ef6811587122af42ddab8d5295004fd -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/f2/85cbe906bcd25bfd779028922331bbbfe147ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/f2/85cbe906bcd25bfd779028922331bbbfe147ba -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/fd/a7a1dc6a30d231901f9cfa541007b8f6671789: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/objects/fd/a7a1dc6a30d231901f9cfa541007b8f6671789 -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/CommonCrypto.git-1219305460334093717/packed-refs: -------------------------------------------------------------------------------- 1 | # pack-refs with: peeled fully-peeled 2 | 02a5c0520b1a0a7a6c606f0273fcd161973722fa refs/heads/master 3 | 92d59c9f3cdc46ebed96bdbdc1f77bfbb12f9215 refs/tags/0.0.1 4 | 92d59c9f3cdc46ebed96bdbdc1f77bfbb12f9215 refs/tags/0.1.0 5 | b2536aca5060ab4e313d868cfc163cb47d37de02 refs/tags/0.1.1 6 | cd7fa1a1a093c0f5923f4abd02d9e73a6c432026 refs/tags/0.1.2 7 | 5b957b86ad0e2746317ebfa3166240509ba9dfff refs/tags/0.1.3 8 | 02a5c0520b1a0a7a6c606f0273fcd161973722fa refs/tags/0.1.4 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/Kitura-WebSocket 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/objects/pack/pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/objects/pack/pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/objects/pack/pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/Kitura-WebSocket--6400284778340652195/objects/pack/pack-007b22d9ca29290df7d3d2ae6dca9d32ee969b5c.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/Kitura-net.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/objects/pack/pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/objects/pack/pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/objects/pack/pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/Kitura-net.git--7410958935072501107/objects/pack/pack-fa417529fdd7d0bca656ebb0c2e4f8e01c8a58f8.pack -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | ignorecase = true 6 | precomposeunicode = true 7 | [remote "origin"] 8 | url = https://github.com/IBM-Swift/LoggerAPI.git 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/description: -------------------------------------------------------------------------------- 1 | Unnamed repository; edit this file 'description' to name the repository. 2 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/hooks/applypatch-msg.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to check the commit log message taken by 4 | # applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. The hook is 8 | # allowed to edit the commit message file. 9 | # 10 | # To enable this hook, rename this file to "applypatch-msg". 11 | 12 | . git-sh-setup 13 | commitmsg="$(git rev-parse --git-path hooks/commit-msg)" 14 | test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} 15 | : 16 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/hooks/post-update.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to prepare a packed repository for use over 4 | # dumb transports. 5 | # 6 | # To enable this hook, rename this file to "post-update". 7 | 8 | exec git update-server-info 9 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/hooks/pre-applypatch.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to verify what is about to be committed 4 | # by applypatch from an e-mail message. 5 | # 6 | # The hook should exit with non-zero status after issuing an 7 | # appropriate message if it wants to stop the commit. 8 | # 9 | # To enable this hook, rename this file to "pre-applypatch". 10 | 11 | . git-sh-setup 12 | precommit="$(git rev-parse --git-path hooks/pre-commit)" 13 | test -x "$precommit" && exec "$precommit" ${1+"$@"} 14 | : 15 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/hooks/pre-receive.sample: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # An example hook script to make use of push options. 4 | # The example simply echoes all push options that start with 'echoback=' 5 | # and rejects all pushes when the "reject" push option is used. 6 | # 7 | # To enable this hook, rename this file to "pre-receive". 8 | 9 | if test -n "$GIT_PUSH_OPTION_COUNT" 10 | then 11 | i=0 12 | while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" 13 | do 14 | eval "value=\$GIT_PUSH_OPTION_$i" 15 | case "$value" in 16 | echoback=*) 17 | echo "echo from the pre-receive-hook: ${value#*=}" >&2 18 | ;; 19 | reject) 20 | exit 1 21 | esac 22 | i=$((i + 1)) 23 | done 24 | fi 25 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/info/exclude: -------------------------------------------------------------------------------- 1 | # git ls-files --others --exclude-from=.git/info/exclude 2 | # Lines that start with '#' are comments. 3 | # For a project mostly in C, the following would be a good set of 4 | # exclude patterns (uncomment them if you want to use them): 5 | # *.[oa] 6 | # *~ 7 | -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/objects/pack/pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/objects/pack/pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.idx -------------------------------------------------------------------------------- /MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/objects/pack/pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/.build/repositories/LoggerAPI.git--6449715459278086880/objects/pack/pack-0fc0b4ba84e394bf85d7a05eeb363c58aa219b68.pack -------------------------------------------------------------------------------- /MessageProxy/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.swift 3 | // MessageProxy 4 | // 5 | // Created by Allison Husain on 3/1/17. 6 | // Copyright © 2017 Allison Husain. All rights reserved. 7 | // 8 | 9 | import Cocoa 10 | 11 | @NSApplicationMain 12 | class AppDelegate: NSObject, NSApplicationDelegate { 13 | 14 | 15 | 16 | func applicationDidFinishLaunching(_ aNotification: Notification) { 17 | // Insert code here to initialize your application 18 | } 19 | 20 | func applicationWillTerminate(_ aNotification: Notification) { 21 | // Insert code here to tear down your application 22 | } 23 | 24 | func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 25 | return true 26 | } 27 | 28 | } 29 | 30 | -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon.png -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon256-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon256-1.png -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon256.png -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon512-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon512-1.png -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/MessageProxy/Assets.xcassets/AppIcon.appiconset/Icon512.png -------------------------------------------------------------------------------- /MessageProxy/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /MessageProxy/MessageProxy.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | com.apple.security.personal-information.addressbook 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MessageProxy/Sources/Server/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.swift 3 | // MessageProxy 4 | // 5 | // Created by Allison Husain on 3/1/17. 6 | // Copyright © 2017 Allison Husain. All rights reserved. 7 | // 8 | 9 | import Cocoa 10 | 11 | @NSApplicationMain 12 | class AppDelegate: NSObject, NSApplicationDelegate { 13 | 14 | 15 | 16 | func applicationDidFinishLaunching(_ aNotification: Notification) { 17 | // Insert code here to initialize your application 18 | } 19 | 20 | func applicationWillTerminate(_ aNotification: Notification) { 21 | // Insert code here to tear down your application 22 | } 23 | 24 | func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 25 | return true 26 | } 27 | 28 | } 29 | 30 | -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- 1 | # Uncomment this line to define a global platform for your project 2 | # platform :ios, '9.0' 3 | 4 | target 'MessageProxy' do 5 | # Comment this line if you're not using Swift and don't want to use dynamic frameworks 6 | use_frameworks! 7 | 8 | # Pods for MessageProxy 9 | pod 'GRDB.swift', "~> 2.0.3" 10 | pod "GCDWebServer", "~> 3.3.3" 11 | pod "Sparkle" 12 | pod 'BlueSocket' 13 | pod 'FirebaseCommunity/Database' 14 | pod 'FirebaseCommunity/Auth' 15 | end 16 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Auth/README.md: -------------------------------------------------------------------------------- 1 | # Firebase Auth for iOS 2 | 3 | Firebase Auth enables apps to easily support multiple authentication options 4 | for their end users. 5 | 6 | Please visit [our developer site](https://firebase.google.com/docs/auth/) for 7 | integration instructions, documentation, support information, and terms of 8 | service. 9 | 10 | # Firebase Auth Development 11 | 12 | Example/Auth contains a set of samples and tests that integrate with 13 | FirebaseAuth. 14 | 15 | The unit tests run without any additional configuration along with the rest of 16 | Firebase. See [Example/Auth/README.md](../../Example/Auth/README.md) for 17 | information about setting up, running, and testing the samples. 18 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Auth/Source/Public/FirebaseAuthVersion.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | /** 20 | Version number for FirebaseAuth. 21 | */ 22 | extern const double FirebaseAuthVersionNumber; 23 | 24 | /** 25 | Version string for FirebaseAuth. 26 | */ 27 | extern const unsigned char *const FirebaseAuthVersionString; 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Auth/Source/RPCs/FIRDeleteAccountResponse.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FIRDeleteAccountResponse.h" 18 | 19 | #import "FIRAuthErrorUtils.h" 20 | 21 | @implementation FIRDeleteAccountResponse 22 | 23 | - (BOOL)setWithDictionary:(NSDictionary *)dictionary 24 | error:(NSError *_Nullable *_Nullable)error { 25 | return YES; 26 | } 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Core/Public/FirebaseCore.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FIRAnalyticsConfiguration.h" 18 | #import "FIRApp.h" 19 | #import "FIRConfiguration.h" 20 | #import "FIRLoggerLevel.h" 21 | #import "FIROptions.h" 22 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Api/Private/FIRDatabase_Private.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FIRDatabase.h" 18 | 19 | @class FRepo; 20 | @class FRepoInfo; 21 | @class FIRDatabaseConfig; 22 | 23 | @interface FIRDatabase () 24 | 25 | + (NSString *) buildVersion; 26 | + (FIRDatabase *) createDatabaseForTests:(FRepoInfo *)repoInfo config:(FIRDatabaseConfig *)config; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Api/Private/FIRMutableData_Private.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FIRMutableData.h" 18 | #import "FNode.h" 19 | 20 | @interface FIRMutableData () 21 | 22 | - (id) initWithNode:(id)node; 23 | - (id) nodeValue; 24 | - (BOOL) isEqualToData:(FIRMutableData *)other; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Api/Private/FIRTransactionResult_Private.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FIRTransactionResult.h" 18 | #import "FIRMutableData.h" 19 | 20 | @interface FIRTransactionResult () 21 | 22 | @property (nonatomic) BOOL isSuccess; 23 | @property (nonatomic, strong) FIRMutableData * update; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/FListenProvider.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FListenProvider.h" 18 | #import "FIRDatabaseQuery.h" 19 | 20 | 21 | @implementation FListenProvider 22 | 23 | @synthesize startListening; 24 | @synthesize stopListening; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/FSnapshotHolder.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNode.h" 19 | 20 | @interface FSnapshotHolder : NSObject 21 | 22 | - (id) getNode:(FPath *)path; 23 | - (void) updateSnapshot:(FPath *)path withNewSnapshot:(id)newSnapshotNode; 24 | 25 | @property (nonatomic, strong) id rootNode; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/Utilities/FTreeNode.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface FTreeNode : NSObject 20 | 21 | @property (nonatomic, strong) NSMutableDictionary* children; 22 | @property (nonatomic, readwrite, assign) int childCount; 23 | @property (nonatomic, strong) id value; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/View/FEvent.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FIRDataEventType.h" 19 | 20 | @class FPath; 21 | 22 | @protocol FEvent 23 | - (FPath *) path; 24 | - (void) fireEventOnQueue:(dispatch_queue_t)queue; 25 | - (BOOL) isCancelEvent; 26 | - (NSString *) description; 27 | @end 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/View/Filter/FChildChangeAccumulator.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @class FChange; 20 | 21 | 22 | @interface FChildChangeAccumulator : NSObject 23 | 24 | - (id) init; 25 | - (void) trackChildChange:(FChange *)change; 26 | - (NSArray *) changes; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/View/Filter/FIndexedFilter.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNodeFilter.h" 19 | 20 | @protocol FIndex; 21 | 22 | 23 | @interface FIndexedFilter : NSObject 24 | 25 | - (id) initWithIndex:(id)theIndex; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Core/View/Filter/FLimitedFilter.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNodeFilter.h" 19 | 20 | @class FQueryParams; 21 | 22 | 23 | @interface FLimitedFilter : NSObject 24 | 25 | - (id) initWithQueryParams:(FQueryParams *)params; 26 | @end 27 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FKeyIndex.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FIndex.h" 19 | 20 | 21 | @interface FKeyIndex : NSObject 22 | + (id) keyIndex; 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FMaxNode.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FChildrenNode.h" 19 | 20 | 21 | @interface FMaxNode : FChildrenNode 22 | + (id) maxNode; 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FPathIndex.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FIndex.h" 19 | #import "FPath.h" 20 | 21 | @interface FPathIndex : NSObject 22 | - (id) initWithPath:(FPath *)path; 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FPriorityIndex.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | #import "FIndex.h" 20 | 21 | @interface FPriorityIndex : NSObject 22 | + (id) priorityIndex; 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FTransformedEnumerator.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | 20 | @interface FTransformedEnumerator : NSEnumerator 21 | - (id)initWithEnumerator:(NSEnumerator*) enumerator andTransform:(id (^)(id))transform; 22 | - (id)nextObject; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/FValueIndex.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FIndex.h" 19 | 20 | 21 | @interface FValueIndex : NSObject 22 | + (id) valueIndex; 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Login/FIRNoopAuthTokenProvider.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FAuthTokenProvider.h" 19 | 20 | @interface FIRNoopAuthTokenProvider : NSObject 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Snapshot/FEmptyNode.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNode.h" 19 | 20 | @interface FEmptyNode : NSObject 21 | 22 | + (id) emptyNode; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Snapshot/FEmptyNode.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FEmptyNode.h" 18 | #import "FChildrenNode.h" 19 | 20 | @implementation FEmptyNode 21 | 22 | + (id) emptyNode { 23 | static FChildrenNode* empty = nil; 24 | if (empty == nil) { 25 | empty = [[FChildrenNode alloc] init]; 26 | } 27 | return empty; 28 | } 29 | @end 30 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Snapshot/FLeafNode.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNode.h" 19 | 20 | 21 | @interface FLeafNode : NSObject 22 | 23 | - (id)initWithValue:(id)aValue; 24 | - (id)initWithValue:(id)aValue withPriority:(id)aPriority; 25 | 26 | @property (nonatomic, strong) id value; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/FAtomicNumber.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface FAtomicNumber : NSObject 20 | 21 | - (NSNumber *) getAndIncrement; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/FNextPushId.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface FNextPushId : NSObject 20 | 21 | + (NSString *) get:(NSTimeInterval)now; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/FParsedUrl.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FRepoInfo.h" 18 | #import "FPath.h" 19 | 20 | @interface FParsedUrl : NSObject 21 | 22 | @property (nonatomic, strong) FRepoInfo* repoInfo; 23 | @property (nonatomic, strong) FPath* path; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/FParsedUrl.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FParsedUrl.h" 18 | 19 | @implementation FParsedUrl 20 | 21 | @synthesize repoInfo; 22 | @synthesize path; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/FStringUtilities.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface FStringUtilities : NSObject 20 | 21 | + (NSString *) base64EncodedSha1:(NSString *)str; 22 | + (NSString *) urlDecoded:(NSString *)url; 23 | + (NSString *) urlEncoded:(NSString *)url; 24 | + (NSString *) sanitizedForUserAgent:(NSString *)str; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/NSString+FURLUtils.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface NSString (FURLUtils) 20 | 21 | - (NSString *) urlEncoded; 22 | - (NSString *) urlDecoded; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleBoolBlock.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FTypedefs.h" 19 | 20 | @interface FTupleBoolBlock : NSObject 21 | 22 | @property (nonatomic, readwrite) BOOL boolean; 23 | @property (nonatomic, copy) fbt_void_void block; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleBoolBlock.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleBoolBlock.h" 18 | 19 | @implementation FTupleBoolBlock 20 | 21 | @synthesize boolean; 22 | @synthesize block; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleCallbackStatus.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FTypedefs_Private.h" 19 | 20 | @interface FTupleCallbackStatus : NSObject 21 | @property (nonatomic, copy) fbt_void_nsstring_nsstring block; 22 | @property (nonatomic) NSString* status; 23 | @property (nonatomic) NSString* errorReason; 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleCallbackStatus.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleCallbackStatus.h" 18 | 19 | @implementation FTupleCallbackStatus 20 | @synthesize block; 21 | @synthesize status; 22 | @end 23 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleFirebase.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleFirebase.h" 18 | 19 | @implementation FTupleFirebase 20 | 21 | @synthesize one; 22 | @synthesize two; 23 | @synthesize three; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleObjectNode.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FNode.h" 19 | 20 | @interface FTupleObjectNode : NSObject 21 | 22 | - (id)initWithObject:(id)aObj andNode:(id)aNode; 23 | 24 | @property (nonatomic, strong) id node; 25 | @property (nonatomic, strong) id obj; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleObjects.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @interface FTupleObjects : NSObject 20 | 21 | @property (nonatomic, strong) id objA; 22 | @property (nonatomic, strong) id objB; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleObjects.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleObjects.h" 18 | 19 | @implementation FTupleObjects 20 | 21 | @synthesize objA; 22 | @synthesize objB; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleOnDisconnect.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleOnDisconnect.h" 18 | 19 | @implementation FTupleOnDisconnect 20 | 21 | @synthesize pathString; 22 | @synthesize action; 23 | @synthesize data; 24 | @synthesize onComplete; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTuplePathValue.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | 19 | @class FPath; 20 | 21 | @interface FTuplePathValue : NSObject 22 | @property (nonatomic, strong, readonly) FPath *path; 23 | @property (nonatomic, strong, readonly) id value; 24 | - (id) initWithPath:(FPath *)aPath value:(id)aValue; 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleSetIdPath.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FPath.h" 19 | 20 | @interface FTupleSetIdPath : NSObject 21 | 22 | - (id) initWithSetId:(NSNumber *)aSetId andPath:(FPath *)aPath; 23 | 24 | @property (strong, nonatomic) NSNumber* setId; 25 | @property (strong, nonatomic) FPath* path; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleTSN.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import 18 | #import "FTupleStringNode.h" 19 | 20 | @interface FTupleTSN : NSObject 21 | 22 | @property (nonatomic, strong) FTupleStringNode* from; 23 | @property (nonatomic, strong) FTupleStringNode* to; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/Utilities/Tuples/FTupleTSN.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2017 Google 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #import "FTupleTSN.h" 18 | 19 | @implementation FTupleTSN 20 | 21 | @synthesize from; 22 | @synthesize to; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FImmutableSortedSet.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface FImmutableSortedSet : NSObject 4 | 5 | + (FImmutableSortedSet *)setWithKeysFromDictionary:(NSDictionary *)array comparator:(NSComparator)comparator; 6 | 7 | - (BOOL)containsObject:(id)object; 8 | - (FImmutableSortedSet *)addObject:(id)object; 9 | - (FImmutableSortedSet *)removeObject:(id)object; 10 | - (id)firstObject; 11 | - (id)lastObject; 12 | - (NSUInteger)count; 13 | - (BOOL)isEmpty; 14 | 15 | - (id)predecessorEntry:(id)entry; 16 | 17 | - (void)enumerateObjectsUsingBlock:(void (^)(id obj, BOOL *stop))block; 18 | - (void)enumerateObjectsReverse:(BOOL)reverse usingBlock:(void (^)(id obj, BOOL *stop))block; 19 | 20 | - (NSEnumerator *)objectEnumerator; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FTreeSortedDictionaryEnumerator.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import "FTreeSortedDictionary.h" 3 | 4 | @interface FTreeSortedDictionaryEnumerator : NSEnumerator 5 | 6 | - (id)initWithImmutableSortedDictionary:(FTreeSortedDictionary *)aDict startKey:(id)startKey isReverse:(BOOL)reverse; 7 | - (id)nextObject; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Database/third_party/SocketRocket/NSData+SRB64Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright 2012 Square Inc. 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface FSRUtilities : NSObject 20 | 21 | + (NSString *)base64EncodedStringFromData:(NSData *)data; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Pods/FirebaseCommunity/Firebase/Firebase/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module FirebaseCommunity { 2 | umbrella header "FirebaseCommunity.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Core/Support/CoreGraphics/CGFloat.swift: -------------------------------------------------------------------------------- 1 | import CoreGraphics 2 | 3 | /// CGFloat adopts DatabaseValueConvertible 4 | extension CGFloat : DatabaseValueConvertible { 5 | 6 | /// Returns a value that can be stored in the database. 7 | public var databaseValue: DatabaseValue { 8 | return Double(self).databaseValue 9 | } 10 | 11 | /// Returns a CGFloat initialized from *dbValue*, if possible. 12 | public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> CGFloat? { 13 | guard let double = Double.fromDatabaseValue(dbValue) else { 14 | return nil 15 | } 16 | return CGFloat(double) 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Core/Support/Foundation/NSData.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// NSData is convertible to and from DatabaseValue. 4 | extension NSData : DatabaseValueConvertible { 5 | 6 | /// Returns a value that can be stored in the database. 7 | public var databaseValue: DatabaseValue { 8 | return (self as Data).databaseValue 9 | } 10 | 11 | /// Returns an NSData initialized from *dbValue*, if it contains 12 | /// a Blob. 13 | public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> Self? { 14 | guard let data = Data.fromDatabaseValue(dbValue) else { 15 | return nil 16 | } 17 | return cast(data) 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Core/Support/Foundation/NSNull.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// NSNull adopts DatabaseValueConvertible 4 | extension NSNull : DatabaseValueConvertible { 5 | 6 | /// Returns DatabaseValue.null. 7 | public var databaseValue: DatabaseValue { 8 | return .null 9 | } 10 | 11 | /// Returns nil. 12 | public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> Self? { 13 | return nil 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Core/Support/Foundation/NSString.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// NSString adopts DatabaseValueConvertible 4 | extension NSString : DatabaseValueConvertible { 5 | 6 | /// Returns a value that can be stored in the database. 7 | public var databaseValue: DatabaseValue { 8 | return (self as String).databaseValue 9 | } 10 | 11 | /// Returns an NSString initialized from *dbValue*, if possible. 12 | public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> Self? { 13 | guard let string = String.fromDatabaseValue(dbValue) else { 14 | return nil 15 | } 16 | return self.init(string: string) 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Core/Support/Foundation/URL.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// NSURL stores its absoluteString in the database. 4 | extension NSURL : DatabaseValueConvertible { 5 | 6 | /// Returns a value that can be stored in the database. 7 | /// (the URL's absoluteString). 8 | public var databaseValue: DatabaseValue { 9 | return absoluteString?.databaseValue ?? .null 10 | } 11 | 12 | /// Returns an NSURL initialized from *dbValue*, if possible. 13 | public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> Self? { 14 | guard let string = String.fromDatabaseValue(dbValue) else { 15 | return nil 16 | } 17 | return cast(URL(string: string)) 18 | } 19 | } 20 | 21 | /// URL stores its absoluteString in the database. 22 | extension URL : DatabaseValueConvertible { } 23 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Legacy/Fixits-0-84-0.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | @available(*, unavailable, renamed:"Database.ForeignKeyAction") 4 | public typealias SQLForeignKeyAction = Database.ForeignKeyAction 5 | 6 | @available(*, unavailable, renamed:"Database.ColumnType") 7 | public typealias SQLColumnType = Database.ColumnType 8 | 9 | @available(*, unavailable, renamed:"Database.ConflictResolution") 10 | public typealias SQLConflictResolution = Database.ConflictResolution 11 | 12 | @available(*, unavailable, renamed:"Database.CollationName") 13 | public typealias SQLCollation = Database.CollationName 14 | 15 | @available(*, unavailable, renamed:"SQLSpecificExpressible") 16 | public typealias _SpecificSQLExpressible = SQLSpecificExpressible 17 | 18 | @available(*, unavailable, renamed:"SQLExpression") 19 | public typealias _SQLExpression = SQLExpression 20 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Legacy/Fixits-0.101.1.swift: -------------------------------------------------------------------------------- 1 | extension DatabaseError { 2 | @available(*, unavailable, renamed:"resultCode") 3 | public var code: Int32 { return 0 } 4 | } 5 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Legacy/Fixits-0.102.0.swift: -------------------------------------------------------------------------------- 1 | extension Database { 2 | @available(*, unavailable, renamed:"inTransaction") 3 | public func writeInTransaction(_ kind: Database.TransactionKind? = nil, _ block: (Database) throws -> Database.TransactionCompletion) throws { } 4 | } 5 | 6 | extension DatabaseValue { 7 | @available(*, unavailable, message:"DatabaseSequence has been replaced by Cursor.") 8 | public func value() -> Any { preconditionFailure() } 9 | } 10 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Legacy/Fixits-0.109.0.swift: -------------------------------------------------------------------------------- 1 | extension Request { 2 | @available(*, unavailable, renamed:"asRequest(of:)") 3 | public func bound(to type: T.Type) -> AnyTypedRequest { preconditionFailure() } 4 | } 5 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/QueryInterface/Column.swift: -------------------------------------------------------------------------------- 1 | /// A column in the database 2 | /// 3 | /// See https://github.com/groue/GRDB.swift#the-query-interface 4 | public struct Column { 5 | /// The hidden rowID column 6 | public static let rowID = Column("rowid") 7 | 8 | /// The name of the column 9 | public let name: String 10 | 11 | /// Creates a column given its name. 12 | public init(_ name: String) { 13 | self.name = name 14 | } 15 | } 16 | 17 | extension Column : SQLExpression { 18 | 19 | /// [**Experimental**](http://github.com/groue/GRDB.swift#what-are-experimental-features) 20 | public func expressionSQL(_ arguments: inout StatementArguments?) -> String { 21 | return name.quotedDatabaseIdentifier 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/GRDB/Utils/ReadWriteBox.swift: -------------------------------------------------------------------------------- 1 | import Dispatch 2 | 3 | /// A ReadWriteBox grants multiple readers and single-writer guarantees on a value. 4 | final class ReadWriteBox { 5 | var value: T { 6 | get { return read { $0 } } 7 | set { write { $0 = newValue } } 8 | } 9 | 10 | init(_ value: T) { 11 | self._value = value 12 | self.queue = DispatchQueue(label: "GRDB.ReadWriteBox", attributes: [.concurrent]) 13 | } 14 | 15 | func read(_ block: (T) throws -> U) rethrows -> U { 16 | return try queue.sync { 17 | try block(_value) 18 | } 19 | } 20 | 21 | func write(_ block: (inout T) throws -> Void) rethrows { 22 | try queue.sync(flags: [.barrier]) { 23 | try block(&_value) 24 | } 25 | } 26 | 27 | private var _value: T 28 | private var queue: DispatchQueue 29 | } 30 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/Support/GRDB-Bridging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/GRDB.swift/Support/GRDB-Bridging.h -------------------------------------------------------------------------------- /Pods/GRDB.swift/Support/GRDB.h: -------------------------------------------------------------------------------- 1 | @import Foundation; 2 | 3 | //! Project version number for GRDB. 4 | FOUNDATION_EXPORT double GRDB_VersionNumber; 5 | 6 | //! Project version string for GRDB. 7 | FOUNDATION_EXPORT const unsigned char GRDB_VersionString[]; 8 | 9 | #import 10 | 11 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/Support/grdb_config.h: -------------------------------------------------------------------------------- 1 | #ifndef grdb_config_h 2 | #define grdb_config_h 3 | 4 | #if defined(COCOAPODS) 5 | #if defined(GRDBCIPHER) 6 | #include 7 | #else 8 | #include 9 | #endif 10 | #else 11 | #if defined(GRDBCIPHER) 12 | #include 13 | #elsif defined(GRDBCUSTOMSQLITE) 14 | #include 15 | #else 16 | #include 17 | #endif 18 | #endif 19 | 20 | typedef void(*errorLogCallback)(void *pArg, int iErrCode, const char *zMsg); 21 | 22 | // Wrapper around sqlite3_config(SQLITE_CONFIG_LOG, ...) which is a variadic 23 | // function that can't be used from Swift. 24 | static inline void registerErrorLogCallback(errorLogCallback callback) { 25 | sqlite3_config(SQLITE_CONFIG_LOG, callback, 0); 26 | } 27 | 28 | #endif /* grdb_config_h */ 29 | -------------------------------------------------------------------------------- /Pods/GRDB.swift/Support/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module GRDB { 2 | umbrella header "GRDB.h" 3 | 4 | export * 5 | module * { export * } 6 | 7 | header "grdb_config.h" 8 | } 9 | -------------------------------------------------------------------------------- /Pods/GoogleToolboxForMac/README.md: -------------------------------------------------------------------------------- 1 | # GTM: Google Toolbox for Mac # 2 | 3 | **Project site**
4 | **Discussion group** 5 | 6 | # Google Toolbox for Mac # 7 | 8 | A collection of source from different Google projects that may be of use to 9 | developers working other iOS or OS X projects. 10 | 11 | If you find a problem/bug or want a new feature to be included in the Google 12 | Toolbox for Mac, please join the 13 | [discussion group](http://groups.google.com/group/google-toolbox-for-mac) 14 | or submit an 15 | [issue](https://github.com/google/google-toolbox-for-mac/issues). 16 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.org.sparkle-project.Sparkle 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.18.1 17 | CFBundleVersion 18 | 1.18.1 19 | 20 | 21 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework.dSYM/Contents/Resources/DWARF/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework.dSYM/Contents/Resources/DWARF/Sparkle -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/PrivateHeaders: -------------------------------------------------------------------------------- 1 | Versions/Current/PrivateHeaders -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUExport.h 3 | // Sparkle 4 | // 5 | // Created by Jake Petroules on 2014-08-23. 6 | // Copyright (c) 2014 Sparkle Project. All rights reserved. 7 | // 8 | 9 | #ifndef SUEXPORT_H 10 | #define SUEXPORT_H 11 | 12 | #ifdef BUILDING_SPARKLE 13 | #define SU_EXPORT __attribute__((visibility("default"))) 14 | #else 15 | #define SU_EXPORT 16 | #endif 17 | 18 | #endif 19 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUVersionDisplayProtocol.h 3 | // EyeTV 4 | // 5 | // Created by Uli Kusterer on 08.12.09. 6 | // Copyright 2009 Elgato Systems GmbH. All rights reserved. 7 | // 8 | 9 | #if __has_feature(modules) 10 | @import Foundation; 11 | #else 12 | #import 13 | #endif 14 | #import "SUExport.h" 15 | 16 | /*! 17 | Applies special display formatting to version numbers. 18 | */ 19 | @protocol SUVersionDisplay 20 | 21 | /*! 22 | Formats two version strings. 23 | 24 | Both versions are provided so that important distinguishing information 25 | can be displayed while also leaving out unnecessary/confusing parts. 26 | */ 27 | - (void)formatVersion:(NSString *_Nonnull*_Nonnull)inOutVersionA andVersion:(NSString *_Nonnull*_Nonnull)inOutVersionB; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Sparkle.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SPARKLE_H 10 | #define SPARKLE_H 11 | 12 | // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless 13 | // there are name-space collisions) so we can list all of them to start with: 14 | 15 | #import "SUAppcast.h" 16 | #import "SUAppcastItem.h" 17 | #import "SUStandardVersionComparator.h" 18 | #import "SUUpdater.h" 19 | #import "SUUpdaterDelegate.h" 20 | #import "SUVersionComparisonProtocol.h" 21 | #import "SUVersionDisplayProtocol.h" 22 | #import "SUErrors.h" 23 | 24 | #endif 25 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module Sparkle { 2 | umbrella header "Sparkle.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUUnarchiver.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/16/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @protocol SUUnarchiverProtocol; 14 | 15 | @interface SUUnarchiver : NSObject 16 | 17 | + (nullable id )unarchiverForPath:(NSString *)path updatingHostBundlePath:(nullable NSString *)hostPath decryptionPassword:(nullable NSString *)decryptionPassword; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | fr.lproj -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt.lproj: -------------------------------------------------------------------------------- 1 | pt_BR.lproj -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.nib -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Pods/Sparkle/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Pods/Sparkle/bin/BinaryDelta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/bin/BinaryDelta -------------------------------------------------------------------------------- /Pods/Sparkle/bin/BinaryDelta.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.BinaryDelta 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /Pods/Sparkle/bin/BinaryDelta.dSYM/Contents/Resources/DWARF/BinaryDelta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/bin/BinaryDelta.dSYM/Contents/Resources/DWARF/BinaryDelta -------------------------------------------------------------------------------- /Pods/Sparkle/bin/generate_appcast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/bin/generate_appcast -------------------------------------------------------------------------------- /Pods/Sparkle/bin/generate_appcast.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.generate_appcast 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 1.0 17 | CFBundleVersion 18 | 1 19 | 20 | 21 | -------------------------------------------------------------------------------- /Pods/Sparkle/bin/generate_appcast.dSYM/Contents/Resources/DWARF/generate_appcast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Pods/Sparkle/bin/generate_appcast.dSYM/Contents/Resources/DWARF/generate_appcast -------------------------------------------------------------------------------- /Pods/Sparkle/bin/generate_keys: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | for file in "dsaparam.pem" "dsa_priv.pem" "dsa_pub.pem"; do 4 | if [ -e "$file" ]; then 5 | echo "There's already a $file here! Move it aside or be more careful!" 6 | exit 1 7 | fi 8 | done 9 | 10 | openssl="/usr/bin/openssl" 11 | $openssl gendsa <($openssl dsaparam 4096) -out dsa_priv.pem 12 | chmod 0400 dsa_priv.pem 13 | $openssl dsa -in dsa_priv.pem -pubout -out dsa_pub.pem 14 | 15 | echo " 16 | Generated two files: 17 | dsa_priv.pem: your private key. Keep it secret and don't share it! 18 | dsa_pub.pem: public counterpart to include in the app bundle. 19 | 20 | BACK UP YOUR PRIVATE KEY AND KEEP IT SAFE! 21 | If you lose it, your users will be unable to upgrade! 22 | " 23 | 24 | open -R dsa_priv.pem 25 | -------------------------------------------------------------------------------- /Pods/Sparkle/bin/sign_update: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | set -o pipefail 4 | if [ "$#" -ne 2 ]; then 5 | echo "Usage: $0 update_archive private_key" 6 | exit 1 7 | fi 8 | openssl=/usr/bin/openssl 9 | $openssl dgst -sha1 -binary < "$1" | $openssl dgst -dss1 -sign "$2" | $openssl enc -base64 10 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/BlueSocket-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_BlueSocket : NSObject 3 | @end 4 | @implementation PodsDummy_BlueSocket 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/BlueSocket-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/BlueSocket-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double SocketVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char SocketVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/BlueSocket.modulemap: -------------------------------------------------------------------------------- 1 | framework module Socket { 2 | umbrella header "BlueSocket-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/BlueSocket.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/BlueSocket 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 5 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" 6 | PODS_BUILD_DIR = $BUILD_DIR 7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 8 | PODS_ROOT = ${SRCROOT} 9 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/BlueSocket 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | SWIFT_VERSION = 3.1.1 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/BlueSocket/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 0.12.74 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FirebaseCommunity/FirebaseCommunity-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FirebaseCommunity : NSObject 3 | @end 4 | @implementation PodsDummy_FirebaseCommunity 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FirebaseCommunity/FirebaseCommunity-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FirebaseCommunity/FirebaseCommunity.modulemap: -------------------------------------------------------------------------------- 1 | framework module FirebaseCommunity { 2 | umbrella header "FirebaseCommunity.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FirebaseCommunity/FirebaseCommunity.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FirebaseCommunity 3 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/GTMSessionFetcher" "$PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac" "$PODS_CONFIGURATION_BUILD_DIR/leveldb-library" 4 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 5 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 6 | OTHER_CFLAGS = -DFIRAuth_VERSION=0.1.4 -DFIRAuth_MINOR_VERSION=0.1 -DFIRDatabase_VERSION=0.1.4 7 | OTHER_LDFLAGS = -l"icucore" -framework "Security" -framework "SystemConfiguration" 8 | PODS_BUILD_DIR = $BUILD_DIR 9 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 10 | PODS_ROOT = ${SRCROOT} 11 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCommunity 12 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 13 | SKIP_INSTALL = YES 14 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FirebaseCommunity/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 0.1.4 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/GCDWebServer-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GCDWebServer : NSObject 3 | @end 4 | @implementation PodsDummy_GCDWebServer 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/GCDWebServer-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/GCDWebServer-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "GCDWebServer.h" 14 | #import "GCDWebServerConnection.h" 15 | #import "GCDWebServerFunctions.h" 16 | #import "GCDWebServerHTTPStatusCodes.h" 17 | #import "GCDWebServerRequest.h" 18 | #import "GCDWebServerResponse.h" 19 | #import "GCDWebServerDataRequest.h" 20 | #import "GCDWebServerFileRequest.h" 21 | #import "GCDWebServerMultiPartFormRequest.h" 22 | #import "GCDWebServerURLEncodedFormRequest.h" 23 | #import "GCDWebServerDataResponse.h" 24 | #import "GCDWebServerErrorResponse.h" 25 | #import "GCDWebServerFileResponse.h" 26 | #import "GCDWebServerStreamedResponse.h" 27 | 28 | FOUNDATION_EXPORT double GCDWebServerVersionNumber; 29 | FOUNDATION_EXPORT const unsigned char GCDWebServerVersionString[]; 30 | 31 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/GCDWebServer.modulemap: -------------------------------------------------------------------------------- 1 | framework module GCDWebServer { 2 | umbrella header "GCDWebServer-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/GCDWebServer.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GCDWebServer 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 5 | OTHER_LDFLAGS = -l"z" -framework "SystemConfiguration" 6 | PODS_BUILD_DIR = $BUILD_DIR 7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 8 | PODS_ROOT = ${SRCROOT} 9 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/GCDWebServer 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GCDWebServer/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 3.3.3 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GRDB.swift/GRDB.swift-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GRDB_swift : NSObject 3 | @end 4 | @implementation PodsDummy_GRDB_swift 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GRDB.swift/GRDB.swift-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GRDB.swift/GRDB.swift.modulemap: -------------------------------------------------------------------------------- 1 | framework module GRDB { 2 | umbrella header "GRDB.h" 3 | 4 | export * 5 | module * { export * } 6 | 7 | header "grdb_config.h" 8 | } 9 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GRDB.swift/GRDB.swift.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GRDB.swift 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 5 | OTHER_LDFLAGS = -l"sqlite3" -framework "Foundation" 6 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" 7 | PODS_BUILD_DIR = $BUILD_DIR 8 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 9 | PODS_ROOT = ${SRCROOT} 10 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/GRDB.swift 11 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 12 | SKIP_INSTALL = YES 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GRDB.swift/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 2.0.3 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GTMSessionFetcher : NSObject 3 | @end 4 | @implementation PodsDummy_GTMSessionFetcher 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "GTMSessionFetcher.h" 14 | #import "GTMSessionFetcherLogging.h" 15 | #import "GTMSessionFetcherService.h" 16 | #import "GTMSessionUploadFetcher.h" 17 | 18 | FOUNDATION_EXPORT double GTMSessionFetcherVersionNumber; 19 | FOUNDATION_EXPORT const unsigned char GTMSessionFetcherVersionString[]; 20 | 21 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap: -------------------------------------------------------------------------------- 1 | framework module GTMSessionFetcher { 2 | umbrella header "GTMSessionFetcher-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GTMSessionFetcher 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 5 | OTHER_LDFLAGS = -framework "Security" 6 | PODS_BUILD_DIR = $BUILD_DIR 7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 8 | PODS_ROOT = ${SRCROOT} 9 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/GTMSessionFetcher 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GTMSessionFetcher/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.1.12 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_GoogleToolboxForMac : NSObject 3 | @end 4 | @implementation PodsDummy_GoogleToolboxForMac 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "GTMDebugSelectorValidation.h" 14 | #import "GTMDebugThreadValidation.h" 15 | #import "GTMMethodCheck.h" 16 | #import "GTMDefines.h" 17 | #import "GTMNSData+zlib.h" 18 | #import "GTMNSDictionary+URLArguments.h" 19 | #import "GTMNSString+URLArguments.h" 20 | 21 | FOUNDATION_EXPORT double GoogleToolboxForMacVersionNumber; 22 | FOUNDATION_EXPORT const unsigned char GoogleToolboxForMacVersionString[]; 23 | 24 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.modulemap: -------------------------------------------------------------------------------- 1 | framework module GoogleToolboxForMac { 2 | umbrella header "GoogleToolboxForMac-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig: -------------------------------------------------------------------------------- 1 | CODE_SIGN_IDENTITY = 2 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/GoogleToolboxForMac 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" 5 | OTHER_LDFLAGS = -l"z" 6 | PODS_BUILD_DIR = $BUILD_DIR 7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 8 | PODS_ROOT = ${SRCROOT} 9 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleToolboxForMac 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 11 | SKIP_INSTALL = YES 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/GoogleToolboxForMac/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 2.1.3 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-MessageProxy/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-MessageProxy/Pods-MessageProxy-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_MessageProxy : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_MessageProxy 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-MessageProxy/Pods-MessageProxy-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_MessageProxyVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_MessageProxyVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-MessageProxy/Pods-MessageProxy.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_MessageProxy { 2 | umbrella header "Pods-MessageProxy-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.18.3 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/leveldb-library-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_leveldb_library : NSObject 3 | @end 4 | @implementation PodsDummy_leveldb_library 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/leveldb-library-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/leveldb-library-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "c.h" 14 | #import "cache.h" 15 | #import "comparator.h" 16 | #import "db.h" 17 | #import "dumpfile.h" 18 | #import "env.h" 19 | #import "filter_policy.h" 20 | #import "iterator.h" 21 | #import "options.h" 22 | #import "slice.h" 23 | #import "status.h" 24 | #import "table.h" 25 | #import "table_builder.h" 26 | #import "write_batch.h" 27 | 28 | FOUNDATION_EXPORT double leveldbVersionNumber; 29 | FOUNDATION_EXPORT const unsigned char leveldbVersionString[]; 30 | 31 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/leveldb-library.modulemap: -------------------------------------------------------------------------------- 1 | framework module leveldb { 2 | umbrella header "leveldb-library-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/leveldb-library/leveldb-library.xcconfig: -------------------------------------------------------------------------------- 1 | CC = clang 2 | CODE_SIGN_IDENTITY = 3 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/leveldb-library 4 | CXX = clang++ 5 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 6 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Sparkle" "${PODS_ROOT}/leveldb-library/" "${PODS_ROOT}/leveldb-library/include" 7 | OTHER_LDFLAGS = -l"c++" 8 | PODS_BUILD_DIR = $BUILD_DIR 9 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 10 | PODS_ROOT = ${SRCROOT} 11 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/leveldb-library 12 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 13 | SKIP_INSTALL = YES 14 | WARNING_CFLAGS = -Wno-shorten-64-to-32 15 | -------------------------------------------------------------------------------- /Pods/leveldb-library/db/db_iter.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #ifndef STORAGE_LEVELDB_DB_DB_ITER_H_ 6 | #define STORAGE_LEVELDB_DB_DB_ITER_H_ 7 | 8 | #include 9 | #include "leveldb/db.h" 10 | #include "db/dbformat.h" 11 | 12 | namespace leveldb { 13 | 14 | class DBImpl; 15 | 16 | // Return a new iterator that converts internal keys (yielded by 17 | // "*internal_iter") that were live at the specified "sequence" number 18 | // into appropriate user keys. 19 | extern Iterator* NewDBIterator( 20 | DBImpl* db, 21 | const Comparator* user_key_comparator, 22 | Iterator* internal_iter, 23 | SequenceNumber sequence, 24 | uint32_t seed); 25 | 26 | } // namespace leveldb 27 | 28 | #endif // STORAGE_LEVELDB_DB_DB_ITER_H_ 29 | -------------------------------------------------------------------------------- /Pods/leveldb-library/include/leveldb/dumpfile.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2014 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #ifndef STORAGE_LEVELDB_INCLUDE_DUMPFILE_H_ 6 | #define STORAGE_LEVELDB_INCLUDE_DUMPFILE_H_ 7 | 8 | #include 9 | #include "leveldb/env.h" 10 | #include "leveldb/status.h" 11 | 12 | namespace leveldb { 13 | 14 | // Dump the contents of the file named by fname in text format to 15 | // *dst. Makes a sequence of dst->Append() calls; each call is passed 16 | // the newline-terminated text corresponding to a single item found 17 | // in the file. 18 | // 19 | // Returns a non-OK result if fname does not name a leveldb storage 20 | // file, or if the file cannot be read. 21 | Status DumpFile(Env* env, const std::string& fname, WritableFile* dst); 22 | 23 | } // namespace leveldb 24 | 25 | #endif // STORAGE_LEVELDB_INCLUDE_DUMPFILE_H_ 26 | -------------------------------------------------------------------------------- /Pods/leveldb-library/port/README: -------------------------------------------------------------------------------- 1 | This directory contains interfaces and implementations that isolate the 2 | rest of the package from platform details. 3 | 4 | Code in the rest of the package includes "port.h" from this directory. 5 | "port.h" in turn includes a platform specific "port_.h" file 6 | that provides the platform specific implementation. 7 | 8 | See port_posix.h for an example of what must be provided in a platform 9 | specific header file. 10 | 11 | -------------------------------------------------------------------------------- /Pods/leveldb-library/port/port.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #ifndef STORAGE_LEVELDB_PORT_PORT_H_ 6 | #define STORAGE_LEVELDB_PORT_PORT_H_ 7 | 8 | #include 9 | 10 | // Include the appropriate platform specific file below. If you are 11 | // porting to a new platform, see "port_example.h" for documentation 12 | // of what the new port_.h file must provide. 13 | #if defined(LEVELDB_PLATFORM_POSIX) 14 | # include "port/port_posix.h" 15 | #elif defined(LEVELDB_PLATFORM_CHROMIUM) 16 | # include "port/port_chromium.h" 17 | #endif 18 | 19 | #endif // STORAGE_LEVELDB_PORT_PORT_H_ 20 | -------------------------------------------------------------------------------- /Pods/leveldb-library/port/win/stdint.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | // MSVC didn't ship with this file until the 2010 version. 6 | 7 | #ifndef STORAGE_LEVELDB_PORT_WIN_STDINT_H_ 8 | #define STORAGE_LEVELDB_PORT_WIN_STDINT_H_ 9 | 10 | #if !defined(_MSC_VER) 11 | #error This file should only be included when compiling with MSVC. 12 | #endif 13 | 14 | // Define C99 equivalent types. 15 | typedef signed char int8_t; 16 | typedef signed short int16_t; 17 | typedef signed int int32_t; 18 | typedef signed long long int64_t; 19 | typedef unsigned char uint8_t; 20 | typedef unsigned short uint16_t; 21 | typedef unsigned int uint32_t; 22 | typedef unsigned long long uint64_t; 23 | 24 | #endif // STORAGE_LEVELDB_PORT_WIN_STDINT_H_ 25 | -------------------------------------------------------------------------------- /Pods/leveldb-library/table/merger.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #ifndef STORAGE_LEVELDB_TABLE_MERGER_H_ 6 | #define STORAGE_LEVELDB_TABLE_MERGER_H_ 7 | 8 | namespace leveldb { 9 | 10 | class Comparator; 11 | class Iterator; 12 | 13 | // Return an iterator that provided the union of the data in 14 | // children[0,n-1]. Takes ownership of the child iterators and 15 | // will delete them when the result iterator is deleted. 16 | // 17 | // The result does no duplicate suppression. I.e., if a particular 18 | // key is present in K child iterators, it will be yielded K times. 19 | // 20 | // REQUIRES: n >= 0 21 | extern Iterator* NewMergingIterator( 22 | const Comparator* comparator, Iterator** children, int n); 23 | 24 | } // namespace leveldb 25 | 26 | #endif // STORAGE_LEVELDB_TABLE_MERGER_H_ 27 | -------------------------------------------------------------------------------- /Pods/leveldb-library/util/filter_policy.cc: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2012 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #include "leveldb/filter_policy.h" 6 | 7 | namespace leveldb { 8 | 9 | FilterPolicy::~FilterPolicy() { } 10 | 11 | } // namespace leveldb 12 | -------------------------------------------------------------------------------- /Pods/leveldb-library/util/hash.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | // 5 | // Simple hash function used for internal data structures 6 | 7 | #ifndef STORAGE_LEVELDB_UTIL_HASH_H_ 8 | #define STORAGE_LEVELDB_UTIL_HASH_H_ 9 | 10 | #include 11 | #include 12 | 13 | namespace leveldb { 14 | 15 | extern uint32_t Hash(const char* data, size_t n, uint32_t seed); 16 | 17 | } 18 | 19 | #endif // STORAGE_LEVELDB_UTIL_HASH_H_ 20 | -------------------------------------------------------------------------------- /Pods/leveldb-library/util/options.cc: -------------------------------------------------------------------------------- 1 | // Copyright (c) 2011 The LevelDB Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style license that can be 3 | // found in the LICENSE file. See the AUTHORS file for names of contributors. 4 | 5 | #include "leveldb/options.h" 6 | 7 | #include "leveldb/comparator.h" 8 | #include "leveldb/env.h" 9 | 10 | namespace leveldb { 11 | 12 | Options::Options() 13 | : comparator(BytewiseComparator()), 14 | create_if_missing(false), 15 | error_if_exists(false), 16 | paranoid_checks(false), 17 | env(Env::Default()), 18 | info_log(NULL), 19 | write_buffer_size(4<<20), 20 | max_open_files(1000), 21 | block_cache(NULL), 22 | block_size(4096), 23 | block_restart_interval(16), 24 | compression(kSnappyCompression), 25 | filter_policy(NULL) { 26 | } 27 | 28 | 29 | } // namespace leveldb 30 | -------------------------------------------------------------------------------- /Screenshots/042818.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Screenshots/042818.png -------------------------------------------------------------------------------- /Screenshots/ifttconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezhes/OSXMessageProxy/bc8808f4b55fc4f289c84fe551c480812cc2daa5/Screenshots/ifttconfig.png -------------------------------------------------------------------------------- /StartIMProxy.command: -------------------------------------------------------------------------------- 1 | #Move into the script location. We have a precondition that the app is here 2 | cd "${0%/*}" 3 | #Prepare our data folder if it's not there 4 | mkdir -p ~/OSXMessageProxyLogs/crashes 5 | #Run loop 6 | while true; do 7 | echo "Starting server at `date`" >> ~/OSXMessageProxyLogs/`date +%Y-%m-%d`.txt; 8 | #Launch MessageProxy but filter out the adressbook spam 9 | MessageProxy.app/Contents/MacOS/MessageProxy 2>&1 >> ~/OSXMessageProxyLogs/`date +%Y-%m-%d`.txt; 10 | echo "Server stopped/crashed at `date`" >> ~/OSXMessageProxyLogs/`date +%Y-%m-%d`.txt; 11 | #We quit, check for crash reports, and copy them 12 | cp ~/Library/Logs/DiagnosticReports/MessageProxy* ~/OSXMessageProxyLogs/crashes 13 | #Remove them so we don't copy a million of them 14 | rm ~/Library/Logs/DiagnosticReports/MessageProxy* 15 | done 16 | --------------------------------------------------------------------------------