Skip to content

Commit 3857d67

Browse files
committed
release v2.2.3
1 parent 6d79e55 commit 3857d67

File tree

7 files changed

+81
-42
lines changed

7 files changed

+81
-42
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.3
2+
* Update podspec to exclude arm64 architecture for iphone simulator builds
3+
14
## 2.2.2
25
* Update mwiede jsch to version 0.1.66: https://github.com/mwiede/jsch/releases/tag/jsch-0.1.66
36
* Support for several more algorithms in Android, including ssh-ed25519

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>9.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile.lock

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- GZ-NMSSH (4.1.5)
4+
- path_provider (0.0.1):
5+
- Flutter
6+
- ssh2 (2.2.3):
7+
- Flutter
8+
- GZ-NMSSH (~> 4.1.5)
9+
10+
DEPENDENCIES:
11+
- Flutter (from `Flutter`)
12+
- path_provider (from `.symlinks/plugins/path_provider/ios`)
13+
- ssh2 (from `.symlinks/plugins/ssh2/ios`)
14+
15+
SPEC REPOS:
16+
trunk:
17+
- GZ-NMSSH
18+
19+
EXTERNAL SOURCES:
20+
Flutter:
21+
:path: Flutter
22+
path_provider:
23+
:path: ".symlinks/plugins/path_provider/ios"
24+
ssh2:
25+
:path: ".symlinks/plugins/ssh2/ios"
26+
27+
SPEC CHECKSUMS:
28+
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
29+
GZ-NMSSH: d749f8ae2fd0094b953cd1d5abd8e0cab3c93f8d
30+
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
31+
ssh2: 74165efc99417a075ecafd52caf93edadfb5eb60
32+
33+
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
34+
35+
COCOAPODS: 1.11.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
35BC28689FD137BCD9A7DD23 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BD22C16DBE8AABAF4048738 /* Pods_Runner.framework */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
12+
4328918D0CF4C350E376934F /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C74DB8F17A094385FDA34B2 /* Pods_Runner.framework */; };
1313
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1414
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1515
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -32,29 +32,29 @@
3232
/* Begin PBXFileReference section */
3333
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3434
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
35+
32C3495533205040B9A6F811 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
3536
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
36-
5C1B8CA2E3C77BED8A4248C8 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
37+
3F3E1BC15DC8D6A0EE720200 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
38+
4C74DB8F17A094385FDA34B2 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
39+
50C7C23BDC59992E3C0DA224 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
3740
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3841
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3942
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
40-
873DDAFEBC1DCD6021A25750 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4143
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4244
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
4345
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
4446
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4547
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4648
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4749
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
48-
9BD22C16DBE8AABAF4048738 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49-
BC7613469BF11F88D6C3A797 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
5353
97C146EB1CF9000F007C117D /* Frameworks */ = {
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
35BC28689FD137BCD9A7DD23 /* Pods_Runner.framework in Frameworks */,
57+
4328918D0CF4C350E376934F /* Pods_Runner.framework in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
@@ -64,21 +64,13 @@
6464
2D85AF797BDCF5A9CAE39D1C /* Pods */ = {
6565
isa = PBXGroup;
6666
children = (
67-
BC7613469BF11F88D6C3A797 /* Pods-Runner.debug.xcconfig */,
68-
5C1B8CA2E3C77BED8A4248C8 /* Pods-Runner.release.xcconfig */,
69-
873DDAFEBC1DCD6021A25750 /* Pods-Runner.profile.xcconfig */,
67+
32C3495533205040B9A6F811 /* Pods-Runner.debug.xcconfig */,
68+
3F3E1BC15DC8D6A0EE720200 /* Pods-Runner.release.xcconfig */,
69+
50C7C23BDC59992E3C0DA224 /* Pods-Runner.profile.xcconfig */,
7070
);
7171
path = Pods;
7272
sourceTree = "<group>";
7373
};
74-
35B059EBD4B084E16E542BDA /* Frameworks */ = {
75-
isa = PBXGroup;
76-
children = (
77-
9BD22C16DBE8AABAF4048738 /* Pods_Runner.framework */,
78-
);
79-
name = Frameworks;
80-
sourceTree = "<group>";
81-
};
8274
9740EEB11CF90186004384FC /* Flutter */ = {
8375
isa = PBXGroup;
8476
children = (
@@ -97,7 +89,7 @@
9789
97C146F01CF9000F007C117D /* Runner */,
9890
97C146EF1CF9000F007C117D /* Products */,
9991
2D85AF797BDCF5A9CAE39D1C /* Pods */,
100-
35B059EBD4B084E16E542BDA /* Frameworks */,
92+
D22F25057FB8F022CFAD3E46 /* Frameworks */,
10193
);
10294
sourceTree = "<group>";
10395
};
@@ -124,21 +116,29 @@
124116
path = Runner;
125117
sourceTree = "<group>";
126118
};
119+
D22F25057FB8F022CFAD3E46 /* Frameworks */ = {
120+
isa = PBXGroup;
121+
children = (
122+
4C74DB8F17A094385FDA34B2 /* Pods_Runner.framework */,
123+
);
124+
name = Frameworks;
125+
sourceTree = "<group>";
126+
};
127127
/* End PBXGroup section */
128128

129129
/* Begin PBXNativeTarget section */
130130
97C146ED1CF9000F007C117D /* Runner */ = {
131131
isa = PBXNativeTarget;
132132
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
133133
buildPhases = (
134-
BE2773D9DEBF322E399DEBCB /* [CP] Check Pods Manifest.lock */,
134+
59B7A3B33182073C8C7F3F20 /* [CP] Check Pods Manifest.lock */,
135135
9740EEB61CF901F6004384FC /* Run Script */,
136136
97C146EA1CF9000F007C117D /* Sources */,
137137
97C146EB1CF9000F007C117D /* Frameworks */,
138138
97C146EC1CF9000F007C117D /* Resources */,
139139
9705A1C41CF9048500538489 /* Embed Frameworks */,
140140
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
141-
D97A5B1F4ABE42C0F4FC0C47 /* [CP] Embed Pods Frameworks */,
141+
0D9E121D0EA9871DD3EEB8D1 /* [CP] Embed Pods Frameworks */,
142142
);
143143
buildRules = (
144144
);
@@ -197,35 +197,38 @@
197197
/* End PBXResourcesBuildPhase section */
198198

199199
/* Begin PBXShellScriptBuildPhase section */
200-
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
200+
0D9E121D0EA9871DD3EEB8D1 /* [CP] Embed Pods Frameworks */ = {
201201
isa = PBXShellScriptBuildPhase;
202202
buildActionMask = 2147483647;
203203
files = (
204204
);
205-
inputPaths = (
205+
inputFileListPaths = (
206+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
206207
);
207-
name = "Thin Binary";
208-
outputPaths = (
208+
name = "[CP] Embed Pods Frameworks";
209+
outputFileListPaths = (
210+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
209211
);
210212
runOnlyForDeploymentPostprocessing = 0;
211213
shellPath = /bin/sh;
212-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
214+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
215+
showEnvVarsInLog = 0;
213216
};
214-
9740EEB61CF901F6004384FC /* Run Script */ = {
217+
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
215218
isa = PBXShellScriptBuildPhase;
216219
buildActionMask = 2147483647;
217220
files = (
218221
);
219222
inputPaths = (
220223
);
221-
name = "Run Script";
224+
name = "Thin Binary";
222225
outputPaths = (
223226
);
224227
runOnlyForDeploymentPostprocessing = 0;
225228
shellPath = /bin/sh;
226-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
229+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
227230
};
228-
BE2773D9DEBF322E399DEBCB /* [CP] Check Pods Manifest.lock */ = {
231+
59B7A3B33182073C8C7F3F20 /* [CP] Check Pods Manifest.lock */ = {
229232
isa = PBXShellScriptBuildPhase;
230233
buildActionMask = 2147483647;
231234
files = (
@@ -247,22 +250,19 @@
247250
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";
248251
showEnvVarsInLog = 0;
249252
};
250-
D97A5B1F4ABE42C0F4FC0C47 /* [CP] Embed Pods Frameworks */ = {
253+
9740EEB61CF901F6004384FC /* Run Script */ = {
251254
isa = PBXShellScriptBuildPhase;
252255
buildActionMask = 2147483647;
253256
files = (
254257
);
255-
inputFileListPaths = (
256-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
258+
inputPaths = (
257259
);
258-
name = "[CP] Embed Pods Frameworks";
259-
outputFileListPaths = (
260-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
260+
name = "Run Script";
261+
outputPaths = (
261262
);
262263
runOnlyForDeploymentPostprocessing = 0;
263264
shellPath = /bin/sh;
264-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
265-
showEnvVarsInLog = 0;
265+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
266266
};
267267
/* End PBXShellScriptBuildPhase section */
268268

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
path: ".."
184184
relative: true
185185
source: path
186-
version: "2.2.2"
186+
version: "2.2.3"
187187
stack_trace:
188188
dependency: transitive
189189
description:

ios/ssh2.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'ssh2'
6-
s.version = '2.2.2'
6+
s.version = '2.2.3'
77
s.summary = 'SSH and SFTP client for Flutter.'
88
s.description = <<-DESC
99
SSH and SFTP client for Flutter. Wraps iOS library NMSSH and Android library Jsch.
@@ -18,5 +18,6 @@ SSH and SFTP client for Flutter. Wraps iOS library NMSSH and Android library Jsc
1818
s.dependency 'GZ-NMSSH', '~> 4.1.5'
1919

2020
s.ios.deployment_target = '9.0'
21+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
22+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
2123
end
22-

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ssh2
22
description: SSH and SFTP client for Flutter. Wraps iOS library NMSSH and Android library JSch.
3-
version: 2.2.2
3+
version: 2.2.3
44
homepage: https://github.com/jda258/flutter_ssh2
55

66
environment:

0 commit comments

Comments
 (0)