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
f795e31f
Commit
f795e31f
authored
Mar 08, 2016
by
Roy Marmelstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing unnecessary OSX info.plist
parent
a672ec14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
61 deletions
+4
-61
Zip OSX/Info.plist
Zip OSX/Info.plist
+0
-28
Zip OSX/Zip OSX.h
Zip OSX/Zip OSX.h
+0
-19
Zip.xcodeproj/project.pbxproj
Zip.xcodeproj/project.pbxproj
+4
-14
No files found.
Zip OSX/Info.plist
deleted
100644 → 0
View file @
a672ec14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
$(PRODUCT_NAME)
</string>
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.3.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
2
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
Copyright © 2016 Roy Marmelstein. All rights reserved.
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
</plist>
Zip OSX/Zip OSX.h
deleted
100644 → 0
View file @
a672ec14
//
// Zip OSX.h
// Zip OSX
//
// Created by Roy Marmelstein on 07/03/2016.
// Copyright © 2016 Roy Marmelstein. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for Zip OSX.
FOUNDATION_EXPORT
double
Zip_OSXVersionNumber
;
//! Project version string for Zip OSX.
FOUNDATION_EXPORT
const
unsigned
char
Zip_OSXVersionString
[];
// In this header, you should import all the public headers of your framework using statements like #import <Zip_OSX/PublicHeader.h>
Zip.xcodeproj/project.pbxproj
View file @
f795e31f
...
...
@@ -131,8 +131,6 @@
3430F61F1C45C805007473A6
/* libz.tbd */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"sourcecode.text-based-dylib-definition"
;
name
=
libz.tbd
;
path
=
usr/lib/libz.tbd
;
sourceTree
=
SDKROOT
;
};
343625BA1C5827DC0023C4C6
/* ZipUtilities.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
ZipUtilities.swift
;
sourceTree
=
"<group>"
;
};
343F50FF1C8DAEEC0028C434
/* Zip.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
includeInIndex
=
0
;
path
=
Zip.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
343F51011C8DAEEC0028C434
/* Zip OSX.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"Zip OSX.h"
;
sourceTree
=
"<group>"
;
};
343F51031C8DAEEC0028C434
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
343F51081C8DAEEC0028C434
/* Zip OSXTests.xctest */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.cfbundle
;
includeInIndex
=
0
;
path
=
"Zip OSXTests.xctest"
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
3443A3F51C4AB8A3004AD173
/* QuickZip.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
QuickZip.swift
;
sourceTree
=
"<group>"
;
};
3443A3FC1C4AD199004AD173
/* bb8.zip */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
archive.zip
;
path
=
bb8.zip
;
sourceTree
=
"<group>"
;
};
...
...
@@ -227,21 +225,11 @@
path
=
aes
;
sourceTree
=
"<group>"
;
};
343F51001C8DAEEC0028C434
/* Zip OSX */
=
{
isa
=
PBXGroup
;
children
=
(
343F51011C8DAEEC0028C434
/* Zip OSX.h */
,
343F51031C8DAEEC0028C434
/* Info.plist */
,
);
path
=
"Zip OSX"
;
sourceTree
=
"<group>"
;
};
347E3A6A1C1DFFB500A11FD3
=
{
isa
=
PBXGroup
;
children
=
(
347E3A761C1DFFB500A11FD3
/* Zip */
,
347E3A821C1DFFB500A11FD3
/* ZipTests */
,
343F51001C8DAEEC0028C434
/* Zip OSX */
,
347E3A751C1DFFB500A11FD3
/* Products */
,
);
sourceTree
=
"<group>"
;
...
...
@@ -574,7 +562,7 @@
DYLIB_CURRENT_VERSION
=
2
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
FRAMEWORK_VERSION
=
A
;
INFOPLIST_FILE
=
"Zip OSX/Info.plist"
;
INFOPLIST_FILE
=
Zip/Info.plist
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"
;
MACOSX_DEPLOYMENT_TARGET
=
10.9
;
...
...
@@ -597,7 +585,7 @@
DYLIB_CURRENT_VERSION
=
2
;
DYLIB_INSTALL_NAME_BASE
=
"@rpath"
;
FRAMEWORK_VERSION
=
A
;
INFOPLIST_FILE
=
"Zip OSX/Info.plist"
;
INFOPLIST_FILE
=
Zip/Info.plist
;
INSTALL_PATH
=
"$(LOCAL_LIBRARY_DIR)/Frameworks"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"
;
MACOSX_DEPLOYMENT_TARGET
=
10.9
;
...
...
@@ -799,6 +787,7 @@
343F51111C8DAEEC0028C434
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
343F51151C8DAEEC0028C434
/* Build configuration list for PBXNativeTarget "Zip OSXTests" */
=
{
isa
=
XCConfigurationList
;
...
...
@@ -807,6 +796,7 @@
343F51131C8DAEEC0028C434
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
347E3A6E1C1DFFB500A11FD3
/* Build configuration list for PBXProject "Zip" */
=
{
isa
=
XCConfigurationList
;
...
...
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