Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SwiftPM to build project #92

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/Texture"]
path = submodules/Texture
url = https://github.com/FluidGroup/Texture.git
1 change: 1 addition & 0 deletions Demo/Book.HStackLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
extension Book {

static func makeBox() -> ASDisplayNode {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.HostingCellNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import StorybookKitTextureSupport
import SwiftUI
import TextureSwiftSupport

@MainActor
@available(iOS 13, *)
extension Book {
static var hostingCellNode: some BookView {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.HostingNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import StorybookKitTextureSupport
import SwiftUI
import TextureSwiftSupport

@MainActor
@available(iOS 13, *)
extension Book {
static var hostingNode: some BookView {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.ImageNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
extension Book {

private static func makeImageNode() -> ASImageNode {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.InteractiveNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
extension Book {

private static func makeBody() -> ASDisplayNode {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.LayerBacking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
extension Book {

static func layerBacked() -> BookView {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.StyledEdgeNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
extension Book {

static func bookStyledEdgeNode() -> BookView {
Expand Down
2 changes: 2 additions & 0 deletions Demo/Book.TiledLayer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import StorybookKit
import EasyPeasy
import UIKit

@MainActor
extension Book {

static func tiledLayer() -> BookView {
Expand Down
1 change: 1 addition & 0 deletions Demo/Book.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import StorybookKit
import StorybookKitTextureSupport
import TextureSwiftSupport

@MainActor
let book = Book(title: "TextureSwiftSupport") {

if #available(iOS 13, *) {
Expand Down
6 changes: 2 additions & 4 deletions Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>
24 changes: 0 additions & 24 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,8 @@
platform :ios, '13.0'
use_frameworks!

def texture
pod "Texture/Core", "~> 3" #, git: '[email protected]:TextureGroup/Texture.git', branch: 'master'
end

target "TextureSwiftSupport" do
# Comment the next line if you don't want to use dynamic frameworks

pod "Verge/Store"
pod "Descriptors", ">= 0.2.1"
texture

target "TextureSwiftSupportTests" do
inherit! :search_paths
end
end

target "Demo-TextureSwiftSuppoprt" do
texture
pod "TypedTextAttributes"
pod "GlossButtonNode"
pod "TextureSwiftSupport", path: "./"
pod "Reveal-SDK"
pod "StorybookKit"
pod "StorybookUI"
pod "StorybookKitTextureSupport"
pod "EasyPeasy"
end

pre_install do |installer|
Expand Down
79 changes: 3 additions & 76 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,89 +1,16 @@
PODS:
- Descriptors (0.2.1):
- Descriptors/Core (= 0.2.1)
- Descriptors/Core (0.2.1)
- EasyPeasy (1.10.0)
- GlossButtonNode (3.3.0):
- Texture/Core (~> 3)
- TextureSwiftSupport (>= 3.10.0)
- Reveal-SDK (41)
- StorybookKit (1.7.0)
- StorybookKitTextureSupport (1.7.0):
- StorybookKit (>= 1.7.0)
- Texture/Core (>= 3.0.0)
- TextureBridging (>= 3.0.1)
- TextureSwiftSupport (>= 3.9.0)
- StorybookUI (1.7.0):
- StorybookKit (>= 1.3.0)
- Texture/Core (3.1.0)
- TextureBridging (3.1.0):
- Texture/Core (~> 3)
- TextureSwiftSupport (3.19.0):
- Texture/Core (>= 3)
- TextureSwiftSupport/Components (= 3.19.0)
- TextureSwiftSupport/Experiments (= 3.19.0)
- TextureSwiftSupport/Extensions (= 3.19.0)
- TextureSwiftSupport/LayoutSpecBuilders (= 3.19.0)
- TextureSwiftSupport/Components (3.19.0):
- Descriptors (>= 0.2.1)
- Texture/Core (>= 3)
- TextureSwiftSupport/LayoutSpecBuilders
- TextureSwiftSupport/Experiments (3.19.0):
- Texture/Core (>= 3)
- TextureSwiftSupport/Extensions (3.19.0):
- Texture/Core (>= 3)
- TextureSwiftSupport/LayoutSpecBuilders (3.19.0):
- Texture/Core (>= 3)
- TypedTextAttributes (1.4.0)
- Verge/ObjcBridge (8.19.0)
- Verge/Store (8.19.0):
- Verge/ObjcBridge
- Reveal-SDK (38)

DEPENDENCIES:
- Descriptors (>= 0.2.1)
- EasyPeasy
- GlossButtonNode
- Reveal-SDK
- StorybookKit
- StorybookKitTextureSupport
- StorybookUI
- Texture/Core (~> 3)
- TextureSwiftSupport (from `./`)
- TypedTextAttributes
- Verge/Store

SPEC REPOS:
trunk:
- Descriptors
- EasyPeasy
- GlossButtonNode
- Reveal-SDK
- StorybookKit
- StorybookKitTextureSupport
- StorybookUI
- Texture
- TextureBridging
- TypedTextAttributes
- Verge

EXTERNAL SOURCES:
TextureSwiftSupport:
:path: "./"

SPEC CHECKSUMS:
Descriptors: 44f9f316368c2815048b1062e0be49be59c1c696
EasyPeasy: b9b1bae024d21a7dfa9bad26d6826d88348cc6f1
GlossButtonNode: f6d7d517406a012175d604eaa258f4ed2e5b58d8
Reveal-SDK: c33a66072cd9ac5f3e6fb94984743ab5f3057d28
StorybookKit: 6821c796c7abd909ea370dbf86eb7bd5087a9e04
StorybookKitTextureSupport: 2fe047a155f87dedff413247ce1d53e26e726a1e
StorybookUI: aa60ba1ea5a169f39134822cddd2248f3840b79e
Texture: 2e8ab2519452515f7f5a520f5a8f7e0a413abfa3
TextureBridging: ddc11a6abed757a57996ab7e0d2b37c78de7e6e0
TextureSwiftSupport: 2de508abb74363be84f02721c5f0c273439963ee
TypedTextAttributes: 8b363a82553099d885c9f06648ae9aed09bec263
Verge: 5199d7de11162b5568697dabdfab4f83d99d6436
Reveal-SDK: 685ccb1f3cdb0b1d2926ec0b29f0eeb43d2240a3

PODFILE CHECKSUM: 4e988e9c85417e182d501d68fba7509ae874fb53
PODFILE CHECKSUM: 927f7ca6646c980d48f299a1c670e31487cd3f1b

COCOAPODS: 1.11.3
Loading