Bootstrap Timeline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import re | |
import glob | |
import os | |
files = [] | |
for arg in sys.argv[1:]: | |
if os.path.isdir(arg): | |
arg += "/*.swift" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AlternateAppIcon13SampleApp.swift | |
// AlternateAppIcon13Sample | |
// | |
// Created by Terrence Katzenbaer on 6/8/21. | |
// | |
import SwiftUI | |
@main |