Skip to content

Commit

Permalink
Kill flowerboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
watt committed Apr 27, 2023
1 parent 5159ebf commit ca115db
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 186 deletions.
2 changes: 2 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--shortoptionals always
--voidtype void
--wraparguments before-first
--header strip

--rules anyObjectProtocol
--rules blankLinesBetweenScopes
Expand All @@ -24,6 +25,7 @@
--rules emptyBraces
--rules extensionAccessControl
--rules indent
--rules fileHeader
--rules leadingDelimiters
--rules linebreakAtEndOfFile
--rules modifierOrder
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/BlueprintView/ElementPreview.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ElementPreview.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 4/14/20.
//

#if DEBUG && canImport(SwiftUI) && !arch(i386) && !arch(arm)

import SwiftUI
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/Element/UIViewElement.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIViewElement.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 6/4/20.
//

import UIKit


Expand Down
8 changes: 0 additions & 8 deletions BlueprintUI/Sources/Layout/Conditionals.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// Conditionals.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 9/22/20.
//


extension Element {

//
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/Layout/Decorate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Decorate.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 11/4/20.
//

import UIKit


Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/Layout/Empty.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Empty.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 6/4/20.
//

import UIKit


Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/Layout/Keyed.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Keyed.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 4/2/21.
//

import UIKit


Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Sources/Layout/LayoutWriter.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// LayoutWriter.swift
// BlueprintUI
//
// Created by Kyle Van Essen on 10/7/20.
//

import UIKit


Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/AdaptedEnvironmentTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// AdaptedEnvironmentTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 6/28/21.
//

import XCTest
@testable import BlueprintUI

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/BlueprintViewAdditions.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// BlueprintViewAdditions.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 2/21/20.
//

import UIKit

@testable import BlueprintUI
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/BuilderTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// BuilderTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 11/10/21.
//

import BlueprintUI
import XCTest

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/DecorateTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// DecorateTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 12/10/20.
//

import XCTest
@testable import BlueprintUI

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/KeyedTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// KeyedTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 4/5/21.
//

import BlueprintUI
import XCTest

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/LayoutResultNode+Testing.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Kyle Bashour on 9/24/21.
//

import XCTest
@testable import BlueprintUI

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/LayoutWriterTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// LayoutWriterTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 12/8/20.
//

import UIKit
import XCTest
@testable import BlueprintUI
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/UIViewElementTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIViewElementTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 6/8/20.
//

import UIKit
import XCTest
@testable import BlueprintUI
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUI/Tests/ViewDiffingBehaviourTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ViewDiffingBehaviourTests.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 2/20/20.
//

import Foundation
import XCTest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// AttributedLabel+Environment.swift
// BlueprintUICommonControls
//
// Created by Kyle Bashour on 12/16/21.
//

import BlueprintUI
import UIKit

Expand Down
7 changes: 0 additions & 7 deletions BlueprintUICommonControls/Sources/EditingMenu.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// EditingMenu.swift
// BlueprintUICommonControls
//
// Created by Kyle Van Essen on 1/5/22.
//

import BlueprintUI
import Foundation
import UIKit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// KeyboardObserver.swift
// BlueprintUICommonControls
//
// Created by Kyle Van Essen on 2/16/20.
//

import UIKit


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIBezierPath+Extensions.swift
//
//
// Created by Kyle Van Essen on 6/6/22.
//

import UIKit


Expand Down
7 changes: 0 additions & 7 deletions BlueprintUICommonControls/Tests/Sources/Element+Testing.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Kyle Van Essen on 1/12/22.
//

import BlueprintUI
import UIKit
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// PerformancePlayground.swift
// BlueprintUI-Unit-Tests
//
// Created by Kyle Van Essen on 6/23/20.
//

import XCTest
@testable import BlueprintUI
@testable import BlueprintUICommonControls
Expand Down
7 changes: 0 additions & 7 deletions BlueprintUICommonControls/Tests/Sources/ScrollViewTests.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ScrollViewTests.swift
// BlueprintUICommonControls-Unit-Tests
//
// Created by Kyle Van Essen on 2/26/20.
//

import Foundation
import XCTest

Expand Down
8 changes: 0 additions & 8 deletions SampleApp/Sources/RootViewController.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// RootViewController.swift
// SampleApp
//
// Created by Kyle Van Essen on 6/26/20.
// Copyright © 2020 Square. All rights reserved.
//

import Foundation


Expand Down
8 changes: 0 additions & 8 deletions SampleApp/Sources/ScrollViewKeyboardViewController.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// ScrollViewKeyboardViewController.swift
// SampleApp
//
// Created by Kyle Van Essen on 3/22/20.
// Copyright © 2020 Square. All rights reserved.
//

import BlueprintUI
import BlueprintUICommonControls
import UIKit
Expand Down
8 changes: 0 additions & 8 deletions SampleApp/Sources/XcodePreviewDemo.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// XcodePreviewDemo.swift
// SampleApp
//
// Created by Kyle Van Essen on 4/14/20.
// Copyright © 2020 Square. All rights reserved.
//

import BlueprintUI
import BlueprintUICommonControls

Expand Down

0 comments on commit ca115db

Please sign in to comment.