diff --git a/Demo/AppDelegate.swift b/Development/Demo/AppDelegate.swift similarity index 100% rename from Demo/AppDelegate.swift rename to Development/Demo/AppDelegate.swift diff --git a/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json b/Development/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Demo/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Development/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Demo/Assets.xcassets/Contents.json b/Development/Demo/Assets.xcassets/Contents.json similarity index 100% rename from Demo/Assets.xcassets/Contents.json rename to Development/Demo/Assets.xcassets/Contents.json diff --git a/Demo/Base.lproj/LaunchScreen.storyboard b/Development/Demo/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from Demo/Base.lproj/LaunchScreen.storyboard rename to Development/Demo/Base.lproj/LaunchScreen.storyboard diff --git a/Demo/Base.lproj/Main.storyboard b/Development/Demo/Base.lproj/Main.storyboard similarity index 100% rename from Demo/Base.lproj/Main.storyboard rename to Development/Demo/Base.lproj/Main.storyboard diff --git a/Demo/DSLCheck.swift b/Development/Demo/DSLCheck.swift similarity index 99% rename from Demo/DSLCheck.swift rename to Development/Demo/DSLCheck.swift index 720bd83..6be7b6f 100644 --- a/Demo/DSLCheck.swift +++ b/Development/Demo/DSLCheck.swift @@ -22,6 +22,7 @@ import Foundation import StorybookKit +import UIKit enum DSLCheck { diff --git a/Demo/Info.plist b/Development/Demo/Info.plist similarity index 100% rename from Demo/Info.plist rename to Development/Demo/Info.plist diff --git a/Demo/ViewController.swift b/Development/Demo/ViewController.swift similarity index 100% rename from Demo/ViewController.swift rename to Development/Demo/ViewController.swift diff --git a/MyUIKit/Elements/FilledLabel.swift b/Development/MyUIKit/Elements/FilledLabel.swift similarity index 100% rename from MyUIKit/Elements/FilledLabel.swift rename to Development/MyUIKit/Elements/FilledLabel.swift diff --git a/MyUIKit/Elements/LightLabel.swift b/Development/MyUIKit/Elements/LightLabel.swift similarity index 100% rename from MyUIKit/Elements/LightLabel.swift rename to Development/MyUIKit/Elements/LightLabel.swift diff --git a/MyUIKit/Elements/MyComponent.swift b/Development/MyUIKit/Elements/MyComponent.swift similarity index 100% rename from MyUIKit/Elements/MyComponent.swift rename to Development/MyUIKit/Elements/MyComponent.swift diff --git a/MyUIKit/Elements/MyLabel.swift b/Development/MyUIKit/Elements/MyLabel.swift similarity index 100% rename from MyUIKit/Elements/MyLabel.swift rename to Development/MyUIKit/Elements/MyLabel.swift diff --git a/MyUIKit/Info.plist b/Development/MyUIKit/Info.plist similarity index 100% rename from MyUIKit/Info.plist rename to Development/MyUIKit/Info.plist diff --git a/MyUIKit/MyBook.swift b/Development/MyUIKit/MyBook.swift similarity index 100% rename from MyUIKit/MyBook.swift rename to Development/MyUIKit/MyBook.swift diff --git a/MyUIKit/MyUIKit.h b/Development/MyUIKit/MyUIKit.h similarity index 100% rename from MyUIKit/MyUIKit.h rename to Development/MyUIKit/MyUIKit.h diff --git a/Storybook.xcodeproj/StorybookKit_Info.plist b/Development/Storybook.xcodeproj/StorybookKit_Info.plist similarity index 100% rename from Storybook.xcodeproj/StorybookKit_Info.plist rename to Development/Storybook.xcodeproj/StorybookKit_Info.plist diff --git a/Storybook.xcodeproj/StorybookUI_Info.plist b/Development/Storybook.xcodeproj/StorybookUI_Info.plist similarity index 100% rename from Storybook.xcodeproj/StorybookUI_Info.plist rename to Development/Storybook.xcodeproj/StorybookUI_Info.plist diff --git a/Development/Storybook.xcodeproj/project.pbxproj b/Development/Storybook.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2d4eee3 --- /dev/null +++ b/Development/Storybook.xcodeproj/project.pbxproj @@ -0,0 +1,608 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 54; + objects = { + +/* Begin PBXBuildFile section */ + 4B0BDD7F2A87A4C800CF2633 /* StorybookKit in Frameworks */ = {isa = PBXBuildFile; productRef = 4B0BDD7E2A87A4C800CF2633 /* StorybookKit */; }; + 4B0BDD812A87A4C800CF2633 /* StorybookKitTextureSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 4B0BDD802A87A4C800CF2633 /* StorybookKitTextureSupport */; }; + 4B0BDD832A87A4C800CF2633 /* StorybookUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4B0BDD822A87A4C800CF2633 /* StorybookUI */; }; + 4B0BDD852A87A4DA00CF2633 /* StorybookKit in Frameworks */ = {isa = PBXBuildFile; productRef = 4B0BDD842A87A4DA00CF2633 /* StorybookKit */; }; + 4B81F791246F34BE009C7602 /* DSLCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F790246F34BE009C7602 /* DSLCheck.swift */; }; + 4BB03C0922267064006E9E49 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB03C0822267064006E9E49 /* AppDelegate.swift */; }; + 4BB03C0B22267064006E9E49 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB03C0A22267064006E9E49 /* ViewController.swift */; }; + 4BB03C0E22267064006E9E49 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C0C22267064006E9E49 /* Main.storyboard */; }; + 4BB03C1022267065006E9E49 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C0F22267065006E9E49 /* Assets.xcassets */; }; + 4BB03C1322267065006E9E49 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */; }; + 4BB03C2A2226709D006E9E49 /* MyUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB03C282226709D006E9E49 /* MyUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BB03C2D2226709D006E9E49 /* MyUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; }; + 4BB03C2E2226709D006E9E49 /* MyUIKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 4BB13678246F2DC700A2DFFE /* MyBook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB13677246F2DC700A2DFFE /* MyBook.swift */; }; + 4BBE1109247557CB009E401C /* MyComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBE1108247557CB009E401C /* MyComponent.swift */; }; + 9523242A23D1C76C00677D5A /* MyLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242923D1C76C00677D5A /* MyLabel.swift */; }; + 9523242C23D1C81A00677D5A /* LightLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242B23D1C81A00677D5A /* LightLabel.swift */; }; + 9523242E23D1E8D200677D5A /* FilledLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242D23D1E8D200677D5A /* FilledLabel.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 4BB03C2B2226709D006E9E49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 957A89282226610200CDD25D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BB03C252226709D006E9E49; + remoteInfo = MyUIKit; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 4BB03C2022267075006E9E49 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 4BB03C2E2226709D006E9E49 /* MyUIKit.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 4B0BDD7C2A87A4A200CF2633 /* Storybook-ios */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "Storybook-ios"; path = ..; sourceTree = ""; }; + 4B81F790246F34BE009C7602 /* DSLCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DSLCheck.swift; sourceTree = ""; }; + 4BB03C0622267064006E9E49 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4BB03C0822267064006E9E49 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 4BB03C0A22267064006E9E49 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 4BB03C0D22267064006E9E49 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 4BB03C0F22267065006E9E49 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 4BB03C1222267065006E9E49 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 4BB03C1422267065006E9E49 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4BB03C262226709D006E9E49 /* MyUIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MyUIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4BB03C282226709D006E9E49 /* MyUIKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyUIKit.h; sourceTree = ""; }; + 4BB03C292226709D006E9E49 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4BB13677246F2DC700A2DFFE /* MyBook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyBook.swift; sourceTree = ""; }; + 4BBE1108247557CB009E401C /* MyComponent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyComponent.swift; sourceTree = ""; }; + 9523242923D1C76C00677D5A /* MyLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyLabel.swift; sourceTree = ""; }; + 9523242B23D1C81A00677D5A /* LightLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightLabel.swift; sourceTree = ""; }; + 9523242D23D1E8D200677D5A /* FilledLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilledLabel.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 4BB03C0322267064006E9E49 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B0BDD812A87A4C800CF2633 /* StorybookKitTextureSupport in Frameworks */, + 4B0BDD832A87A4C800CF2633 /* StorybookUI in Frameworks */, + 4B0BDD7F2A87A4C800CF2633 /* StorybookKit in Frameworks */, + 4BB03C2D2226709D006E9E49 /* MyUIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4BB03C232226709D006E9E49 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B0BDD852A87A4DA00CF2633 /* StorybookKit in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 4B0BDD7D2A87A4C800CF2633 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; + 4BB03C0722267064006E9E49 /* Demo */ = { + isa = PBXGroup; + children = ( + 4BB03C0822267064006E9E49 /* AppDelegate.swift */, + 4BB03C0A22267064006E9E49 /* ViewController.swift */, + 4BB03C0C22267064006E9E49 /* Main.storyboard */, + 4BB03C0F22267065006E9E49 /* Assets.xcassets */, + 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */, + 4BB03C1422267065006E9E49 /* Info.plist */, + 4B81F790246F34BE009C7602 /* DSLCheck.swift */, + ); + path = Demo; + sourceTree = ""; + }; + 4BB03C272226709D006E9E49 /* MyUIKit */ = { + isa = PBXGroup; + children = ( + 4BB03C282226709D006E9E49 /* MyUIKit.h */, + 4BB03C292226709D006E9E49 /* Info.plist */, + 4BB13677246F2DC700A2DFFE /* MyBook.swift */, + 9523242823D1C76000677D5A /* Elements */, + ); + path = MyUIKit; + sourceTree = ""; + }; + 9523242823D1C76000677D5A /* Elements */ = { + isa = PBXGroup; + children = ( + 9523242D23D1E8D200677D5A /* FilledLabel.swift */, + 9523242B23D1C81A00677D5A /* LightLabel.swift */, + 9523242923D1C76C00677D5A /* MyLabel.swift */, + 4BBE1108247557CB009E401C /* MyComponent.swift */, + ); + path = Elements; + sourceTree = ""; + }; + 957A89272226610200CDD25D = { + isa = PBXGroup; + children = ( + 4B0BDD7C2A87A4A200CF2633 /* Storybook-ios */, + 4BB03C0722267064006E9E49 /* Demo */, + 4BB03C272226709D006E9E49 /* MyUIKit */, + 957A89322226610200CDD25D /* Products */, + 4B0BDD7D2A87A4C800CF2633 /* Frameworks */, + ); + indentWidth = 2; + sourceTree = ""; + tabWidth = 2; + }; + 957A89322226610200CDD25D /* Products */ = { + isa = PBXGroup; + children = ( + 4BB03C0622267064006E9E49 /* Demo.app */, + 4BB03C262226709D006E9E49 /* MyUIKit.framework */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 4BB03C212226709D006E9E49 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4BB03C2A2226709D006E9E49 /* MyUIKit.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 4BB03C0522267064006E9E49 /* Demo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4BB03C1522267065006E9E49 /* Build configuration list for PBXNativeTarget "Demo" */; + buildPhases = ( + 4BB03C0222267064006E9E49 /* Sources */, + 4BB03C0322267064006E9E49 /* Frameworks */, + 4BB03C0422267064006E9E49 /* Resources */, + 4BB03C2022267075006E9E49 /* Embed Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 4BB03C2C2226709D006E9E49 /* PBXTargetDependency */, + ); + name = Demo; + packageProductDependencies = ( + 4B0BDD7E2A87A4C800CF2633 /* StorybookKit */, + 4B0BDD802A87A4C800CF2633 /* StorybookKitTextureSupport */, + 4B0BDD822A87A4C800CF2633 /* StorybookUI */, + ); + productName = Demo; + productReference = 4BB03C0622267064006E9E49 /* Demo.app */; + productType = "com.apple.product-type.application"; + }; + 4BB03C252226709D006E9E49 /* MyUIKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4BB03C2F2226709D006E9E49 /* Build configuration list for PBXNativeTarget "MyUIKit" */; + buildPhases = ( + 4BB03C212226709D006E9E49 /* Headers */, + 4BB03C222226709D006E9E49 /* Sources */, + 4BB03C232226709D006E9E49 /* Frameworks */, + 4BB03C242226709D006E9E49 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MyUIKit; + packageProductDependencies = ( + 4B0BDD842A87A4DA00CF2633 /* StorybookKit */, + ); + productName = MyUIKit; + productReference = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 957A89282226610200CDD25D /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1250; + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = "eureka, Inc."; + TargetAttributes = { + 4BB03C0522267064006E9E49 = { + CreatedOnToolsVersion = 10.1; + LastSwiftMigration = 1130; + }; + 4BB03C252226709D006E9E49 = { + CreatedOnToolsVersion = 10.1; + LastSwiftMigration = 1130; + }; + }; + }; + buildConfigurationList = 957A892B2226610200CDD25D /* Build configuration list for PBXProject "Storybook" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 957A89272226610200CDD25D; + productRefGroup = 957A89322226610200CDD25D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 4BB03C0522267064006E9E49 /* Demo */, + 4BB03C252226709D006E9E49 /* MyUIKit */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 4BB03C0422267064006E9E49 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4BB03C1322267065006E9E49 /* LaunchScreen.storyboard in Resources */, + 4BB03C1022267065006E9E49 /* Assets.xcassets in Resources */, + 4BB03C0E22267064006E9E49 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4BB03C242226709D006E9E49 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 4BB03C0222267064006E9E49 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4BB03C0B22267064006E9E49 /* ViewController.swift in Sources */, + 4BB03C0922267064006E9E49 /* AppDelegate.swift in Sources */, + 4B81F791246F34BE009C7602 /* DSLCheck.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4BB03C222226709D006E9E49 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9523242E23D1E8D200677D5A /* FilledLabel.swift in Sources */, + 9523242A23D1C76C00677D5A /* MyLabel.swift in Sources */, + 4BB13678246F2DC700A2DFFE /* MyBook.swift in Sources */, + 4BBE1109247557CB009E401C /* MyComponent.swift in Sources */, + 9523242C23D1C81A00677D5A /* LightLabel.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 4BB03C2C2226709D006E9E49 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4BB03C252226709D006E9E49 /* MyUIKit */; + targetProxy = 4BB03C2B2226709D006E9E49 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 4BB03C0C22267064006E9E49 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 4BB03C0D22267064006E9E49 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 4BB03C1222267065006E9E49 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 4BB03C1622267065006E9E49 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; + INFOPLIST_FILE = Demo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.Demo; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4BB03C1722267065006E9E49 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; + INFOPLIST_FILE = Demo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.Demo; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 4BB03C302226709D006E9E49 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = ""; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = MyUIKit/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.demo.MyUIKit; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4BB03C312226709D006E9E49 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = ""; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = MyUIKit/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.demo.MyUIKit; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 957A89372226610200CDD25D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_STRICT_CONCURRENCY = complete; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 957A89382226610200CDD25D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_STRICT_CONCURRENCY = complete; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 4BB03C1522267065006E9E49 /* Build configuration list for PBXNativeTarget "Demo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4BB03C1622267065006E9E49 /* Debug */, + 4BB03C1722267065006E9E49 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4BB03C2F2226709D006E9E49 /* Build configuration list for PBXNativeTarget "MyUIKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4BB03C302226709D006E9E49 /* Debug */, + 4BB03C312226709D006E9E49 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 957A892B2226610200CDD25D /* Build configuration list for PBXProject "Storybook" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 957A89372226610200CDD25D /* Debug */, + 957A89382226610200CDD25D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCSwiftPackageProductDependency section */ + 4B0BDD7E2A87A4C800CF2633 /* StorybookKit */ = { + isa = XCSwiftPackageProductDependency; + productName = StorybookKit; + }; + 4B0BDD802A87A4C800CF2633 /* StorybookKitTextureSupport */ = { + isa = XCSwiftPackageProductDependency; + productName = StorybookKitTextureSupport; + }; + 4B0BDD822A87A4C800CF2633 /* StorybookUI */ = { + isa = XCSwiftPackageProductDependency; + productName = StorybookUI; + }; + 4B0BDD842A87A4DA00CF2633 /* StorybookKit */ = { + isa = XCSwiftPackageProductDependency; + productName = StorybookKit; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = 957A89282226610200CDD25D /* Project object */; +} diff --git a/Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Development/Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 70% rename from Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Development/Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 5b10d53..919434a 100644 --- a/Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Development/Storybook.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:"> diff --git a/Storybook.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Storybook.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Storybook.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from Storybook.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..2f7de4d --- /dev/null +++ b/Development/Storybook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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 +} diff --git a/Storybook.xcodeproj/xcshareddata/IDETemplateMacros.plist b/Development/Storybook.xcodeproj/xcshareddata/IDETemplateMacros.plist similarity index 100% rename from Storybook.xcodeproj/xcshareddata/IDETemplateMacros.plist rename to Development/Storybook.xcodeproj/xcshareddata/IDETemplateMacros.plist diff --git a/Storybook.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist b/Development/Storybook.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist similarity index 100% rename from Storybook.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist rename to Development/Storybook.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist diff --git a/Storybook.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme b/Development/Storybook.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme similarity index 100% rename from Storybook.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme rename to Development/Storybook.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme diff --git a/Storybook.xcodeproj/xcshareddata/xcschemes/Storybook-Package.xcscheme b/Development/Storybook.xcodeproj/xcshareddata/xcschemes/Storybook-Package.xcscheme similarity index 100% rename from Storybook.xcodeproj/xcshareddata/xcschemes/Storybook-Package.xcscheme rename to Development/Storybook.xcodeproj/xcshareddata/xcschemes/Storybook-Package.xcscheme diff --git a/Package.swift b/Package.swift index ef3bb84..58b6e18 100644 --- a/Package.swift +++ b/Package.swift @@ -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"]), @@ -19,8 +19,7 @@ let package = Package( targets: [ .target( name: "StorybookKit", - dependencies: [], - path: "StorybookKit" + dependencies: [] ), .target( name: "StorybookKitTextureSupport", @@ -28,13 +27,11 @@ let package = Package( .product(name: "TextureSwiftSupport", package: "TextureSwiftSupport"), .product(name: "TextureBridging", package: "TextureBridging"), "StorybookKit", - ], - path: "StorybookKitTextureSupport" + ] ), .target( name: "StorybookUI", - dependencies: ["StorybookKit", "MondrianLayout"], - path: "StorybookUI" - ), + dependencies: ["StorybookKit", "MondrianLayout"] + ) ] ) diff --git a/StorybookKit/BookGenerator.swift b/Sources/StorybookKit/BookGenerator.swift similarity index 100% rename from StorybookKit/BookGenerator.swift rename to Sources/StorybookKit/BookGenerator.swift diff --git a/StorybookKit/BookLorem.swift b/Sources/StorybookKit/BookLorem.swift similarity index 100% rename from StorybookKit/BookLorem.swift rename to Sources/StorybookKit/BookLorem.swift diff --git a/StorybookKit/BookViewPresentableType.swift b/Sources/StorybookKit/BookViewPresentableType.swift similarity index 100% rename from StorybookKit/BookViewPresentableType.swift rename to Sources/StorybookKit/BookViewPresentableType.swift diff --git a/StorybookKit/Compositions/BookForEach.swift b/Sources/StorybookKit/Compositions/BookForEach.swift similarity index 100% rename from StorybookKit/Compositions/BookForEach.swift rename to Sources/StorybookKit/Compositions/BookForEach.swift diff --git a/StorybookKit/Compositions/BookGroup.swift b/Sources/StorybookKit/Compositions/BookGroup.swift similarity index 100% rename from StorybookKit/Compositions/BookGroup.swift rename to Sources/StorybookKit/Compositions/BookGroup.swift diff --git a/StorybookKit/Compositions/BookPadding.swift b/Sources/StorybookKit/Compositions/BookPadding.swift similarity index 100% rename from StorybookKit/Compositions/BookPadding.swift rename to Sources/StorybookKit/Compositions/BookPadding.swift diff --git a/StorybookKit/Compositions/BookPattern.swift b/Sources/StorybookKit/Compositions/BookPattern.swift similarity index 100% rename from StorybookKit/Compositions/BookPattern.swift rename to Sources/StorybookKit/Compositions/BookPattern.swift diff --git a/StorybookKit/Compositions/BookScope.swift b/Sources/StorybookKit/Compositions/BookScope.swift similarity index 100% rename from StorybookKit/Compositions/BookScope.swift rename to Sources/StorybookKit/Compositions/BookScope.swift diff --git a/StorybookKit/Compositions/BookSection.swift b/Sources/StorybookKit/Compositions/BookSection.swift similarity index 100% rename from StorybookKit/Compositions/BookSection.swift rename to Sources/StorybookKit/Compositions/BookSection.swift diff --git a/StorybookKit/Deprecates/BookHeadline.swift b/Sources/StorybookKit/Deprecates/BookHeadline.swift similarity index 100% rename from StorybookKit/Deprecates/BookHeadline.swift rename to Sources/StorybookKit/Deprecates/BookHeadline.swift diff --git a/StorybookKit/Primitives/Book.swift b/Sources/StorybookKit/Primitives/Book.swift similarity index 100% rename from StorybookKit/Primitives/Book.swift rename to Sources/StorybookKit/Primitives/Book.swift diff --git a/StorybookKit/Primitives/BookAction.swift b/Sources/StorybookKit/Primitives/BookAction.swift similarity index 100% rename from StorybookKit/Primitives/BookAction.swift rename to Sources/StorybookKit/Primitives/BookAction.swift diff --git a/StorybookKit/Primitives/BookCallout.swift b/Sources/StorybookKit/Primitives/BookCallout.swift similarity index 100% rename from StorybookKit/Primitives/BookCallout.swift rename to Sources/StorybookKit/Primitives/BookCallout.swift diff --git a/StorybookKit/Primitives/BookInteractive.swift b/Sources/StorybookKit/Primitives/BookInteractive.swift similarity index 100% rename from StorybookKit/Primitives/BookInteractive.swift rename to Sources/StorybookKit/Primitives/BookInteractive.swift diff --git a/StorybookKit/Primitives/BookNavigationLink.swift b/Sources/StorybookKit/Primitives/BookNavigationLink.swift similarity index 100% rename from StorybookKit/Primitives/BookNavigationLink.swift rename to Sources/StorybookKit/Primitives/BookNavigationLink.swift diff --git a/StorybookKit/Primitives/BookPage.swift b/Sources/StorybookKit/Primitives/BookPage.swift similarity index 100% rename from StorybookKit/Primitives/BookPage.swift rename to Sources/StorybookKit/Primitives/BookPage.swift diff --git a/StorybookKit/Primitives/BookPresent.swift b/Sources/StorybookKit/Primitives/BookPresent.swift similarity index 100% rename from StorybookKit/Primitives/BookPresent.swift rename to Sources/StorybookKit/Primitives/BookPresent.swift diff --git a/StorybookKit/Primitives/BookPreview.swift b/Sources/StorybookKit/Primitives/BookPreview.swift similarity index 100% rename from StorybookKit/Primitives/BookPreview.swift rename to Sources/StorybookKit/Primitives/BookPreview.swift diff --git a/StorybookKit/Primitives/BookPush.swift b/Sources/StorybookKit/Primitives/BookPush.swift similarity index 100% rename from StorybookKit/Primitives/BookPush.swift rename to Sources/StorybookKit/Primitives/BookPush.swift diff --git a/StorybookKit/Primitives/BookText.swift b/Sources/StorybookKit/Primitives/BookText.swift similarity index 100% rename from StorybookKit/Primitives/BookText.swift rename to Sources/StorybookKit/Primitives/BookText.swift diff --git a/StorybookKit/Primitives/BookTree.swift b/Sources/StorybookKit/Primitives/BookTree.swift similarity index 100% rename from StorybookKit/Primitives/BookTree.swift rename to Sources/StorybookKit/Primitives/BookTree.swift diff --git a/StorybookKit/Primitives/BookView.swift b/Sources/StorybookKit/Primitives/BookView.swift similarity index 100% rename from StorybookKit/Primitives/BookView.swift rename to Sources/StorybookKit/Primitives/BookView.swift diff --git a/StorybookKit/Primitives/ComponentBuilder.swift b/Sources/StorybookKit/Primitives/ComponentBuilder.swift similarity index 100% rename from StorybookKit/Primitives/ComponentBuilder.swift rename to Sources/StorybookKit/Primitives/ComponentBuilder.swift diff --git a/StorybookKit/StorybookKit.h b/Sources/StorybookKit/StorybookKit.h similarity index 100% rename from StorybookKit/StorybookKit.h rename to Sources/StorybookKit/StorybookKit.h diff --git a/StorybookKit/StorybookKit.swift b/Sources/StorybookKit/StorybookKit.swift similarity index 100% rename from StorybookKit/StorybookKit.swift rename to Sources/StorybookKit/StorybookKit.swift diff --git a/StorybookKit/Typography/BookHeading1.swift b/Sources/StorybookKit/Typography/BookHeading1.swift similarity index 100% rename from StorybookKit/Typography/BookHeading1.swift rename to Sources/StorybookKit/Typography/BookHeading1.swift diff --git a/StorybookKit/Typography/BookHeading2.swift b/Sources/StorybookKit/Typography/BookHeading2.swift similarity index 100% rename from StorybookKit/Typography/BookHeading2.swift rename to Sources/StorybookKit/Typography/BookHeading2.swift diff --git a/StorybookKit/Typography/BookHeading3.swift b/Sources/StorybookKit/Typography/BookHeading3.swift similarity index 100% rename from StorybookKit/Typography/BookHeading3.swift rename to Sources/StorybookKit/Typography/BookHeading3.swift diff --git a/StorybookKit/Typography/BookParagraph.swift b/Sources/StorybookKit/Typography/BookParagraph.swift similarity index 100% rename from StorybookKit/Typography/BookParagraph.swift rename to Sources/StorybookKit/Typography/BookParagraph.swift diff --git a/StorybookKitTextureSupport/BookNodePreview.swift b/Sources/StorybookKitTextureSupport/BookNodePreview.swift similarity index 100% rename from StorybookKitTextureSupport/BookNodePreview.swift rename to Sources/StorybookKitTextureSupport/BookNodePreview.swift diff --git a/StorybookKitTextureSupport/Info.plist b/Sources/StorybookKitTextureSupport/Info.plist similarity index 100% rename from StorybookKitTextureSupport/Info.plist rename to Sources/StorybookKitTextureSupport/Info.plist diff --git a/StorybookKitTextureSupport/StorybookKitTextureSupport.h b/Sources/StorybookKitTextureSupport/StorybookKitTextureSupport.h similarity index 100% rename from StorybookKitTextureSupport/StorybookKitTextureSupport.h rename to Sources/StorybookKitTextureSupport/StorybookKitTextureSupport.h diff --git a/StorybookUI/CodeBased.swift b/Sources/StorybookUI/CodeBased.swift similarity index 100% rename from StorybookUI/CodeBased.swift rename to Sources/StorybookUI/CodeBased.swift diff --git a/StorybookUI/Components/ActionCell.swift b/Sources/StorybookUI/Components/ActionCell.swift similarity index 100% rename from StorybookUI/Components/ActionCell.swift rename to Sources/StorybookUI/Components/ActionCell.swift diff --git a/StorybookUI/Components/FolderCell.swift b/Sources/StorybookUI/Components/FolderCell.swift similarity index 100% rename from StorybookUI/Components/FolderCell.swift rename to Sources/StorybookUI/Components/FolderCell.swift diff --git a/StorybookUI/Components/HighlightStackCell.swift b/Sources/StorybookUI/Components/HighlightStackCell.swift similarity index 100% rename from StorybookUI/Components/HighlightStackCell.swift rename to Sources/StorybookUI/Components/HighlightStackCell.swift diff --git a/StorybookUI/Components/PresentCell.swift b/Sources/StorybookUI/Components/PresentCell.swift similarity index 100% rename from StorybookUI/Components/PresentCell.swift rename to Sources/StorybookUI/Components/PresentCell.swift diff --git a/StorybookUI/Components/PushCell.swift b/Sources/StorybookUI/Components/PushCell.swift similarity index 100% rename from StorybookUI/Components/PushCell.swift rename to Sources/StorybookUI/Components/PushCell.swift diff --git a/StorybookUI/Components/ResizeDetectingView.swift b/Sources/StorybookUI/Components/ResizeDetectingView.swift similarity index 100% rename from StorybookUI/Components/ResizeDetectingView.swift rename to Sources/StorybookUI/Components/ResizeDetectingView.swift diff --git a/StorybookUI/Components/SeparatorStackCell.swift b/Sources/StorybookUI/Components/SeparatorStackCell.swift similarity index 100% rename from StorybookUI/Components/SeparatorStackCell.swift rename to Sources/StorybookUI/Components/SeparatorStackCell.swift diff --git a/StorybookUI/Components/SpacerCell.swift b/Sources/StorybookUI/Components/SpacerCell.swift similarity index 100% rename from StorybookUI/Components/SpacerCell.swift rename to Sources/StorybookUI/Components/SpacerCell.swift diff --git a/StorybookUI/Components/TapStackCell.swift b/Sources/StorybookUI/Components/TapStackCell.swift similarity index 100% rename from StorybookUI/Components/TapStackCell.swift rename to Sources/StorybookUI/Components/TapStackCell.swift diff --git a/StorybookUI/Extensions.swift b/Sources/StorybookUI/Extensions.swift similarity index 100% rename from StorybookUI/Extensions.swift rename to Sources/StorybookUI/Extensions.swift diff --git a/StorybookUI/StackScrollView/StackCellType.swift b/Sources/StorybookUI/StackScrollView/StackCellType.swift similarity index 100% rename from StorybookUI/StackScrollView/StackCellType.swift rename to Sources/StorybookUI/StackScrollView/StackCellType.swift diff --git a/StorybookUI/StackScrollView/StackScrollView.swift b/Sources/StorybookUI/StackScrollView/StackScrollView.swift similarity index 100% rename from StorybookUI/StackScrollView/StackScrollView.swift rename to Sources/StorybookUI/StackScrollView/StackScrollView.swift diff --git a/StorybookUI/StorybookUI.h b/Sources/StorybookUI/StorybookUI.h similarity index 100% rename from StorybookUI/StorybookUI.h rename to Sources/StorybookUI/StorybookUI.h diff --git a/StorybookUI/StorybookUI.swift b/Sources/StorybookUI/StorybookUI.swift similarity index 100% rename from StorybookUI/StorybookUI.swift rename to Sources/StorybookUI/StorybookUI.swift diff --git a/StorybookUI/ViewControllers/ComponentListViewController.swift b/Sources/StorybookUI/ViewControllers/ComponentListViewController.swift similarity index 100% rename from StorybookUI/ViewControllers/ComponentListViewController.swift rename to Sources/StorybookUI/ViewControllers/ComponentListViewController.swift diff --git a/StorybookUI/ViewControllers/History.swift b/Sources/StorybookUI/ViewControllers/History.swift similarity index 100% rename from StorybookUI/ViewControllers/History.swift rename to Sources/StorybookUI/ViewControllers/History.swift diff --git a/StorybookUI/ViewControllers/StackScrollViewController.swift b/Sources/StorybookUI/ViewControllers/StackScrollViewController.swift similarity index 100% rename from StorybookUI/ViewControllers/StackScrollViewController.swift rename to Sources/StorybookUI/ViewControllers/StackScrollViewController.swift diff --git a/StorybookUI/ViewControllers/StorybookFilterViewController.swift b/Sources/StorybookUI/ViewControllers/StorybookFilterViewController.swift similarity index 100% rename from StorybookUI/ViewControllers/StorybookFilterViewController.swift rename to Sources/StorybookUI/ViewControllers/StorybookFilterViewController.swift diff --git a/StorybookUI/ViewControllers/StorybookViewController.swift b/Sources/StorybookUI/ViewControllers/StorybookViewController.swift similarity index 100% rename from StorybookUI/ViewControllers/StorybookViewController.swift rename to Sources/StorybookUI/ViewControllers/StorybookViewController.swift diff --git a/Storybook.xcodeproj/project.pbxproj b/Storybook.xcodeproj/project.pbxproj deleted file mode 100644 index f392b6e..0000000 --- a/Storybook.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1465 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 51; - objects = { - -/* Begin PBXBuildFile section */ - 0CE5C429438E12EC80AFB198 /* Pods_StorybookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BB7C78CCFAA69A89E0F7C922 /* Pods_StorybookUI.framework */; }; - 22B09715FC00CD9BD419E5FF /* Pods_StorybookKitTextureSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F9601A7C1B2E2DBA4E3A438 /* Pods_StorybookKitTextureSupport.framework */; }; - 4B126886246D8F3D00F5DA51 /* BookViewPresentableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B126885246D8F3D00F5DA51 /* BookViewPresentableType.swift */; }; - 4B129000268A031C00CD1940 /* BookScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B128FFF268A031C00CD1940 /* BookScope.swift */; }; - 4B1582082619BC740072569A /* StorybookFilterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1582072619BC740072569A /* StorybookFilterViewController.swift */; }; - 4B1582132619C0C50072569A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1582122619C0C50072569A /* Extensions.swift */; }; - 4B15BB272667B118006A0D04 /* BookParagraph.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB262667B118006A0D04 /* BookParagraph.swift */; }; - 4B15BB292667B138006A0D04 /* BookHeading1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB282667B138006A0D04 /* BookHeading1.swift */; }; - 4B15BB2B2667B15E006A0D04 /* BookHeading2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB2A2667B15E006A0D04 /* BookHeading2.swift */; }; - 4B15BB2D2667B172006A0D04 /* BookHeading3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB2C2667B172006A0D04 /* BookHeading3.swift */; }; - 4B15BB302667B1BB006A0D04 /* BookHeadline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB2F2667B1BB006A0D04 /* BookHeadline.swift */; }; - 4B15BB342667CF43006A0D04 /* BookCallout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B15BB332667CF43006A0D04 /* BookCallout.swift */; }; - 4B1FE787248900C300C90F6A /* StackCellType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1FE783248900B300C90F6A /* StackCellType.swift */; }; - 4B1FE788248900C300C90F6A /* StackScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1FE785248900B300C90F6A /* StackScrollView.swift */; }; - 4B1FE78A248902A900C90F6A /* ResizeDetectingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1FE789248902A800C90F6A /* ResizeDetectingView.swift */; }; - 4B2A664B247A91B100FEC120 /* BookLorem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B2A664A247A91B100FEC120 /* BookLorem.swift */; }; - 4B2A664D247A925C00FEC120 /* BookPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B2A664C247A925C00FEC120 /* BookPattern.swift */; }; - 4B3B4B622663C9AB0065E84E /* StorybookKitTextureSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3B4B522663C9AB0065E84E /* StorybookKitTextureSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B3B4B652663C9AB0065E84E /* StorybookKitTextureSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B3B4B502663C9AB0065E84E /* StorybookKitTextureSupport.framework */; }; - 4B3B4B662663C9AB0065E84E /* StorybookKitTextureSupport.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4B3B4B502663C9AB0065E84E /* StorybookKitTextureSupport.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 4B3B4B6E2663CA490065E84E /* BookNodePreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B3B4B6D2663CA490065E84E /* BookNodePreview.swift */; }; - 4B3B4B6F2663CA620065E84E /* StorybookKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 957A89412226620900CDD25D /* StorybookKit.framework */; }; - 4B6847F727C8955400071544 /* BookAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6847F627C8955400071544 /* BookAction.swift */; }; - 4B6847F927C898D800071544 /* ActionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6847F827C898D800071544 /* ActionCell.swift */; }; - 4B6B83442668967D003DBF31 /* BookGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6B83432668967D003DBF31 /* BookGenerator.swift */; }; - 4B6DDB952470FD4000240EE8 /* BookPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6DDB942470FD4000240EE8 /* BookPreview.swift */; }; - 4B7F852C2470AADD00CC4459 /* BookPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7F852B2470AADD00CC4459 /* BookPage.swift */; }; - 4B7F852E2470AAFB00CC4459 /* BookSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7F852D2470AAFB00CC4459 /* BookSection.swift */; }; - 4B81173E246F31F10054BDFC /* FolderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81173D246F31F10054BDFC /* FolderCell.swift */; }; - 4B81F791246F34BE009C7602 /* DSLCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F790246F34BE009C7602 /* DSLCheck.swift */; }; - 4B81F793246F3512009C7602 /* BookTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F792246F3512009C7602 /* BookTree.swift */; }; - 4B81F795246F3546009C7602 /* BookForEach.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F794246F3546009C7602 /* BookForEach.swift */; }; - 4B81F797246F356E009C7602 /* BookGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F796246F356E009C7602 /* BookGroup.swift */; }; - 4B81F79F246F3A37009C7602 /* BookText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F79E246F3A37009C7602 /* BookText.swift */; }; - 4B81F7A3246F3D83009C7602 /* BookPresent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F7A2246F3D83009C7602 /* BookPresent.swift */; }; - 4B81F7A5246F41E5009C7602 /* BookPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F7A4246F41E5009C7602 /* BookPadding.swift */; }; - 4B81F7A7246F49F5009C7602 /* Book.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F7A6246F49F5009C7602 /* Book.swift */; }; - 4B81F7A9246F4A45009C7602 /* BookView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B81F7A8246F4A45009C7602 /* BookView.swift */; }; - 4B9FF5DC2796AF7200EDCD77 /* History.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B9FF5DB2796AF7200EDCD77 /* History.swift */; }; - 4BB03C0122266C1F006E9E49 /* TapStackCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB03C0022266C1F006E9E49 /* TapStackCell.swift */; }; - 4BB03C0922267064006E9E49 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB03C0822267064006E9E49 /* AppDelegate.swift */; }; - 4BB03C0B22267064006E9E49 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB03C0A22267064006E9E49 /* ViewController.swift */; }; - 4BB03C0E22267064006E9E49 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C0C22267064006E9E49 /* Main.storyboard */; }; - 4BB03C1022267065006E9E49 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C0F22267065006E9E49 /* Assets.xcassets */; }; - 4BB03C1322267065006E9E49 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */; }; - 4BB03C1822267075006E9E49 /* StorybookKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 957A89412226620900CDD25D /* StorybookKit.framework */; }; - 4BB03C1922267075006E9E49 /* StorybookKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 957A89412226620900CDD25D /* StorybookKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 4BB03C1C22267075006E9E49 /* StorybookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 957A894E2226621400CDD25D /* StorybookUI.framework */; }; - 4BB03C1D22267075006E9E49 /* StorybookUI.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 957A894E2226621400CDD25D /* StorybookUI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 4BB03C2A2226709D006E9E49 /* MyUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB03C282226709D006E9E49 /* MyUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BB03C2D2226709D006E9E49 /* MyUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; }; - 4BB03C2E2226709D006E9E49 /* MyUIKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 4BB03C32222670AA006E9E49 /* StorybookKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 957A89412226620900CDD25D /* StorybookKit.framework */; }; - 4BB13674246F29D400A2DFFE /* ComponentListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB13673246F29D400A2DFFE /* ComponentListViewController.swift */; }; - 4BB13678246F2DC700A2DFFE /* MyBook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB13677246F2DC700A2DFFE /* MyBook.swift */; }; - 4BBE1109247557CB009E401C /* MyComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBE1108247557CB009E401C /* MyComponent.swift */; }; - 4BBFBC0D2470DDE400509E69 /* BookNavigationLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBFBC0C2470DDE400509E69 /* BookNavigationLink.swift */; }; - 4BC54CC02791DB6500E91FE0 /* ComponentBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC54CBF2791DB6500E91FE0 /* ComponentBuilder.swift */; }; - 4BC54CC22791DDE600E91FE0 /* PresentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC54CC12791DDE600E91FE0 /* PresentCell.swift */; }; - 4BE726DA279291E4005BD094 /* SpacerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BE726D9279291E4005BD094 /* SpacerCell.swift */; }; - 4BE726DC27929423005BD094 /* PushCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BE726DB27929423005BD094 /* PushCell.swift */; }; - 4BF6F4B2246F3349001830D5 /* BookInteractive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF6F4B1246F3349001830D5 /* BookInteractive.swift */; }; - 4BFE5FDF2663D8D500C5C032 /* BookPush.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BFE5FDE2663D8D500C5C032 /* BookPush.swift */; }; - 5C20635A30B22C30D4CBA9B1 /* Pods_MyUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F61313CDB6EB7E40A521902E /* Pods_MyUIKit.framework */; }; - 9523242A23D1C76C00677D5A /* MyLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242923D1C76C00677D5A /* MyLabel.swift */; }; - 9523242C23D1C81A00677D5A /* LightLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242B23D1C81A00677D5A /* LightLabel.swift */; }; - 9523242E23D1E8D200677D5A /* FilledLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523242D23D1E8D200677D5A /* FilledLabel.swift */; }; - 9523243423D201F600677D5A /* HighlightStackCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9523243323D201F600677D5A /* HighlightStackCell.swift */; }; - 957A89452226620900CDD25D /* StorybookKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 957A89432226620900CDD25D /* StorybookKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 957A89522226621400CDD25D /* StorybookUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 957A89502226621400CDD25D /* StorybookUI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 957A89572226629900CDD25D /* StorybookKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 957A89412226620900CDD25D /* StorybookKit.framework */; }; - 957A895B2226661600CDD25D /* StorybookKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A895A2226661600CDD25D /* StorybookKit.swift */; }; - 957A895D2226662500CDD25D /* StorybookUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A895C2226662500CDD25D /* StorybookUI.swift */; }; - 957A89692226695A00CDD25D /* CodeBased.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A89682226695A00CDD25D /* CodeBased.swift */; }; - 957A89742226697600CDD25D /* StorybookViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A89712226697600CDD25D /* StorybookViewController.swift */; }; - 957A89752226697600CDD25D /* StackScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A89722226697600CDD25D /* StackScrollViewController.swift */; }; - 957A897D2226699E00CDD25D /* SeparatorStackCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957A89792226699E00CDD25D /* SeparatorStackCell.swift */; }; - AE163B53F5177A44085A1B6D /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2FF8B92A7EFBE965715005D3 /* Pods_Demo.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 4B3B4B632663C9AB0065E84E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4B3B4B4F2663C9AB0065E84E; - remoteInfo = StorybookKitTextureSupport; - }; - 4B3B4B712663CA620065E84E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 957A89402226620900CDD25D; - remoteInfo = StorybookKit; - }; - 4BB03C1A22267075006E9E49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 957A89402226620900CDD25D; - remoteInfo = StorybookKit; - }; - 4BB03C1E22267075006E9E49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 957A894D2226621400CDD25D; - remoteInfo = StorybookUI; - }; - 4BB03C2B2226709D006E9E49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BB03C252226709D006E9E49; - remoteInfo = MyUIKit; - }; - 4BB03C33222670B7006E9E49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 957A89402226620900CDD25D; - remoteInfo = StorybookKit; - }; - 957A89582226629F00CDD25D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 957A89282226610200CDD25D /* Project object */; - proxyType = 1; - remoteGlobalIDString = 957A89402226620900CDD25D; - remoteInfo = StorybookKit; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 4BB03C2022267075006E9E49 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 4BB03C2E2226709D006E9E49 /* MyUIKit.framework in Embed Frameworks */, - 4BB03C1922267075006E9E49 /* StorybookKit.framework in Embed Frameworks */, - 4B3B4B662663C9AB0065E84E /* StorybookKitTextureSupport.framework in Embed Frameworks */, - 4BB03C1D22267075006E9E49 /* StorybookUI.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 11F62F301ED4CFC488E1685C /* Pods-StorybookUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorybookUI.release.xcconfig"; path = "Target Support Files/Pods-StorybookUI/Pods-StorybookUI.release.xcconfig"; sourceTree = ""; }; - 2FF8B92A7EFBE965715005D3 /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F9601A7C1B2E2DBA4E3A438 /* Pods_StorybookKitTextureSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StorybookKitTextureSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 484C3A2E3394755D12EEE605 /* Pods-StorybookKitTextureSupport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorybookKitTextureSupport.debug.xcconfig"; path = "Target Support Files/Pods-StorybookKitTextureSupport/Pods-StorybookKitTextureSupport.debug.xcconfig"; sourceTree = ""; }; - 49B1C1DCD290D6D472657EF1 /* Pods-StorybookUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorybookUI.debug.xcconfig"; path = "Target Support Files/Pods-StorybookUI/Pods-StorybookUI.debug.xcconfig"; sourceTree = ""; }; - 4B126885246D8F3D00F5DA51 /* BookViewPresentableType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookViewPresentableType.swift; sourceTree = ""; }; - 4B128FFF268A031C00CD1940 /* BookScope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookScope.swift; sourceTree = ""; }; - 4B1582072619BC740072569A /* StorybookFilterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorybookFilterViewController.swift; sourceTree = ""; }; - 4B1582122619C0C50072569A /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; - 4B15BB262667B118006A0D04 /* BookParagraph.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookParagraph.swift; sourceTree = ""; }; - 4B15BB282667B138006A0D04 /* BookHeading1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookHeading1.swift; sourceTree = ""; }; - 4B15BB2A2667B15E006A0D04 /* BookHeading2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookHeading2.swift; sourceTree = ""; }; - 4B15BB2C2667B172006A0D04 /* BookHeading3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookHeading3.swift; sourceTree = ""; }; - 4B15BB2F2667B1BB006A0D04 /* BookHeadline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookHeadline.swift; sourceTree = ""; }; - 4B15BB332667CF43006A0D04 /* BookCallout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookCallout.swift; sourceTree = ""; }; - 4B1FE783248900B300C90F6A /* StackCellType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StackCellType.swift; sourceTree = ""; }; - 4B1FE785248900B300C90F6A /* StackScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StackScrollView.swift; sourceTree = ""; }; - 4B1FE789248902A800C90F6A /* ResizeDetectingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizeDetectingView.swift; sourceTree = ""; }; - 4B2A664A247A91B100FEC120 /* BookLorem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookLorem.swift; sourceTree = ""; }; - 4B2A664C247A925C00FEC120 /* BookPattern.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookPattern.swift; sourceTree = ""; }; - 4B3B4B502663C9AB0065E84E /* StorybookKitTextureSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StorybookKitTextureSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4B3B4B522663C9AB0065E84E /* StorybookKitTextureSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorybookKitTextureSupport.h; sourceTree = ""; }; - 4B3B4B532663C9AB0065E84E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4B3B4B6D2663CA490065E84E /* BookNodePreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookNodePreview.swift; sourceTree = ""; }; - 4B6847F627C8955400071544 /* BookAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookAction.swift; sourceTree = ""; }; - 4B6847F827C898D800071544 /* ActionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCell.swift; sourceTree = ""; }; - 4B6B83432668967D003DBF31 /* BookGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookGenerator.swift; sourceTree = ""; }; - 4B6DDB942470FD4000240EE8 /* BookPreview.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BookPreview.swift; sourceTree = ""; }; - 4B7F852B2470AADD00CC4459 /* BookPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookPage.swift; sourceTree = ""; }; - 4B7F852D2470AAFB00CC4459 /* BookSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookSection.swift; sourceTree = ""; }; - 4B81173D246F31F10054BDFC /* FolderCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderCell.swift; sourceTree = ""; }; - 4B81F790246F34BE009C7602 /* DSLCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DSLCheck.swift; sourceTree = ""; }; - 4B81F792246F3512009C7602 /* BookTree.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookTree.swift; sourceTree = ""; }; - 4B81F794246F3546009C7602 /* BookForEach.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookForEach.swift; sourceTree = ""; }; - 4B81F796246F356E009C7602 /* BookGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookGroup.swift; sourceTree = ""; }; - 4B81F79E246F3A37009C7602 /* BookText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookText.swift; sourceTree = ""; }; - 4B81F7A2246F3D83009C7602 /* BookPresent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookPresent.swift; sourceTree = ""; }; - 4B81F7A4246F41E5009C7602 /* BookPadding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookPadding.swift; sourceTree = ""; }; - 4B81F7A6246F49F5009C7602 /* Book.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.swift; sourceTree = ""; }; - 4B81F7A8246F4A45009C7602 /* BookView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookView.swift; sourceTree = ""; }; - 4B9FF5DB2796AF7200EDCD77 /* History.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = History.swift; sourceTree = ""; }; - 4BB03C0022266C1F006E9E49 /* TapStackCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapStackCell.swift; sourceTree = ""; }; - 4BB03C0622267064006E9E49 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BB03C0822267064006E9E49 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 4BB03C0A22267064006E9E49 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 4BB03C0D22267064006E9E49 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 4BB03C0F22267065006E9E49 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 4BB03C1222267065006E9E49 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 4BB03C1422267065006E9E49 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4BB03C262226709D006E9E49 /* MyUIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MyUIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BB03C282226709D006E9E49 /* MyUIKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyUIKit.h; sourceTree = ""; }; - 4BB03C292226709D006E9E49 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4BB13673246F29D400A2DFFE /* ComponentListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentListViewController.swift; sourceTree = ""; }; - 4BB13677246F2DC700A2DFFE /* MyBook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyBook.swift; sourceTree = ""; }; - 4BBE1108247557CB009E401C /* MyComponent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyComponent.swift; sourceTree = ""; }; - 4BBFBC0C2470DDE400509E69 /* BookNavigationLink.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BookNavigationLink.swift; sourceTree = ""; }; - 4BC54CBF2791DB6500E91FE0 /* ComponentBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentBuilder.swift; sourceTree = ""; }; - 4BC54CC12791DDE600E91FE0 /* PresentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PresentCell.swift; sourceTree = ""; }; - 4BE726D9279291E4005BD094 /* SpacerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpacerCell.swift; sourceTree = ""; }; - 4BE726DB27929423005BD094 /* PushCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushCell.swift; sourceTree = ""; }; - 4BF6F4B1246F3349001830D5 /* BookInteractive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookInteractive.swift; sourceTree = ""; }; - 4BFE5FDE2663D8D500C5C032 /* BookPush.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookPush.swift; sourceTree = ""; }; - 60CC3D90AB92057F3FAF59FB /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = ""; }; - 84765E35156E253D2944BEE3 /* Pods-MyUIKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyUIKit.debug.xcconfig"; path = "Target Support Files/Pods-MyUIKit/Pods-MyUIKit.debug.xcconfig"; sourceTree = ""; }; - 9523242923D1C76C00677D5A /* MyLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyLabel.swift; sourceTree = ""; }; - 9523242B23D1C81A00677D5A /* LightLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightLabel.swift; sourceTree = ""; }; - 9523242D23D1E8D200677D5A /* FilledLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilledLabel.swift; sourceTree = ""; }; - 9523243323D201F600677D5A /* HighlightStackCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighlightStackCell.swift; sourceTree = ""; }; - 957A89412226620900CDD25D /* StorybookKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StorybookKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 957A89432226620900CDD25D /* StorybookKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorybookKit.h; sourceTree = ""; }; - 957A894E2226621400CDD25D /* StorybookUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StorybookUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 957A89502226621400CDD25D /* StorybookUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorybookUI.h; sourceTree = ""; }; - 957A895A2226661600CDD25D /* StorybookKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorybookKit.swift; sourceTree = ""; }; - 957A895C2226662500CDD25D /* StorybookUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorybookUI.swift; sourceTree = ""; }; - 957A89682226695A00CDD25D /* CodeBased.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeBased.swift; sourceTree = ""; }; - 957A89712226697600CDD25D /* StorybookViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StorybookViewController.swift; sourceTree = ""; }; - 957A89722226697600CDD25D /* StackScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StackScrollViewController.swift; sourceTree = ""; }; - 957A89792226699E00CDD25D /* SeparatorStackCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SeparatorStackCell.swift; sourceTree = ""; }; - B4C3F26259E2F5954FC3A392 /* Pods-MyUIKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyUIKit.release.xcconfig"; path = "Target Support Files/Pods-MyUIKit/Pods-MyUIKit.release.xcconfig"; sourceTree = ""; }; - BB7C78CCFAA69A89E0F7C922 /* Pods_StorybookUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StorybookUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D620DDA372538EA8B7E1BDAE /* Pods-StorybookKitTextureSupport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorybookKitTextureSupport.release.xcconfig"; path = "Target Support Files/Pods-StorybookKitTextureSupport/Pods-StorybookKitTextureSupport.release.xcconfig"; sourceTree = ""; }; - F61313CDB6EB7E40A521902E /* Pods_MyUIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MyUIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FF4010A86E09A677BD6EED04 /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4B3B4B4D2663C9AB0065E84E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B3B4B6F2663CA620065E84E /* StorybookKit.framework in Frameworks */, - 22B09715FC00CD9BD419E5FF /* Pods_StorybookKitTextureSupport.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C0322267064006E9E49 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BB03C2D2226709D006E9E49 /* MyUIKit.framework in Frameworks */, - 4B3B4B652663C9AB0065E84E /* StorybookKitTextureSupport.framework in Frameworks */, - 4BB03C1822267075006E9E49 /* StorybookKit.framework in Frameworks */, - 4BB03C1C22267075006E9E49 /* StorybookUI.framework in Frameworks */, - AE163B53F5177A44085A1B6D /* Pods_Demo.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C232226709D006E9E49 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BB03C32222670AA006E9E49 /* StorybookKit.framework in Frameworks */, - 5C20635A30B22C30D4CBA9B1 /* Pods_MyUIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A893E2226620900CDD25D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A894B2226621400CDD25D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 957A89572226629900CDD25D /* StorybookKit.framework in Frameworks */, - 0CE5C429438E12EC80AFB198 /* Pods_StorybookUI.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1C0A3B21697AACDC717C5144 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2FF8B92A7EFBE965715005D3 /* Pods_Demo.framework */, - F61313CDB6EB7E40A521902E /* Pods_MyUIKit.framework */, - 3F9601A7C1B2E2DBA4E3A438 /* Pods_StorybookKitTextureSupport.framework */, - BB7C78CCFAA69A89E0F7C922 /* Pods_StorybookUI.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 353DF115099EFE9E78CCC900 /* Pods */ = { - isa = PBXGroup; - children = ( - 60CC3D90AB92057F3FAF59FB /* Pods-Demo.debug.xcconfig */, - FF4010A86E09A677BD6EED04 /* Pods-Demo.release.xcconfig */, - 84765E35156E253D2944BEE3 /* Pods-MyUIKit.debug.xcconfig */, - B4C3F26259E2F5954FC3A392 /* Pods-MyUIKit.release.xcconfig */, - 484C3A2E3394755D12EEE605 /* Pods-StorybookKitTextureSupport.debug.xcconfig */, - D620DDA372538EA8B7E1BDAE /* Pods-StorybookKitTextureSupport.release.xcconfig */, - 49B1C1DCD290D6D472657EF1 /* Pods-StorybookUI.debug.xcconfig */, - 11F62F301ED4CFC488E1685C /* Pods-StorybookUI.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; - 4B15BB252667B0E3006A0D04 /* Typography */ = { - isa = PBXGroup; - children = ( - 4B15BB262667B118006A0D04 /* BookParagraph.swift */, - 4B15BB282667B138006A0D04 /* BookHeading1.swift */, - 4B15BB2A2667B15E006A0D04 /* BookHeading2.swift */, - 4B15BB2C2667B172006A0D04 /* BookHeading3.swift */, - ); - path = Typography; - sourceTree = ""; - }; - 4B15BB2E2667B1B3006A0D04 /* Deprecates */ = { - isa = PBXGroup; - children = ( - 4B15BB2F2667B1BB006A0D04 /* BookHeadline.swift */, - ); - path = Deprecates; - sourceTree = ""; - }; - 4B15BB312667B217006A0D04 /* Primitives */ = { - isa = PBXGroup; - children = ( - 4BC54CBF2791DB6500E91FE0 /* ComponentBuilder.swift */, - 4B81F7A6246F49F5009C7602 /* Book.swift */, - 4B81F792246F3512009C7602 /* BookTree.swift */, - 4B81F7A8246F4A45009C7602 /* BookView.swift */, - 4B81F7A2246F3D83009C7602 /* BookPresent.swift */, - 4B6DDB942470FD4000240EE8 /* BookPreview.swift */, - 4B81F79E246F3A37009C7602 /* BookText.swift */, - 4BFE5FDE2663D8D500C5C032 /* BookPush.swift */, - 4BBFBC0C2470DDE400509E69 /* BookNavigationLink.swift */, - 4BF6F4B1246F3349001830D5 /* BookInteractive.swift */, - 4B7F852B2470AADD00CC4459 /* BookPage.swift */, - 4B15BB332667CF43006A0D04 /* BookCallout.swift */, - 4B6847F627C8955400071544 /* BookAction.swift */, - ); - path = Primitives; - sourceTree = ""; - }; - 4B15BB322667B274006A0D04 /* Compositions */ = { - isa = PBXGroup; - children = ( - 4B81F796246F356E009C7602 /* BookGroup.swift */, - 4B81F794246F3546009C7602 /* BookForEach.swift */, - 4B2A664C247A925C00FEC120 /* BookPattern.swift */, - 4B7F852D2470AAFB00CC4459 /* BookSection.swift */, - 4B81F7A4246F41E5009C7602 /* BookPadding.swift */, - 4B128FFF268A031C00CD1940 /* BookScope.swift */, - ); - path = Compositions; - sourceTree = ""; - }; - 4B1FE7822489008200C90F6A /* StackScrollView */ = { - isa = PBXGroup; - children = ( - 4B1FE783248900B300C90F6A /* StackCellType.swift */, - 4B1FE785248900B300C90F6A /* StackScrollView.swift */, - ); - path = StackScrollView; - sourceTree = ""; - }; - 4B3B4B512663C9AB0065E84E /* StorybookKitTextureSupport */ = { - isa = PBXGroup; - children = ( - 4B3B4B522663C9AB0065E84E /* StorybookKitTextureSupport.h */, - 4B3B4B532663C9AB0065E84E /* Info.plist */, - 4B3B4B6D2663CA490065E84E /* BookNodePreview.swift */, - ); - path = StorybookKitTextureSupport; - sourceTree = ""; - }; - 4BB03C0722267064006E9E49 /* Demo */ = { - isa = PBXGroup; - children = ( - 4BB03C0822267064006E9E49 /* AppDelegate.swift */, - 4BB03C0A22267064006E9E49 /* ViewController.swift */, - 4BB03C0C22267064006E9E49 /* Main.storyboard */, - 4BB03C0F22267065006E9E49 /* Assets.xcassets */, - 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */, - 4BB03C1422267065006E9E49 /* Info.plist */, - 4B81F790246F34BE009C7602 /* DSLCheck.swift */, - ); - path = Demo; - sourceTree = ""; - }; - 4BB03C272226709D006E9E49 /* MyUIKit */ = { - isa = PBXGroup; - children = ( - 4BB03C282226709D006E9E49 /* MyUIKit.h */, - 4BB03C292226709D006E9E49 /* Info.plist */, - 4BB13677246F2DC700A2DFFE /* MyBook.swift */, - 9523242823D1C76000677D5A /* Elements */, - ); - path = MyUIKit; - sourceTree = ""; - }; - 9523242823D1C76000677D5A /* Elements */ = { - isa = PBXGroup; - children = ( - 9523242D23D1E8D200677D5A /* FilledLabel.swift */, - 9523242B23D1C81A00677D5A /* LightLabel.swift */, - 9523242923D1C76C00677D5A /* MyLabel.swift */, - 4BBE1108247557CB009E401C /* MyComponent.swift */, - ); - path = Elements; - sourceTree = ""; - }; - 9523243123D2002200677D5A /* ViewControllers */ = { - isa = PBXGroup; - children = ( - 4BB13673246F29D400A2DFFE /* ComponentListViewController.swift */, - 957A89722226697600CDD25D /* StackScrollViewController.swift */, - 957A89712226697600CDD25D /* StorybookViewController.swift */, - 4B1582072619BC740072569A /* StorybookFilterViewController.swift */, - 4B9FF5DB2796AF7200EDCD77 /* History.swift */, - ); - path = ViewControllers; - sourceTree = ""; - }; - 957A89272226610200CDD25D = { - isa = PBXGroup; - children = ( - 4B3B4B512663C9AB0065E84E /* StorybookKitTextureSupport */, - 957A89422226620900CDD25D /* StorybookKit */, - 957A894F2226621400CDD25D /* StorybookUI */, - 4BB03C0722267064006E9E49 /* Demo */, - 4BB03C272226709D006E9E49 /* MyUIKit */, - 957A89322226610200CDD25D /* Products */, - 353DF115099EFE9E78CCC900 /* Pods */, - 1C0A3B21697AACDC717C5144 /* Frameworks */, - ); - indentWidth = 2; - sourceTree = ""; - tabWidth = 2; - }; - 957A89322226610200CDD25D /* Products */ = { - isa = PBXGroup; - children = ( - 957A89412226620900CDD25D /* StorybookKit.framework */, - 957A894E2226621400CDD25D /* StorybookUI.framework */, - 4BB03C0622267064006E9E49 /* Demo.app */, - 4BB03C262226709D006E9E49 /* MyUIKit.framework */, - 4B3B4B502663C9AB0065E84E /* StorybookKitTextureSupport.framework */, - ); - name = Products; - sourceTree = ""; - }; - 957A89422226620900CDD25D /* StorybookKit */ = { - isa = PBXGroup; - children = ( - 4B15BB322667B274006A0D04 /* Compositions */, - 4B15BB312667B217006A0D04 /* Primitives */, - 957A89432226620900CDD25D /* StorybookKit.h */, - 4B2A664A247A91B100FEC120 /* BookLorem.swift */, - 4B126885246D8F3D00F5DA51 /* BookViewPresentableType.swift */, - 957A895A2226661600CDD25D /* StorybookKit.swift */, - 4B15BB2E2667B1B3006A0D04 /* Deprecates */, - 4B15BB252667B0E3006A0D04 /* Typography */, - 4B6B83432668967D003DBF31 /* BookGenerator.swift */, - ); - path = StorybookKit; - sourceTree = ""; - }; - 957A894F2226621400CDD25D /* StorybookUI */ = { - isa = PBXGroup; - children = ( - 4B1FE7822489008200C90F6A /* StackScrollView */, - 957A89502226621400CDD25D /* StorybookUI.h */, - 957A89682226695A00CDD25D /* CodeBased.swift */, - 957A895C2226662500CDD25D /* StorybookUI.swift */, - 9523243123D2002200677D5A /* ViewControllers */, - 957A89762226699E00CDD25D /* Components */, - 4B1582122619C0C50072569A /* Extensions.swift */, - ); - path = StorybookUI; - sourceTree = ""; - }; - 957A89762226699E00CDD25D /* Components */ = { - isa = PBXGroup; - children = ( - 9523243323D201F600677D5A /* HighlightStackCell.swift */, - 957A89792226699E00CDD25D /* SeparatorStackCell.swift */, - 4BB03C0022266C1F006E9E49 /* TapStackCell.swift */, - 4B81173D246F31F10054BDFC /* FolderCell.swift */, - 4B1FE789248902A800C90F6A /* ResizeDetectingView.swift */, - 4BC54CC12791DDE600E91FE0 /* PresentCell.swift */, - 4B6847F827C898D800071544 /* ActionCell.swift */, - 4BE726D9279291E4005BD094 /* SpacerCell.swift */, - 4BE726DB27929423005BD094 /* PushCell.swift */, - ); - path = Components; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 4B3B4B4B2663C9AB0065E84E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B3B4B622663C9AB0065E84E /* StorybookKitTextureSupport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C212226709D006E9E49 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BB03C2A2226709D006E9E49 /* MyUIKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A893C2226620900CDD25D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 957A89452226620900CDD25D /* StorybookKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A89492226621400CDD25D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 957A89522226621400CDD25D /* StorybookUI.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 4B3B4B4F2663C9AB0065E84E /* StorybookKitTextureSupport */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4B3B4B6B2663C9AB0065E84E /* Build configuration list for PBXNativeTarget "StorybookKitTextureSupport" */; - buildPhases = ( - 61C5E30C60C5D916DE51E209 /* [CP] Check Pods Manifest.lock */, - 4B3B4B4B2663C9AB0065E84E /* Headers */, - 4B3B4B4C2663C9AB0065E84E /* Sources */, - 4B3B4B4D2663C9AB0065E84E /* Frameworks */, - 4B3B4B4E2663C9AB0065E84E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4B3B4B722663CA620065E84E /* PBXTargetDependency */, - ); - name = StorybookKitTextureSupport; - productName = StorybookKitTextureSupport; - productReference = 4B3B4B502663C9AB0065E84E /* StorybookKitTextureSupport.framework */; - productType = "com.apple.product-type.framework"; - }; - 4BB03C0522267064006E9E49 /* Demo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4BB03C1522267065006E9E49 /* Build configuration list for PBXNativeTarget "Demo" */; - buildPhases = ( - C60E67273C1FED18C5046E88 /* [CP] Check Pods Manifest.lock */, - 4BB03C0222267064006E9E49 /* Sources */, - 4BB03C0322267064006E9E49 /* Frameworks */, - 4BB03C0422267064006E9E49 /* Resources */, - 4BB03C2022267075006E9E49 /* Embed Frameworks */, - 8B14D2FDC072B388978CFEBD /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 4BB03C1B22267075006E9E49 /* PBXTargetDependency */, - 4BB03C1F22267075006E9E49 /* PBXTargetDependency */, - 4BB03C2C2226709D006E9E49 /* PBXTargetDependency */, - 4B3B4B642663C9AB0065E84E /* PBXTargetDependency */, - ); - name = Demo; - productName = Demo; - productReference = 4BB03C0622267064006E9E49 /* Demo.app */; - productType = "com.apple.product-type.application"; - }; - 4BB03C252226709D006E9E49 /* MyUIKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4BB03C2F2226709D006E9E49 /* Build configuration list for PBXNativeTarget "MyUIKit" */; - buildPhases = ( - E519017F7D86A24C6EEEF28F /* [CP] Check Pods Manifest.lock */, - 4BB03C212226709D006E9E49 /* Headers */, - 4BB03C222226709D006E9E49 /* Sources */, - 4BB03C232226709D006E9E49 /* Frameworks */, - 4BB03C242226709D006E9E49 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4BB03C34222670B7006E9E49 /* PBXTargetDependency */, - ); - name = MyUIKit; - productName = MyUIKit; - productReference = 4BB03C262226709D006E9E49 /* MyUIKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 957A89402226620900CDD25D /* StorybookKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 957A89462226620900CDD25D /* Build configuration list for PBXNativeTarget "StorybookKit" */; - buildPhases = ( - 957A893C2226620900CDD25D /* Headers */, - 957A893D2226620900CDD25D /* Sources */, - 957A893E2226620900CDD25D /* Frameworks */, - 957A893F2226620900CDD25D /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = StorybookKit; - productName = StorybookKit; - productReference = 957A89412226620900CDD25D /* StorybookKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 957A894D2226621400CDD25D /* StorybookUI */ = { - isa = PBXNativeTarget; - buildConfigurationList = 957A89532226621400CDD25D /* Build configuration list for PBXNativeTarget "StorybookUI" */; - buildPhases = ( - 487932A47B0FEB1483539FF7 /* [CP] Check Pods Manifest.lock */, - 957A89492226621400CDD25D /* Headers */, - 957A894A2226621400CDD25D /* Sources */, - 957A894B2226621400CDD25D /* Frameworks */, - 957A894C2226621400CDD25D /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 957A89592226629F00CDD25D /* PBXTargetDependency */, - ); - name = StorybookUI; - productName = StorybookUI; - productReference = 957A894E2226621400CDD25D /* StorybookUI.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 957A89282226610200CDD25D /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1250; - LastUpgradeCheck = 1010; - ORGANIZATIONNAME = "eureka, Inc."; - TargetAttributes = { - 4B3B4B4F2663C9AB0065E84E = { - CreatedOnToolsVersion = 12.5; - LastSwiftMigration = 1250; - }; - 4BB03C0522267064006E9E49 = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1130; - }; - 4BB03C252226709D006E9E49 = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1130; - }; - 957A89402226620900CDD25D = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1130; - }; - 957A894D2226621400CDD25D = { - CreatedOnToolsVersion = 10.1; - LastSwiftMigration = 1130; - }; - }; - }; - buildConfigurationList = 957A892B2226610200CDD25D /* Build configuration list for PBXProject "Storybook" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 957A89272226610200CDD25D; - productRefGroup = 957A89322226610200CDD25D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 957A89402226620900CDD25D /* StorybookKit */, - 957A894D2226621400CDD25D /* StorybookUI */, - 4BB03C0522267064006E9E49 /* Demo */, - 4BB03C252226709D006E9E49 /* MyUIKit */, - 4B3B4B4F2663C9AB0065E84E /* StorybookKitTextureSupport */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 4B3B4B4E2663C9AB0065E84E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C0422267064006E9E49 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BB03C1322267065006E9E49 /* LaunchScreen.storyboard in Resources */, - 4BB03C1022267065006E9E49 /* Assets.xcassets in Resources */, - 4BB03C0E22267064006E9E49 /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C242226709D006E9E49 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A893F2226620900CDD25D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A894C2226621400CDD25D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 487932A47B0FEB1483539FF7 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-StorybookUI-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 61C5E30C60C5D916DE51E209 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-StorybookKitTextureSupport-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 8B14D2FDC072B388978CFEBD /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - C60E67273C1FED18C5046E88 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - E519017F7D86A24C6EEEF28F /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MyUIKit-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4B3B4B4C2663C9AB0065E84E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B3B4B6E2663CA490065E84E /* BookNodePreview.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C0222267064006E9E49 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BB03C0B22267064006E9E49 /* ViewController.swift in Sources */, - 4BB03C0922267064006E9E49 /* AppDelegate.swift in Sources */, - 4B81F791246F34BE009C7602 /* DSLCheck.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BB03C222226709D006E9E49 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9523242E23D1E8D200677D5A /* FilledLabel.swift in Sources */, - 9523242A23D1C76C00677D5A /* MyLabel.swift in Sources */, - 4BB13678246F2DC700A2DFFE /* MyBook.swift in Sources */, - 4BBE1109247557CB009E401C /* MyComponent.swift in Sources */, - 9523242C23D1C81A00677D5A /* LightLabel.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A893D2226620900CDD25D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B7F852C2470AADD00CC4459 /* BookPage.swift in Sources */, - 4B81F793246F3512009C7602 /* BookTree.swift in Sources */, - 4B15BB2B2667B15E006A0D04 /* BookHeading2.swift in Sources */, - 4BBFBC0D2470DDE400509E69 /* BookNavigationLink.swift in Sources */, - 4B81F7A5246F41E5009C7602 /* BookPadding.swift in Sources */, - 4BFE5FDF2663D8D500C5C032 /* BookPush.swift in Sources */, - 4B15BB292667B138006A0D04 /* BookHeading1.swift in Sources */, - 4B81F79F246F3A37009C7602 /* BookText.swift in Sources */, - 4B2A664B247A91B100FEC120 /* BookLorem.swift in Sources */, - 4B81F797246F356E009C7602 /* BookGroup.swift in Sources */, - 4B126886246D8F3D00F5DA51 /* BookViewPresentableType.swift in Sources */, - 4B129000268A031C00CD1940 /* BookScope.swift in Sources */, - 4B15BB342667CF43006A0D04 /* BookCallout.swift in Sources */, - 4BC54CC02791DB6500E91FE0 /* ComponentBuilder.swift in Sources */, - 4B81F795246F3546009C7602 /* BookForEach.swift in Sources */, - 4B81F7A7246F49F5009C7602 /* Book.swift in Sources */, - 4B6847F727C8955400071544 /* BookAction.swift in Sources */, - 4B7F852E2470AAFB00CC4459 /* BookSection.swift in Sources */, - 4B2A664D247A925C00FEC120 /* BookPattern.swift in Sources */, - 4B81F7A3246F3D83009C7602 /* BookPresent.swift in Sources */, - 4BF6F4B2246F3349001830D5 /* BookInteractive.swift in Sources */, - 4B6DDB952470FD4000240EE8 /* BookPreview.swift in Sources */, - 957A895B2226661600CDD25D /* StorybookKit.swift in Sources */, - 4B6B83442668967D003DBF31 /* BookGenerator.swift in Sources */, - 4B15BB2D2667B172006A0D04 /* BookHeading3.swift in Sources */, - 4B81F7A9246F4A45009C7602 /* BookView.swift in Sources */, - 4B15BB302667B1BB006A0D04 /* BookHeadline.swift in Sources */, - 4B15BB272667B118006A0D04 /* BookParagraph.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 957A894A2226621400CDD25D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B9FF5DC2796AF7200EDCD77 /* History.swift in Sources */, - 4BC54CC22791DDE600E91FE0 /* PresentCell.swift in Sources */, - 9523243423D201F600677D5A /* HighlightStackCell.swift in Sources */, - 4B1FE787248900C300C90F6A /* StackCellType.swift in Sources */, - 4BE726DC27929423005BD094 /* PushCell.swift in Sources */, - 957A89742226697600CDD25D /* StorybookViewController.swift in Sources */, - 4BB13674246F29D400A2DFFE /* ComponentListViewController.swift in Sources */, - 4B1582082619BC740072569A /* StorybookFilterViewController.swift in Sources */, - 957A89692226695A00CDD25D /* CodeBased.swift in Sources */, - 957A895D2226662500CDD25D /* StorybookUI.swift in Sources */, - 4B1582132619C0C50072569A /* Extensions.swift in Sources */, - 4BE726DA279291E4005BD094 /* SpacerCell.swift in Sources */, - 957A897D2226699E00CDD25D /* SeparatorStackCell.swift in Sources */, - 957A89752226697600CDD25D /* StackScrollViewController.swift in Sources */, - 4B1FE78A248902A900C90F6A /* ResizeDetectingView.swift in Sources */, - 4BB03C0122266C1F006E9E49 /* TapStackCell.swift in Sources */, - 4B6847F927C898D800071544 /* ActionCell.swift in Sources */, - 4B1FE788248900C300C90F6A /* StackScrollView.swift in Sources */, - 4B81173E246F31F10054BDFC /* FolderCell.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4B3B4B642663C9AB0065E84E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4B3B4B4F2663C9AB0065E84E /* StorybookKitTextureSupport */; - targetProxy = 4B3B4B632663C9AB0065E84E /* PBXContainerItemProxy */; - }; - 4B3B4B722663CA620065E84E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 957A89402226620900CDD25D /* StorybookKit */; - targetProxy = 4B3B4B712663CA620065E84E /* PBXContainerItemProxy */; - }; - 4BB03C1B22267075006E9E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 957A89402226620900CDD25D /* StorybookKit */; - targetProxy = 4BB03C1A22267075006E9E49 /* PBXContainerItemProxy */; - }; - 4BB03C1F22267075006E9E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 957A894D2226621400CDD25D /* StorybookUI */; - targetProxy = 4BB03C1E22267075006E9E49 /* PBXContainerItemProxy */; - }; - 4BB03C2C2226709D006E9E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4BB03C252226709D006E9E49 /* MyUIKit */; - targetProxy = 4BB03C2B2226709D006E9E49 /* PBXContainerItemProxy */; - }; - 4BB03C34222670B7006E9E49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 957A89402226620900CDD25D /* StorybookKit */; - targetProxy = 4BB03C33222670B7006E9E49 /* PBXContainerItemProxy */; - }; - 957A89592226629F00CDD25D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 957A89402226620900CDD25D /* StorybookKit */; - targetProxy = 957A89582226629F00CDD25D /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 4BB03C0C22267064006E9E49 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 4BB03C0D22267064006E9E49 /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 4BB03C1122267065006E9E49 /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 4BB03C1222267065006E9E49 /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 4B3B4B672663C9AB0065E84E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 484C3A2E3394755D12EEE605 /* Pods-StorybookKitTextureSupport.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = StorybookKitTextureSupport/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.5; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = app.muukii.StorybookKitTextureSupport; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4B3B4B682663C9AB0065E84E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D620DDA372538EA8B7E1BDAE /* Pods-StorybookKitTextureSupport.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = StorybookKitTextureSupport/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.5; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = app.muukii.StorybookKitTextureSupport; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 4BB03C1622267065006E9E49 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60CC3D90AB92057F3FAF59FB /* Pods-Demo.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = Demo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.Demo; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4BB03C1722267065006E9E49 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FF4010A86E09A677BD6EED04 /* Pods-Demo.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Manual; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = Demo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.Demo; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 4BB03C302226709D006E9E49 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 84765E35156E253D2944BEE3 /* Pods-MyUIKit.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = MyUIKit/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.demo.MyUIKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4BB03C312226709D006E9E49 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4C3F26259E2F5954FC3A392 /* Pods-MyUIKit.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = MyUIKit/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.storybook.demo.MyUIKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 957A89372226610200CDD25D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_STRICT_CONCURRENCY = complete; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 957A89382226610200CDD25D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_STRICT_CONCURRENCY = complete; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 957A89472226620900CDD25D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GENERATE_INFOPLIST_FILE = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.StorybookKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 957A89482226620900CDD25D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GENERATE_INFOPLIST_FILE = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.StorybookKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 957A89542226621400CDD25D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49B1C1DCD290D6D472657EF1 /* Pods-StorybookUI.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GENERATE_INFOPLIST_FILE = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.StorybookUI; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 957A89552226621400CDD25D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11F62F301ED4CFC488E1685C /* Pods-StorybookUI.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = ""; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GENERATE_INFOPLIST_FILE = YES; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = jp.eure.StorybookUI; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4B3B4B6B2663C9AB0065E84E /* Build configuration list for PBXNativeTarget "StorybookKitTextureSupport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4B3B4B672663C9AB0065E84E /* Debug */, - 4B3B4B682663C9AB0065E84E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4BB03C1522267065006E9E49 /* Build configuration list for PBXNativeTarget "Demo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BB03C1622267065006E9E49 /* Debug */, - 4BB03C1722267065006E9E49 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4BB03C2F2226709D006E9E49 /* Build configuration list for PBXNativeTarget "MyUIKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BB03C302226709D006E9E49 /* Debug */, - 4BB03C312226709D006E9E49 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 957A892B2226610200CDD25D /* Build configuration list for PBXProject "Storybook" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 957A89372226610200CDD25D /* Debug */, - 957A89382226610200CDD25D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 957A89462226620900CDD25D /* Build configuration list for PBXNativeTarget "StorybookKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 957A89472226620900CDD25D /* Debug */, - 957A89482226620900CDD25D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 957A89532226621400CDD25D /* Build configuration list for PBXNativeTarget "StorybookUI" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 957A89542226621400CDD25D /* Debug */, - 957A89552226621400CDD25D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 957A89282226610200CDD25D /* Project object */; -} diff --git a/Storybook.xcworkspace/contents.xcworkspacedata b/Storybook.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 2517e5b..0000000 --- a/Storybook.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/Storybook.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Storybook.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/Storybook.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/StorybookKit.podspec b/StorybookKit.podspec deleted file mode 100644 index 7e8204d..0000000 --- a/StorybookKit.podspec +++ /dev/null @@ -1,18 +0,0 @@ -Pod::Spec.new do |s| - s.name = "StorybookKit" - s.version = "1.8.1" - s.summary = "StorybookKit" - - s.homepage = "https://github.com/eure/Storybook-ios" - s.license = "MIT" - s.author = "Eureka, Inc." - s.source = { :git => "https://github.com/eure/Storybook.git", :tag => s.version } - - s.source_files = ["StorybookKit/**/*.swift"] - - s.module_name = s.name - s.requires_arc = true - s.ios.deployment_target = "10.0" - s.ios.frameworks = ["UIKit"] - s.swift_version = "5.3" -end diff --git a/StorybookKitTextureSupport.podspec b/StorybookKitTextureSupport.podspec deleted file mode 100644 index 64a9e0b..0000000 --- a/StorybookKitTextureSupport.podspec +++ /dev/null @@ -1,22 +0,0 @@ -Pod::Spec.new do |s| - s.name = "StorybookKitTextureSupport" - s.version = "1.8.1" - s.summary = "StorybookKitTextureSupport" - - s.homepage = "https://github.com/eure/Storybook-ios" - s.license = "MIT" - s.author = "Eureka, Inc." - s.source = { :git => "https://github.com/eure/Storybook.git", :tag => s.version } - - s.source_files = ["StorybookKitTextureSupport/**/*.swift"] - - s.module_name = s.name - s.requires_arc = true - s.ios.deployment_target = "11.0" - s.ios.frameworks = ["UIKit"] - s.swift_version = "5.3" - s.dependency "StorybookKit", ">= 1.7.0" - s.dependency "Texture/Core", ">= 3.0.0" - s.dependency "TextureBridging", ">= 3.0.1" - s.dependency "TextureSwiftSupport", ">= 3.9.0" -end diff --git a/StorybookUI.podspec b/StorybookUI.podspec deleted file mode 100644 index 37be89f..0000000 --- a/StorybookUI.podspec +++ /dev/null @@ -1,20 +0,0 @@ -Pod::Spec.new do |s| - s.name = "StorybookUI" - s.version = "1.9.0" - s.summary = "StorybookUI" - - s.homepage = "https://github.com/eure/Storybook-ios" - s.license = "MIT" - s.author = "Eureka, Inc." - s.source = { :git => "https://github.com/eure/Storybook.git", :tag => s.version } - - s.source_files = ["StorybookUI/**/*.swift"] - - s.module_name = s.name - s.requires_arc = true - s.ios.deployment_target = "12.0" - s.ios.frameworks = ["UIKit"] - s.dependency "StorybookKit", ">= 1.3.0" - s.dependency "MondrianLayout", ">= 0.8.0" - s.swift_version = "5.5" -end