Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
Zip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
YongYue
Zip
Commits
113fb6c5
Commit
113fb6c5
authored
Mar 15, 2017
by
Roy Marmelstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.7.0
parent
643317ed
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
21 deletions
+30
-21
.travis.yml
.travis.yml
+1
-1
README.md
README.md
+1
-1
Zip.podspec
Zip.podspec
+1
-1
Zip.xcodeproj/project.pbxproj
Zip.xcodeproj/project.pbxproj
+19
-10
Zip/Info-tvOS.plist
Zip/Info-tvOS.plist
+2
-2
Zip/Info.plist
Zip/Info.plist
+2
-2
ZipTests/Info.plist
ZipTests/Info.plist
+2
-2
build.sh
build.sh
+2
-2
No files found.
.travis.yml
View file @
113fb6c5
osx_image
:
xcode8
osx_image
:
xcode8
.2
language
:
objective-c
env
:
global
:
...
...
README.md
View file @
113fb6c5
...
...
@@ -60,7 +60,7 @@ Zip.addCustomFileExtension("file-extension-here")
### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip)
```
ruby
source
'https://github.com/CocoaPods/Specs.git'
pod
'Zip'
,
'~> 0.
6
'
pod
'Zip'
,
'~> 0.
7
'
```
### Setting up with Carthage
...
...
Zip.podspec
View file @
113fb6c5
...
...
@@ -8,7 +8,7 @@
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"Zip"
s
.
version
=
"0.
6
.0"
s
.
version
=
"0.
7
.0"
s
.
summary
=
"Zip and unzip files in Swift."
# This description is used to generate tags and improve search results.
...
...
Zip.xcodeproj/project.pbxproj
View file @
113fb6c5
...
...
@@ -507,9 +507,10 @@
buildSettings
=
{
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
"CODE_SIGN_IDENTITY[sdk=appletvos*]"
=
""
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
"Zip/Info-tvOS.plist"
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
...
...
@@ -532,9 +533,10 @@
buildSettings
=
{
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
"CODE_SIGN_IDENTITY[sdk=appletvos*]"
=
""
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
"Zip/Info-tvOS.plist"
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
...
...
@@ -557,10 +559,10 @@
buildSettings
=
{
CODE_SIGN_IDENTITY
=
"-"
;
COMBINE_HIDPI_IMAGES
=
YES
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
FRAMEWORK_VERSION
=
A
;
INFOPLIST_FILE
=
Zip/Info.plist
;
...
...
@@ -580,10 +582,10 @@
buildSettings
=
{
CODE_SIGN_IDENTITY
=
"-"
;
COMBINE_HIDPI_IMAGES
=
YES
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
FRAMEWORK_VERSION
=
A
;
INFOPLIST_FILE
=
Zip/Info.plist
;
...
...
@@ -643,13 +645,15 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
NO
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_TESTABILITY
=
YES
;
...
...
@@ -693,13 +697,15 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
NO
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
...
...
@@ -714,6 +720,7 @@
IPHONEOS_DEPLOYMENT_TARGET
=
9.2
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Owholemodule"
;
SWIFT_VERSION
=
3.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VALIDATE_PRODUCT
=
YES
;
...
...
@@ -727,9 +734,10 @@
buildSettings
=
{
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
""
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
Zip/Info.plist
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
...
...
@@ -749,9 +757,10 @@
buildSettings
=
{
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
""
;
DEFINES_MODULE
=
YES
;
DYLIB_COMPATIBILITY_VERSION
=
1
;
DYLIB_CURRENT_VERSION
=
8
;
DYLIB_CURRENT_VERSION
=
9
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
INFOPLIST_FILE
=
Zip/Info.plist
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
...
...
Zip/Info-tvOS.plist
View file @
113fb6c5
...
...
@@ -15,11 +15,11 @@
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.
5
.0
</string>
<string>
0.
7
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
8
</string>
<string>
9
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
...
...
Zip/Info.plist
View file @
113fb6c5
...
...
@@ -15,11 +15,11 @@
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.
5
.0
</string>
<string>
0.
7
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
8
</string>
<string>
9
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
...
...
ZipTests/Info.plist
View file @
113fb6c5
...
...
@@ -15,10 +15,10 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.
5
.0
</string>
<string>
0.
7
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
8
</string>
<string>
9
</string>
</dict>
</plist>
build.sh
View file @
113fb6c5
#!/bin/bash
# **** Update me when new Xcode versions are released! ****
PLATFORM
=
"platform=iOS Simulator,OS=10.
0
,name=iPhone 7"
SDK
=
"iphonesimulator10.
0
"
PLATFORM
=
"platform=iOS Simulator,OS=10.
2
,name=iPhone 7"
SDK
=
"iphonesimulator10.
2
"
# It is pitch black.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment