Skip to content

Commit

Permalink
Release version 408.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Nov 11, 2024
1 parent dee9a06 commit 9cb5d41
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Arti.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.12.2'
m.version = '408.13.1'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application.'

Expand Down
2 changes: 2 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use_frameworks!

def tor
# pod 'Tor/Onionmasq',
# :podspec => '../Arti.podspec'
pod 'Tor/GeoIP',
:path => '../'
# :podspec => '../TorStatic.podspec'
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Tor/Core (408.12.2)
- Tor/CTor (408.12.2):
- Tor/Core (408.13.1)
- Tor/CTor (408.13.1):
- Tor/Core
- Tor/GeoIP (408.12.2):
- Tor/GeoIP (408.13.1):
- Tor/CTor

DEPENDENCIES:
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Tor: 19907fc430953434a233c7532166d6409b9d509b
Tor: d66126252c683db01fb971a1cf10303118a387c3

PODFILE CHECKSUM: aaf1dd3b609adb9f024c41d7b7c0ea5a012fd799
PODFILE CHECKSUM: d374a8c7f730427e1c63ad52983d8c179d51f61f

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
18 changes: 8 additions & 10 deletions Example/Tor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,12 @@
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Tor-iOS/Tor.framework",
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tor.framework",
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -472,13 +471,12 @@
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Tor-macOS/Tor.framework",
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tor.framework",
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.12.2'
m.version = '408.13.1'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down
2 changes: 1 addition & 1 deletion TorStatic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |m|
# TODO: Why the hell do I need to provide this manually? CocoaPods should figure this out automatically, like with other pods, when they're used as static libraries.

m.name = 'Tor'
m.version = '408.12.2'
m.version = '408.13.1'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down

0 comments on commit 9cb5d41

Please sign in to comment.