Remove unused files

This commit is contained in:
1024jp 2016-08-18 14:10:11 +09:00
parent caa45ede36
commit 07b331bf76
4 changed files with 1 additions and 56 deletions

View File

@ -11,7 +11,7 @@ matrix:
xcode_sdk: iphonesimulator
env: DESTINATION="OS=10.0,name=iPhone SE"
script: xcodebuild -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" clean build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
script: xcodebuild -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" clean test
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -45,8 +45,6 @@
2A321EE71D4A6138002B0245 /* Gzip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Gzip.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2A321EFF1D4A61A4002B0245 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.0.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; };
2A321F071D4A635F002B0245 /* Gzip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Gzip.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2A321F091D4A635F002B0245 /* Gzip.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gzip.h; sourceTree = "<group>"; };
2A321F0A1D4A635F002B0245 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2A321F101D4A6398002B0245 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.0.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; };
2A58A7571B00F414005FBBC2 /* Tests macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
2A58A75C1B00F414005FBBC2 /* GzipTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GzipTests.swift; sourceTree = "<group>"; };
@ -122,15 +120,6 @@
path = ../..;
sourceTree = "<group>";
};
2A321F081D4A635F002B0245 /* Gzip */ = {
isa = PBXGroup;
children = (
2A321F091D4A635F002B0245 /* Gzip.h */,
2A321F0A1D4A635F002B0245 /* Info.plist */,
);
path = Gzip;
sourceTree = "<group>";
};
2A321F0F1D4A6398002B0245 /* tvOS */ = {
isa = PBXGroup;
children = (
@ -148,7 +137,6 @@
2AE050891D4A2C070040E4C9 /* Supporting Files */,
2AFCA7941B661CBA006DF1F4 /* Modules */,
2A58A7881B00FD11005FBBC2 /* Tests */,
2A321F081D4A635F002B0245 /* Gzip */,
2A58A7581B00F414005FBBC2 /* Products */,
);
sourceTree = "<group>";

View File

@ -1,19 +0,0 @@
//
// Gzip.h
// Gzip
//
// Created by imanishi on 7/29/16.
//
//
#import <UIKit/UIKit.h>
//! Project version number for Gzip.
FOUNDATION_EXPORT double GzipVersionNumber;
//! Project version string for Gzip.
FOUNDATION_EXPORT const unsigned char GzipVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Gzip/PublicHeader.h>

View File

@ -1,24 +0,0 @@
<?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>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>