Skip to content

Commit

Permalink
Release version 408.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Aug 30, 2023
1 parent 5dffca0 commit a093873
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Tor/Core (407.14.2)
- Tor/CTor (407.14.2):
- Tor/Core (408.4.1)
- Tor/CTor (408.4.1):
- Tor/Core
- Tor/GeoIP (407.14.2):
- Tor/GeoIP (408.4.1):
- Tor/CTor

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

SPEC CHECKSUMS:
Tor: 9f6f21a72873f01936b537a52bac13a26290b098
Tor: 47917bb7670747dddc72a81445cf6835ee3e48d9

PODFILE CHECKSUM: da67566f69f19986892f0b8da1795495d4544dc1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently, the framework compiles in the following versions of `tor`, `libevent`

| | |
|:-------- | --------:|
| tor | 0.4.7.14 |
| tor | 0.4.8.4 |
| libevent | 2.1.12 |
| OpenSSL | 3.1.2 |
| liblzma | 5.4.4 |
Expand Down
13 changes: 12 additions & 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 = '407.14.2'
m.version = '408.4.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 Expand Up @@ -167,6 +167,17 @@ cd "${PODS_TARGET_SRCROOT}/Tor/tor"
]

s.preserve_paths = 'Tor/arti', 'Tor/arti.sh'

# s.pod_target_xcconfig = {
# 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_TARGET_SRCROOT}/Tor"',
# 'OTHER_LDFLAGS' => '$(inherited) -L"${PODS_TARGET_SRCROOT}/Tor" -l"libonionmasq_apple"',
# }

# s.vendored_library = 'Tor/libonionmasq_apple.a'
#
# s.private_header_files = 'Tor/libonionmasq_apple.h'
#
# s.preserve_paths = 'Tor/libonionmasq_apple.a', 'Tor/libonionmasq_apple.h'
end

m.default_subspecs = 'CTor'
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 = '407.14.2'
m.version = '408.4.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 a093873

Please sign in to comment.