forked from blinksh/blink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ios_system
updated
27 files
+3 −1 | .travis.yml | |
+30 −2 | Resources/commandDictionary.plist | |
+70 −28 | Resources/extraCommandsDictionary.plist | |
+2 −1 | bsd_find/function.c | |
+35 −35 | curl.patch | |
+2 −0 | curl_ios_static.xcodeproj/project.pbxproj | |
+28 −28 | file_cmds.patch | |
+14 −0 | fix-framework-archs.sh | |
+1 −1 | get_binaries.sh | |
+1 −2 | get_frameworks.sh | |
+28 −14 | ios_error.h | |
+265 −73 | ios_system.m | |
+258 −222 | ios_system.xcodeproj/project.pbxproj | |
+8 −0 | ios_system.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | |
+13 −3 | ios_system/ios_system.h | |
+1 −2 | ios_system/sessionParameters.h | |
+1 −1 | ios_system/sessionParameters.m | |
+23 −23 | libarchive.patch | |
+125 −8 | libc_replacement.c | |
+12 −12 | libinfo.patch | |
+1 −1 | libutil.patch | |
+147 −0 | open.m | |
+137 −0 | say.m | |
+20 −20 | shell_cmds.patch | |
+0 −42 | ssh_keygen/openbsd-compat/Makefile | |
+0 −38 | ssh_keygen/openbsd-compat/regress/Makefile | |
+50 −46 | text_cmds.patch |