Skip to content

Commit 9cb5d41

Browse files
committed
Release version 408.13.1.
1 parent dee9a06 commit 9cb5d41

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Arti.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'Tor'
4-
m.version = '408.12.2'
4+
m.version = '408.13.1'
55
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
66
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
77

Example/Podfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
use_frameworks!
22

33
def tor
4+
# pod 'Tor/Onionmasq',
5+
# :podspec => '../Arti.podspec'
46
pod 'Tor/GeoIP',
57
:path => '../'
68
# :podspec => '../TorStatic.podspec'

Example/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- Tor/Core (408.12.2)
3-
- Tor/CTor (408.12.2):
2+
- Tor/Core (408.13.1)
3+
- Tor/CTor (408.13.1):
44
- Tor/Core
5-
- Tor/GeoIP (408.12.2):
5+
- Tor/GeoIP (408.13.1):
66
- Tor/CTor
77

88
DEPENDENCIES:
@@ -13,8 +13,8 @@ EXTERNAL SOURCES:
1313
:path: "../"
1414

1515
SPEC CHECKSUMS:
16-
Tor: 19907fc430953434a233c7532166d6409b9d509b
16+
Tor: d66126252c683db01fb971a1cf10303118a387c3
1717

18-
PODFILE CHECKSUM: aaf1dd3b609adb9f024c41d7b7c0ea5a012fd799
18+
PODFILE CHECKSUM: d374a8c7f730427e1c63ad52983d8c179d51f61f
1919

20-
COCOAPODS: 1.15.2
20+
COCOAPODS: 1.16.2

Example/Tor.xcodeproj/project.pbxproj

+8-10
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,12 @@
388388
buildActionMask = 2147483647;
389389
files = (
390390
);
391-
inputPaths = (
392-
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks.sh",
393-
"${BUILT_PRODUCTS_DIR}/Tor-iOS/Tor.framework",
391+
inputFileListPaths = (
392+
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
394393
);
395394
name = "[CP] Embed Pods Frameworks";
396-
outputPaths = (
397-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tor.framework",
395+
outputFileListPaths = (
396+
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example/Pods-Tor-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
398397
);
399398
runOnlyForDeploymentPostprocessing = 0;
400399
shellPath = /bin/sh;
@@ -472,13 +471,12 @@
472471
buildActionMask = 2147483647;
473472
files = (
474473
);
475-
inputPaths = (
476-
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks.sh",
477-
"${BUILT_PRODUCTS_DIR}/Tor-macOS/Tor.framework",
474+
inputFileListPaths = (
475+
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks-${CONFIGURATION}-input-files.xcfilelist",
478476
);
479477
name = "[CP] Embed Pods Frameworks";
480-
outputPaths = (
481-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tor.framework",
478+
outputFileListPaths = (
479+
"${PODS_ROOT}/Target Support Files/Pods-Tor-Example-Mac/Pods-Tor-Example-Mac-frameworks-${CONFIGURATION}-output-files.xcfilelist",
482480
);
483481
runOnlyForDeploymentPostprocessing = 0;
484482
shellPath = /bin/sh;

Tor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'Tor'
4-
m.version = '408.12.2'
4+
m.version = '408.13.1'
55
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
66
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.'
77

TorStatic.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |m|
33
# 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.
44

55
m.name = 'Tor'
6-
m.version = '408.12.2'
6+
m.version = '408.13.1'
77
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
88
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.'
99

0 commit comments

Comments
 (0)