File tree
3 files changed
+18
-10
lines changed- .github/workflows
- Carthage/Checkouts
3 files changed
+18
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 |
| |
23 | 31 |
| |
24 | 32 |
| |
| |||
27 | 35 |
| |
28 | 36 |
| |
29 | 37 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
36 | 41 |
| |
37 | 42 |
| |
38 |
| - | |
39 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 |
| |
41 | 49 |
|
Submodule ZipArchive updated 61 files
- .github/workflows/actions.yml+93
- .github/workflows/gha.yml-52
- .travis.yml-143
- Example/ObjectiveCExample/AppDelegate.m-23
- Example/ObjectiveCExampleTests/Fixtures/PasswordArchiveWithFolder.zip
- Example/ObjectiveCExampleTests/Fixtures/TestPasswordArchive2.zip
- Example/ObjectiveCExampleTests/SSZipArchiveTests.m+123-21
- Example/Podfile+14-6
- Example/Podfile.lock+4-4
- Example/SwiftExample/AppDelegate.swift-25
- Example/SwiftExample_macOS/AppDelegate.swift+2-4
- Example/SwiftExample_macOS/Base.lproj/Main.storyboard+25-25
- Example/ZipArchiveExample.xcodeproj/project.pbxproj+548-128
- Example/ZipArchiveExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- Example/ZipArchiveExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_iOS.xcscheme+8-52
- Example/ZipArchiveExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_tvOS.xcscheme+8-11
- Example/ZipArchiveExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_visionOS.xcscheme+65
- Example/ZipArchiveExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_watchOS.xcscheme+65
- Example/ZipArchiveExample.xcodeproj/xcshareddata/xcschemes/SwiftExample_iOS.xcscheme+6-23
- Package.swift+11-5
- README.md+24-8
- Release-Instructions.md+8-8
- SSZipArchive.podspec+12-10
- SSZipArchive/SSZipArchive.h+20-7
- SSZipArchive/SSZipArchive.m+153-45
- SSZipArchive/SSZipCommon.h+8-5
- SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy+23
- SSZipArchive/minizip/mz.h+33-34
- SSZipArchive/minizip/mz_compat.c+674-359
- SSZipArchive/minizip/mz_compat.h+142-46
- SSZipArchive/minizip/mz_crypt.c+16-25
- SSZipArchive/minizip/mz_crypt.h+2-2
- SSZipArchive/minizip/mz_crypt_apple.c+99-60
- SSZipArchive/minizip/mz_os.c+13-18
- SSZipArchive/minizip/mz_os.h+3-2
- SSZipArchive/minizip/mz_os_posix.c+39-49
- SSZipArchive/minizip/mz_strm.c+27-31
- SSZipArchive/minizip/mz_strm.h+1-1
- SSZipArchive/minizip/mz_strm_buf.c+7-9
- SSZipArchive/minizip/mz_strm_buf.h+1-1
- SSZipArchive/minizip/mz_strm_mem.c+15-18
- SSZipArchive/minizip/mz_strm_mem.h+1-1
- SSZipArchive/minizip/mz_strm_os.h+1-1
- SSZipArchive/minizip/mz_strm_os_posix.c+18-21
- SSZipArchive/minizip/mz_strm_pkcrypt.c+11-15
- SSZipArchive/minizip/mz_strm_pkcrypt.h+1-1
- SSZipArchive/minizip/mz_strm_split.c+21-29
- SSZipArchive/minizip/mz_strm_split.h+1-1
- SSZipArchive/minizip/mz_strm_wzaes.c+14-14
- SSZipArchive/minizip/mz_strm_wzaes.h+1-1
- SSZipArchive/minizip/mz_strm_zlib.c+14-18
- SSZipArchive/minizip/mz_strm_zlib.h+1-1
- SSZipArchive/minizip/mz_zip.c+141-130
- SSZipArchive/minizip/mz_zip.h+4-1
- SSZipArchive/minizip/mz_zip_rw.c+129-130
- SSZipArchive/minizip/mz_zip_rw.h+2-2
- ZipArchive.xcodeproj/project.pbxproj+223-10
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-iOS.xcscheme+4-14
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-tvos.xcscheme+4-14
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-visionos.xcscheme+66
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-watchos.xcscheme+4-14
0 commit comments