Skip to content

Commit

Permalink
Update various cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Dec 19, 2023
1 parent c317acb commit cf45b2d
Show file tree
Hide file tree
Showing 751 changed files with 19,585 additions and 13,651 deletions.
23 changes: 21 additions & 2 deletions Hammerspoon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
4CD203B21C6D77750089706D /* libsocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD203A21C6D75950089706D /* libsocket.m */; };
4CD64AA91C6F15F400EB6E39 /* HSsocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD64AA81C6F15F400EB6E39 /* HSsocket.m */; };
4CD64AAB1C6F168700EB6E39 /* test_socket.lua in Resources */ = {isa = PBXBuildFile; fileRef = 4CD64AAA1C6F168700EB6E39 /* test_socket.lua */; };
4CD96BD61C73ABD2009FF648 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
4CD96BD61C73ABD2009FF648 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
4CD96BDE1C73AC1C009FF648 /* libsocket_udp.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD96BDD1C73AC1C009FF648 /* libsocket_udp.m */; };
4CE6390F1C76C7F500BB7CD2 /* socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE6390E1C76C7F500BB7CD2 /* socket.h */; };
4CE639101C76C7F500BB7CD2 /* socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE6390E1C76C7F500BB7CD2 /* socket.h */; };
Expand Down Expand Up @@ -2213,7 +2213,7 @@
buildActionMask = 2147483647;
files = (
4FB852502735B2D100462DD0 /* LuaSkin.framework in Frameworks */,
4CD96BD61C73ABD2009FF648 /* (null) in Frameworks */,
4CD96BD61C73ABD2009FF648 /* BuildFile in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -6295,6 +6295,7 @@
4FF73A1E2735449D0007074E /* Copy hs manpage */,
4FCA05A12767689C0089A5FC /* Copy hsdocs Files */,
4FCA05AB276768EC0089A5FC /* Copy hsdocs minweb Files */,
D72D27248E8DDB706F2F1960 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -7140,6 +7141,24 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
D72D27248E8DDB706F2F1960 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Hammerspoon/Pods-Hammerspoon-resources.sh",
"${PODS_ROOT}/Sentry/Sources/Resources/PrivacyInfo.xcprivacy",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PrivacyInfo.xcprivacy",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Hammerspoon/Pods-Hammerspoon-resources.sh\"\n";
showEnvVarsInLog = 0;
};
E849AEC367EA9502A25B9A7C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ project 'Hammerspoon', 'Profile' => :debug

target 'Hammerspoon' do
pod 'ASCIImage', '1.0.0'
pod 'CocoaLumberjack', '3.5.3'
pod 'CocoaLumberjack', '3.8.2'
pod 'CocoaAsyncSocket', '7.6.5'
pod 'CocoaHTTPServer', :git => 'https://github.com/Hammerspoon/CocoaHTTPServer.git'
pod 'PocketSocket/Client', '1.0.1'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.3.0'
pod 'Sparkle', '2.3.2', :configurations => ['Release']
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.17.2'
pod 'Sparkle', '2.5.1', :configurations => ['Release']
pod 'MIKMIDI', '1.7.1'
pod 'SocketRocket', '0.5.1'
pod 'SocketRocket', '0.7.0'
pod 'ORSSerialPort', '2.1.0'
end

Expand Down
48 changes: 24 additions & 24 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ PODS:
- CocoaHTTPServer (2.3):
- CocoaAsyncSocket
- CocoaLumberjack
- CocoaLumberjack (3.5.3):
- CocoaLumberjack/Core (= 3.5.3)
- CocoaLumberjack/Core (3.5.3)
- CocoaLumberjack (3.8.2):
- CocoaLumberjack/Core (= 3.8.2)
- CocoaLumberjack/Core (3.8.2)
- MIKMIDI (1.7.1)
- ORSSerialPort (2.1)
- PocketSocket/Client (1.0.1):
- PocketSocket/Core
- PocketSocket/Core (1.0.1)
- Sentry (8.3.0):
- Sentry/Core (= 8.3.0)
- SentryPrivate (= 8.3.0)
- Sentry/Core (8.3.0):
- SentryPrivate (= 8.3.0)
- SentryPrivate (8.3.0)
- SocketRocket (0.5.1)
- Sparkle (2.3.2)
- Sentry (8.17.2):
- Sentry/Core (= 8.17.2)
- SentryPrivate (= 8.17.2)
- Sentry/Core (8.17.2):
- SentryPrivate (= 8.17.2)
- SentryPrivate (8.17.2)
- SocketRocket (0.7.0)
- Sparkle (2.5.1)

DEPENDENCIES:
- ASCIImage (= 1.0.0)
- CocoaAsyncSocket (= 7.6.5)
- CocoaHTTPServer (from `https://github.com/Hammerspoon/CocoaHTTPServer.git`)
- CocoaLumberjack (= 3.5.3)
- CocoaLumberjack (= 3.8.2)
- MIKMIDI (= 1.7.1)
- ORSSerialPort (= 2.1.0)
- PocketSocket/Client (= 1.0.1)
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.3.0`)
- SocketRocket (= 0.5.1)
- Sparkle (= 2.3.2)
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.17.2`)
- SocketRocket (= 0.7.0)
- Sparkle (= 2.5.1)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -50,29 +50,29 @@ EXTERNAL SOURCES:
:git: https://github.com/Hammerspoon/CocoaHTTPServer.git
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 8.3.0
:tag: 8.17.2

CHECKOUT OPTIONS:
CocoaHTTPServer:
:commit: aa05e484e2f5c8b6454590ed06a97b2bf636a1ca
:git: https://github.com/Hammerspoon/CocoaHTTPServer.git
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 8.3.0
:tag: 8.17.2

SPEC CHECKSUMS:
ASCIImage: bcff9650deae86e0e0ac310145cc628948201ab8
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
CocoaHTTPServer: 5624681fc3473d43b18202f635f9b3abb013b530
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
CocoaLumberjack: f8d89a516e7710fdb2e9b8f1560b16ec6040eef0
MIKMIDI: f53dca2f372e71183ecdd2b35c984c1c2cd11cbc
ORSSerialPort: d2d5d131797453430c557ba8dc7dcbcae20ff2e5
PocketSocket: 9c6867d66fb4f962af96b9b07f4b45bb561b2c2a
Sentry: 757565eb01e2a6ef6b26e897e4e47e8213e12f06
SentryPrivate: 668d6ce46835769b32e61dc8b5c78ef0b6cdcef8
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Sparkle: b36a51855e81585a1c38e32e53101d36c00f4304
Sentry: 64a9f9c3637af913adcf53deced05bbe452d1410
SentryPrivate: 024c6fed507ac39ae98e6d087034160f942920d5
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Sparkle: ce9957501a2655dd4c8264312c6134ff478a777c

PODFILE CHECKSUM: dfa1d7339d7a0b6b28e56c852f27bb31316f220a
PODFILE CHECKSUM: 4bc2ef458e76478d505d6a093f554501a3c31084

COCOAPODS: 1.12.0
COCOAPODS: 1.14.3
Loading

0 comments on commit cf45b2d

Please sign in to comment.