diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.pbxproj b/YogaKit/YogaKit/YogaKit.xcodeproj/project.pbxproj similarity index 65% rename from YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.pbxproj rename to YogaKit/YogaKit/YogaKit.xcodeproj/project.pbxproj index 7232ec9f..f45f99ff 100644 --- a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.pbxproj +++ b/YogaKit/YogaKit/YogaKit.xcodeproj/project.pbxproj @@ -20,8 +20,29 @@ 13687D821DF87CF200E7C260 /* Yoga.c in Sources */ = {isa = PBXBuildFile; fileRef = 13687D621DF8778F00E7C260 /* Yoga.c */; }; 13687D851DF87D1E00E7C260 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13687D841DF87D1E00E7C260 /* UIKit.framework */; }; 13687D871DF87D2400E7C260 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13687D861DF87D2400E7C260 /* Foundation.framework */; }; + 63EE08411E06ED3D00EE5F9A /* YogaKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 63EE083F1E06ED3D00EE5F9A /* YogaKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63EE08441E06ED3D00EE5F9A /* YogaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63EE083D1E06ED3D00EE5F9A /* YogaKit.framework */; }; + 63EE08451E06ED3D00EE5F9A /* YogaKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 63EE083D1E06ED3D00EE5F9A /* YogaKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 63EE084A1E06EEB700EE5F9A /* YGNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = 13687D601DF8778F00E7C260 /* YGNodeList.c */; }; + 63EE084B1E06EEB700EE5F9A /* Yoga.c in Sources */ = {isa = PBXBuildFile; fileRef = 13687D621DF8778F00E7C260 /* Yoga.c */; }; + 63EE084C1E06EEB700EE5F9A /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = 13687D6A1DF8778F00E7C260 /* UIView+Yoga.m */; }; + 63EE084D1E06EECB00EE5F9A /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 13687D5E1DF8778F00E7C260 /* YGEnums.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63EE084E1E06EECB00EE5F9A /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 13687D5F1DF8778F00E7C260 /* YGMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63EE084F1E06EECB00EE5F9A /* YGNodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 13687D611DF8778F00E7C260 /* YGNodeList.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63EE08501E06EECB00EE5F9A /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 13687D631DF8778F00E7C260 /* Yoga.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 63EE08511E06EECB00EE5F9A /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 13687D691DF8778F00E7C260 /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 63EE08421E06ED3D00EE5F9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 13687D3B1DF8748300E7C260 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 63EE083C1E06ED3D00EE5F9A; + remoteInfo = YogaKit; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXCopyFilesBuildPhase section */ 13687D771DF878A000E7C260 /* yoga */ = { isa = PBXCopyFilesBuildPhase; @@ -47,6 +68,17 @@ name = YogaKit; runOnlyForDeploymentPostprocessing = 0; }; + 63EE08491E06ED3D00EE5F9A /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 63EE08451E06ED3D00EE5F9A /* YogaKit.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -64,10 +96,13 @@ 13687D611DF8778F00E7C260 /* YGNodeList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YGNodeList.h; sourceTree = ""; }; 13687D621DF8778F00E7C260 /* Yoga.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Yoga.c; sourceTree = ""; }; 13687D631DF8778F00E7C260 /* Yoga.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Yoga.h; sourceTree = ""; }; - 13687D691DF8778F00E7C260 /* UIView+Yoga.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+Yoga.h"; sourceTree = ""; }; - 13687D6A1DF8778F00E7C260 /* UIView+Yoga.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+Yoga.m"; sourceTree = ""; }; + 13687D691DF8778F00E7C260 /* UIView+Yoga.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "UIView+Yoga.h"; path = "../../UIView+Yoga.h"; sourceTree = ""; }; + 13687D6A1DF8778F00E7C260 /* UIView+Yoga.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "UIView+Yoga.m"; path = "../../UIView+Yoga.m"; sourceTree = ""; }; 13687D841DF87D1E00E7C260 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 13687D861DF87D2400E7C260 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 63EE083D1E06ED3D00EE5F9A /* YogaKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YogaKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 63EE083F1E06ED3D00EE5F9A /* YogaKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YogaKit.h; sourceTree = ""; }; + 63EE08401E06ED3D00EE5F9A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -77,6 +112,14 @@ files = ( 13687D871DF87D2400E7C260 /* Foundation.framework in Frameworks */, 13687D851DF87D1E00E7C260 /* UIKit.framework in Frameworks */, + 63EE08441E06ED3D00EE5F9A /* YogaKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 63EE08391E06ED3D00EE5F9A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( ); runOnlyForDeploymentPostprocessing = 0; }; @@ -86,9 +129,8 @@ 13687D3A1DF8748300E7C260 = { isa = PBXGroup; children = ( - 13687D5D1DF8778F00E7C260 /* yoga */, - 13687D641DF8778F00E7C260 /* YogaKit */, 13687D451DF8748400E7C260 /* YogaKitSample */, + 63EE083E1E06ED3D00EE5F9A /* YogaKit */, 13687D441DF8748400E7C260 /* Products */, 13687D831DF87D1E00E7C260 /* Frameworks */, ); @@ -98,6 +140,7 @@ isa = PBXGroup; children = ( 13687D431DF8748400E7C260 /* YogaKitSample.app */, + 63EE083D1E06ED3D00EE5F9A /* YogaKit.framework */, ); name = Products; sourceTree = ""; @@ -135,17 +178,7 @@ 13687D631DF8778F00E7C260 /* Yoga.h */, ); name = yoga; - path = ../../yoga; - sourceTree = ""; - }; - 13687D641DF8778F00E7C260 /* YogaKit */ = { - isa = PBXGroup; - children = ( - 13687D691DF8778F00E7C260 /* UIView+Yoga.h */, - 13687D6A1DF8778F00E7C260 /* UIView+Yoga.m */, - ); - name = YogaKit; - path = ..; + path = ../../../yoga; sourceTree = ""; }; 13687D831DF87D1E00E7C260 /* Frameworks */ = { @@ -157,8 +190,36 @@ name = Frameworks; sourceTree = ""; }; + 63EE083E1E06ED3D00EE5F9A /* YogaKit */ = { + isa = PBXGroup; + children = ( + 13687D5D1DF8778F00E7C260 /* yoga */, + 63EE083F1E06ED3D00EE5F9A /* YogaKit.h */, + 13687D691DF8778F00E7C260 /* UIView+Yoga.h */, + 13687D6A1DF8778F00E7C260 /* UIView+Yoga.m */, + 63EE08401E06ED3D00EE5F9A /* Info.plist */, + ); + path = YogaKit; + sourceTree = ""; + }; /* End PBXGroup section */ +/* Begin PBXHeadersBuildPhase section */ + 63EE083A1E06ED3D00EE5F9A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 63EE08411E06ED3D00EE5F9A /* YogaKit.h in Headers */, + 63EE08511E06EECB00EE5F9A /* UIView+Yoga.h in Headers */, + 63EE084D1E06EECB00EE5F9A /* YGEnums.h in Headers */, + 63EE084E1E06EECB00EE5F9A /* YGMacros.h in Headers */, + 63EE084F1E06EECB00EE5F9A /* YGNodeList.h in Headers */, + 63EE08501E06EECB00EE5F9A /* Yoga.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + /* Begin PBXNativeTarget section */ 13687D421DF8748300E7C260 /* YogaKitSample */ = { isa = PBXNativeTarget; @@ -169,16 +230,36 @@ 13687D3F1DF8748300E7C260 /* Sources */, 13687D401DF8748300E7C260 /* Frameworks */, 13687D411DF8748300E7C260 /* Resources */, + 63EE08491E06ED3D00EE5F9A /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( + 63EE08431E06ED3D00EE5F9A /* PBXTargetDependency */, ); name = YogaKitSample; productName = YogaKitSample; productReference = 13687D431DF8748400E7C260 /* YogaKitSample.app */; productType = "com.apple.product-type.application"; }; + 63EE083C1E06ED3D00EE5F9A /* YogaKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 63EE08481E06ED3D00EE5F9A /* Build configuration list for PBXNativeTarget "YogaKit" */; + buildPhases = ( + 63EE08381E06ED3D00EE5F9A /* Sources */, + 63EE08391E06ED3D00EE5F9A /* Frameworks */, + 63EE083A1E06ED3D00EE5F9A /* Headers */, + 63EE083B1E06ED3D00EE5F9A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = YogaKit; + productName = YogaKit; + productReference = 63EE083D1E06ED3D00EE5F9A /* YogaKit.framework */; + productType = "com.apple.product-type.framework"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -192,9 +273,13 @@ CreatedOnToolsVersion = 8.1; ProvisioningStyle = Automatic; }; + 63EE083C1E06ED3D00EE5F9A = { + CreatedOnToolsVersion = 8.2; + ProvisioningStyle = Automatic; + }; }; }; - buildConfigurationList = 13687D3E1DF8748300E7C260 /* Build configuration list for PBXProject "YogaKitSample" */; + buildConfigurationList = 13687D3E1DF8748300E7C260 /* Build configuration list for PBXProject "YogaKit" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -207,6 +292,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( + 63EE083C1E06ED3D00EE5F9A /* YogaKit */, 13687D421DF8748300E7C260 /* YogaKitSample */, ); }; @@ -221,6 +307,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 63EE083B1E06ED3D00EE5F9A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -237,8 +330,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 63EE08381E06ED3D00EE5F9A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 63EE084A1E06EEB700EE5F9A /* YGNodeList.c in Sources */, + 63EE084B1E06EEB700EE5F9A /* Yoga.c in Sources */, + 63EE084C1E06EEB700EE5F9A /* UIView+Yoga.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 63EE08431E06ED3D00EE5F9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 63EE083C1E06ED3D00EE5F9A /* YogaKit */; + targetProxy = 63EE08421E06ED3D00EE5F9A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ 13687D581DF8748400E7C260 /* Debug */ = { isa = XCBuildConfiguration; @@ -350,10 +461,56 @@ }; name = Release; }; + 63EE08461E06ED3D00EE5F9A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CODE_SIGN_IDENTITY = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = YogaKit/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.facebook.YogaKit; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 63EE08471E06ED3D00EE5F9A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CODE_SIGN_IDENTITY = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = YogaKit/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.facebook.YogaKit; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 13687D3E1DF8748300E7C260 /* Build configuration list for PBXProject "YogaKitSample" */ = { + 13687D3E1DF8748300E7C260 /* Build configuration list for PBXProject "YogaKit" */ = { isa = XCConfigurationList; buildConfigurations = ( 13687D581DF8748400E7C260 /* Debug */, @@ -369,6 +526,16 @@ 13687D5C1DF8748400E7C260 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 63EE08481E06ED3D00EE5F9A /* Build configuration list for PBXNativeTarget "YogaKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 63EE08461E06ED3D00EE5F9A /* Debug */, + 63EE08471E06ED3D00EE5F9A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 55% rename from YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata index b8f12e0b..40735f9b 100644 --- a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/david/Projects/yoga/YogaKit/YogaKit/YogaKit.xcodeproj"> diff --git a/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/xcuserdata/david.xcuserdatad/UserInterfaceState.xcuserstate b/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/xcuserdata/david.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 00000000..0dc901d6 Binary files /dev/null and b/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/xcuserdata/david.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate b/YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate rename to YogaKit/YogaKit/YogaKit.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/YogaKit/YogaKit/YogaKit.xcodeproj/xcshareddata/xcschemes/YogaKit.xcscheme b/YogaKit/YogaKit/YogaKit.xcodeproj/xcshareddata/xcschemes/YogaKit.xcscheme new file mode 100644 index 00000000..238c84b0 --- /dev/null +++ b/YogaKit/YogaKit/YogaKit.xcodeproj/xcshareddata/xcschemes/YogaKit.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/YogaKitSample.xcscheme b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/YogaKitSample.xcscheme new file mode 100644 index 00000000..4e3a92d9 --- /dev/null +++ b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/YogaKitSample.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/xcschememanagement.plist b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..9ee20b37 --- /dev/null +++ b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/david.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,32 @@ + + + + + SchemeUserState + + YogaKit.xcscheme_^#shared#^_ + + orderHint + 1 + + YogaKitSample.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 13687D421DF8748300E7C260 + + primary + + + 63EE083C1E06ED3D00EE5F9A + + primary + + + + + diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/YogaKitSample.xcscheme b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/YogaKitSample.xcscheme similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/YogaKitSample.xcscheme rename to YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/YogaKitSample.xcscheme diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/xcschememanagement.plist b/YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/xcschememanagement.plist rename to YogaKit/YogaKit/YogaKit.xcodeproj/xcuserdata/emilsj.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/YogaKit/YogaKit/YogaKit/Info.plist b/YogaKit/YogaKit/YogaKit/Info.plist new file mode 100644 index 00000000..fbe1e6b3 --- /dev/null +++ b/YogaKit/YogaKit/YogaKit/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/YogaKit/YogaKit/YogaKit/YogaKit.h b/YogaKit/YogaKit/YogaKit/YogaKit.h new file mode 100644 index 00000000..37dff23a --- /dev/null +++ b/YogaKit/YogaKit/YogaKit/YogaKit.h @@ -0,0 +1,19 @@ +// +// YogaKit.h +// YogaKit +// +// Created by David Hart on 18.12.16. +// Copyright © 2016 facebook. All rights reserved. +// + +#import + +//! Project version number for YogaKit. +FOUNDATION_EXPORT double YogaKitVersionNumber; + +//! Project version string for YogaKit. +FOUNDATION_EXPORT const unsigned char YogaKitVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h b/YogaKit/YogaKit/YogaKitSample/AppDelegate.h similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h rename to YogaKit/YogaKit/YogaKitSample/AppDelegate.h diff --git a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m b/YogaKit/YogaKit/YogaKitSample/AppDelegate.m similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m rename to YogaKit/YogaKit/YogaKitSample/AppDelegate.m diff --git a/YogaKit/YogaKitSample/YogaKitSample/Assets.xcassets/AppIcon.appiconset/Contents.json b/YogaKit/YogaKit/YogaKitSample/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/Assets.xcassets/AppIcon.appiconset/Contents.json rename to YogaKit/YogaKit/YogaKitSample/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/YogaKit/YogaKitSample/YogaKitSample/Info.plist b/YogaKit/YogaKit/YogaKitSample/Info.plist similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/Info.plist rename to YogaKit/YogaKit/YogaKitSample/Info.plist diff --git a/YogaKit/YogaKitSample/YogaKitSample/ViewController.h b/YogaKit/YogaKit/YogaKitSample/ViewController.h similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/ViewController.h rename to YogaKit/YogaKit/YogaKitSample/ViewController.h diff --git a/YogaKit/YogaKitSample/YogaKitSample/ViewController.m b/YogaKit/YogaKit/YogaKitSample/ViewController.m similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/ViewController.m rename to YogaKit/YogaKit/YogaKitSample/ViewController.m diff --git a/YogaKit/YogaKitSample/YogaKitSample/main.m b/YogaKit/YogaKit/YogaKitSample/main.m similarity index 100% rename from YogaKit/YogaKitSample/YogaKitSample/main.m rename to YogaKit/YogaKit/YogaKitSample/main.m