Skip to content

artemnovichkov/splash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏊🏻 Splash

Swift 4 Swift Package Manager Make BuddyBuild

Test different app layouts with only one device.

Features

  • Configuring Xcode project for different layouts

Using

Run splash in a project directory and choose a layout. Also Splash cleans Build folder to remove cached splash screens.

Installing

Homebrew (recommended):

$ brew install artemnovichkov/projects/splash

Make:

$ git clone https://github.com/artemnovichkov/splash.git
$ cd splash
$ make

Swift Package Manager:

// swift-tools-version:4.0

import PackageDescription

let package = Package(
    name: "Project",
    dependencies: [
    .package(url: "https://github.com/artemnovichkov/splash.git", from: "1.0.0"),
        ],
    targets: [
        .target(
            name: "Project", dependencies: ["splash"])
    ]
)

TODOs:

  • A command for cleaning: removing added files, return Splash Screen path

Author

Artem Novichkov, novichkoff93@gmail.com

License

Splash is available under the MIT license. See the LICENSE file for more info.