Reorganize project folders and delete unnecessary files

This commit is contained in:
Pedro Piñera 2018-06-23 18:25:35 +02:00
parent 3879973e1a
commit f66f96cfff
146 changed files with 755 additions and 1150 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B9A9EDEE20C0638A00648396"
BuildableName = "xpm-embed"
BlueprintName = "xpm-embed"
BuildableName = "xpmembed"
BlueprintName = "xpmembed"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -33,8 +33,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B9A9EDEE20C0638A00648396"
BuildableName = "xpm-embed"
BlueprintName = "xpm-embed"
BuildableName = "xpmembed"
BlueprintName = "xpmembed"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -56,8 +56,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B9A9EDEE20C0638A00648396"
BuildableName = "xpm-embed"
BlueprintName = "xpm-embed"
BuildableName = "xpmembed"
BlueprintName = "xpmembed"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
@ -75,8 +75,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B9A9EDEE20C0638A00648396"
BuildableName = "xpm-embed"
BlueprintName = "xpm-embed"
BuildableName = "xpmembed"
BlueprintName = "xpmembed"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>

View File

@ -6,6 +6,5 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet var window: NSWindow!
func applicationDidFinishLaunching(_: Notification) {
UpdateController().checkAndUpdateFromApp(sender: self)
}
}

View File

@ -125,7 +125,7 @@ final class LinkGenerator: LinkGenerating {
/// - pbxTarget: Xcode target.
/// - objects: Xcode project objects.
/// - fileElements: project file elements.
/// - resourceLocator: resource locator used to get the path to the "xpm-embed" util.
/// - resourceLocator: resource locator used to get the path to the "xpmembed" util.
/// - sourceRootPath: path to the folder where the Xcode project is generated.
func generateEmbedPhase(dependencies: [DependencyReference],
pbxTarget: PBXTarget,

View File

@ -119,7 +119,7 @@ final class ResourceLocator: ResourceLocating {
/// - Returns: path to the embed util.
/// - Throws: an error if embed cannot be found.
func embedPath() throws -> AbsolutePath {
return try toolPath("xpm-embed")
return try toolPath("xpmembed")
}
/// Returns the path to the tool with the given name.

View File

@ -1,5 +0,0 @@
import XCTest
@testable import xpm
class xpmTests: XCTestCase {
}

Some files were not shown because too many files have changed in this diff Show More