Skip to content

Commit

Permalink
Merge pull request #11 from jeanetienne/reverse-spm
Browse files Browse the repository at this point in the history
Reverse spm
  • Loading branch information
jeanetienne authored Feb 10, 2019
2 parents a8ac2ef + 875ada7 commit cc65bfa
Show file tree
Hide file tree
Showing 23 changed files with 155 additions and 142 deletions.
178 changes: 88 additions & 90 deletions AssetResizer.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

File renamed without changes.
26 changes: 26 additions & 0 deletions AssetResizer/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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>CFBundleVersion</key>
<string>9</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Jean-Étienne. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions AssetResizerTests/AssetResizerTests.swift.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// AssetResizer
// Copyright © 2019 Jean-Étienne. All rights reserved.
//

import XCTest

@testable import AssetResizer

<<<<<<< HEAD:Tests/AssetResizerTests/AssetResizerTests.swift
final class AssetResizerTests: XCTestCase {

static let identifier = "net.jeanetienne.AssetResizerTests"
=======
class AssetResizerTests: XCTestCase {
>>>>>>> parent of c22513e... Moving on to using Swift Package Manager:AssetResizerTests/AssetResizerTests.swift

}
22 changes: 22 additions & 0 deletions AssetResizerTests/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>9</string>
</dict>
</plist>
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions Package.swift

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/jeanetienne/AssetResizer/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/jeanetienne/AssetResizer.svg)](https://github.com/jeanetienne/AssetResizer/releases)
[![codecov.io](https://codecov.io/github/jeanetienne/AssetResizer/coverage.svg?branch=master&style=flat)](https://codecov.io/github/jeanetienne/AssetResizer/?branch=master)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Create app icons based on the content of your .appiconset folder
AssetResizer helps you read the contents of your AppIcon sets in your Xcode asset catalogs and resize your app icon accordingly.
9 changes: 0 additions & 9 deletions Tests/AssetResizerTests/XCTestManifests.swift

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

0 comments on commit cc65bfa

Please sign in to comment.