Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Aug 12, 2023
1 parent d3a5de0 commit 0a609de
Show file tree
Hide file tree
Showing 85 changed files with 666 additions and 1,553 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Demo/DSLCheck.swift → Development/Demo/DSLCheck.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import Foundation

import StorybookKit
import UIKit

enum DSLCheck {

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
608 changes: 608 additions & 0 deletions Development/Storybook.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"pins" : [
{
"identity" : "descriptors",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/Descriptors",
"state" : {
"revision" : "f41ce2605a76c5d378fe8c5e8c5c98b544dfd108",
"version" : "0.2.3"
}
},
{
"identity" : "mondrianlayout",
"kind" : "remoteSourceControl",
"location" : "https://github.com/muukii/MondrianLayout.git",
"state" : {
"revision" : "5f00b13984fe08316fc5b5be06e2f41c14a3befa",
"version" : "0.10.0"
}
},
{
"identity" : "texture",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/Texture.git",
"state" : {
"branch" : "spm",
"revision" : "17e0b467fe7360cfb29f2612785acf60e86775e9"
}
},
{
"identity" : "texturebridging",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/TextureBridging.git",
"state" : {
"branch" : "main",
"revision" : "ed8d3ac84c3fda90832c793fdeb8972154bd15fe"
}
},
{
"identity" : "textureswiftsupport",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/TextureSwiftSupport.git",
"state" : {
"branch" : "main",
"revision" : "5ebbc98ddfdac136620a95b7cf01894f4863f811"
}
}
],
"version" : 2
}
15 changes: 6 additions & 9 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// swift-tools-version:5.5
// swift-tools-version:5.8
import PackageDescription

let package = Package(
name: "Storybook",
platforms: [
.iOS(.v13)
.iOS(.v14)
],
products: [
.library(name: "StorybookKit", targets: ["StorybookKit"]),
Expand All @@ -19,22 +19,19 @@ let package = Package(
targets: [
.target(
name: "StorybookKit",
dependencies: [],
path: "StorybookKit"
dependencies: []
),
.target(
name: "StorybookKitTextureSupport",
dependencies: [
.product(name: "TextureSwiftSupport", package: "TextureSwiftSupport"),
.product(name: "TextureBridging", package: "TextureBridging"),
"StorybookKit",
],
path: "StorybookKitTextureSupport"
]
),
.target(
name: "StorybookUI",
dependencies: ["StorybookKit", "MondrianLayout"],
path: "StorybookUI"
),
dependencies: ["StorybookKit", "MondrianLayout"]
)
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,465 changes: 0 additions & 1,465 deletions Storybook.xcodeproj/project.pbxproj

This file was deleted.

10 changes: 0 additions & 10 deletions Storybook.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions Storybook.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

18 changes: 0 additions & 18 deletions StorybookKit.podspec

This file was deleted.

22 changes: 0 additions & 22 deletions StorybookKitTextureSupport.podspec

This file was deleted.

20 changes: 0 additions & 20 deletions StorybookUI.podspec

This file was deleted.

0 comments on commit 0a609de

Please sign in to comment.