mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-31 14:43:23 +02:00
Mac Example Project working
This commit is contained in:
@@ -7,156 +7,151 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E671B64619C8D6CB00851BFD /* Armchair.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6631F6E19C8CA5C00F5F4EA /* Armchair.framework */; };
|
||||
E6BB678A19C8D1720031C112 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E6BB678119C8D1720031C112 /* AppDelegate.m */; };
|
||||
E6BB678C19C8D1720031C112 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6BB678519C8D1720031C112 /* MainMenu.xib */; };
|
||||
E6BB678F19C8D1720031C112 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E6BB678919C8D1720031C112 /* main.m */; };
|
||||
E6E5F4C519C8E1A4008A6C1B /* armchair.jpg in Resources */ = {isa = PBXBuildFile; fileRef = E6E5F4C419C8E1A4008A6C1B /* armchair.jpg */; };
|
||||
E60FA7C019C908FE00179D70 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E60FA7BF19C908FE00179D70 /* AppDelegate.swift */; };
|
||||
E60FA7F119C90C7D00179D70 /* armchair.jpg in Resources */ = {isa = PBXBuildFile; fileRef = E60FA7E819C90C7D00179D70 /* armchair.jpg */; };
|
||||
E60FA7F419C90C7D00179D70 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = E60FA7EE19C90C7D00179D70 /* Icon.png */; };
|
||||
E60FA7F519C90C7D00179D70 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E60FA7EF19C90C7D00179D70 /* Images.xcassets */; };
|
||||
E60FA80519C90D8F00179D70 /* Armchair.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E60FA80019C90D3500179D70 /* Armchair.framework */; };
|
||||
E60FA80A19C9123800179D70 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E60FA80919C9123800179D70 /* ViewController.swift */; };
|
||||
E60FA81319C9172A00179D70 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E60FA81119C9172A00179D70 /* MainMenu.xib */; };
|
||||
E60FA81619C91FA300179D70 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = E60FA81519C91FA300179D70 /* logo.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
E6631F6B19C8CA5C00F5F4EA /* PBXContainerItemProxy */ = {
|
||||
E60FA7FD19C90D3500179D70 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */;
|
||||
containerPortal = E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = E6D8B8B519C7274F001AD043;
|
||||
remoteInfo = Armchair;
|
||||
};
|
||||
E6631F6D19C8CA5C00F5F4EA /* PBXContainerItemProxy */ = {
|
||||
E60FA7FF19C90D3500179D70 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */;
|
||||
containerPortal = E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = E6D8B8F919C756A4001AD043;
|
||||
remoteInfo = ArmchairMac;
|
||||
};
|
||||
E6631F6F19C8CA5C00F5F4EA /* PBXContainerItemProxy */ = {
|
||||
E60FA80119C90D3500179D70 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */;
|
||||
containerPortal = E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = E6D8B92819C880A9001AD043;
|
||||
remoteInfo = ArmchairTests;
|
||||
};
|
||||
E6E5F4BC19C8DFA3008A6C1B /* PBXContainerItemProxy */ = {
|
||||
E60FA80319C90D7100179D70 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */;
|
||||
containerPortal = E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = E6D8B8EF19C756A4001AD043;
|
||||
remoteInfo = ArmchairMac;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
E6631F7319C8CAF200F5F4EA /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 7;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Armchair.xcodeproj; sourceTree = "<group>"; };
|
||||
E6BB678019C8D1720031C112 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Example/AppDelegate.h; sourceTree = "<group>"; };
|
||||
E6BB678119C8D1720031C112 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Example/AppDelegate.m; sourceTree = "<group>"; };
|
||||
E6BB678619C8D1720031C112 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = MainMenu.xib; sourceTree = "<group>"; };
|
||||
E6BB678819C8D1720031C112 /* Info-Mac.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Info-Mac.plist"; path = "Example/Info-Mac.plist"; sourceTree = "<group>"; };
|
||||
E6BB678919C8D1720031C112 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; };
|
||||
E6D8B8C719C75292001AD043 /* Mac Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mac Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E6E5F4C419C8E1A4008A6C1B /* armchair.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = armchair.jpg; path = Example/armchair.jpg; sourceTree = "<group>"; };
|
||||
E60FA7BA19C908FE00179D70 /* Mac Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mac Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E60FA7BF19C908FE00179D70 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Example/AppDelegate.swift; sourceTree = "<group>"; };
|
||||
E60FA7E819C90C7D00179D70 /* armchair.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = armchair.jpg; path = Example/armchair.jpg; sourceTree = SOURCE_ROOT; };
|
||||
E60FA7EE19C90C7D00179D70 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Example/Icon.png; sourceTree = SOURCE_ROOT; };
|
||||
E60FA7EF19C90C7D00179D70 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Images.xcassets; sourceTree = SOURCE_ROOT; };
|
||||
E60FA7F019C90C7D00179D70 /* Info-Mac.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Info-Mac.plist"; path = "Example/Info-Mac.plist"; sourceTree = SOURCE_ROOT; };
|
||||
E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Armchair.xcodeproj; sourceTree = "<group>"; };
|
||||
E60FA80919C9123800179D70 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = Example/ViewController.swift; sourceTree = "<group>"; };
|
||||
E60FA81219C9172A00179D70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Example/Base.lproj/MainMenu.xib; sourceTree = SOURCE_ROOT; };
|
||||
E60FA81519C91FA300179D70 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo.png; path = Example/logo.png; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
E6D8B8C419C75292001AD043 /* Frameworks */ = {
|
||||
E60FA7B719C908FE00179D70 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E671B64619C8D6CB00851BFD /* Armchair.framework in Frameworks */,
|
||||
E60FA80519C90D8F00179D70 /* Armchair.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
E6631F6619C8CA5C00F5F4EA /* Products */ = {
|
||||
E60FA7B119C908FE00179D70 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E6631F6C19C8CA5C00F5F4EA /* Armchair.framework */,
|
||||
E6631F6E19C8CA5C00F5F4EA /* Armchair.framework */,
|
||||
E6631F7019C8CA5C00F5F4EA /* ArmchairTests.xctest */,
|
||||
E60FA7E319C909D100179D70 /* Source */,
|
||||
E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */,
|
||||
E60FA7BA19C908FE00179D70 /* Mac Example.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E6BB679019C8D1800031C112 /* Source */ = {
|
||||
E60FA7BC19C908FE00179D70 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E6BB678019C8D1720031C112 /* AppDelegate.h */,
|
||||
E6BB678119C8D1720031C112 /* AppDelegate.m */,
|
||||
E6BB678519C8D1720031C112 /* MainMenu.xib */,
|
||||
E6BB679119C8D1AB0031C112 /* Supporting Files */,
|
||||
E60FA81119C9172A00179D70 /* MainMenu.xib */,
|
||||
E60FA7E819C90C7D00179D70 /* armchair.jpg */,
|
||||
E60FA7EE19C90C7D00179D70 /* Icon.png */,
|
||||
E60FA81519C91FA300179D70 /* logo.png */,
|
||||
E60FA7EF19C90C7D00179D70 /* Images.xcassets */,
|
||||
E60FA7F019C90C7D00179D70 /* Info-Mac.plist */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
path = "Mac Example";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E60FA7E319C909D100179D70 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E60FA7BF19C908FE00179D70 /* AppDelegate.swift */,
|
||||
E60FA80919C9123800179D70 /* ViewController.swift */,
|
||||
E60FA7BC19C908FE00179D70 /* Supporting Files */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E6BB679119C8D1AB0031C112 /* Supporting Files */ = {
|
||||
E60FA7F819C90D3500179D70 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E6E5F4C419C8E1A4008A6C1B /* armchair.jpg */,
|
||||
E6BB678819C8D1720031C112 /* Info-Mac.plist */,
|
||||
E6BB678919C8D1720031C112 /* main.m */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E6D8B8BE19C75292001AD043 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E6BB679019C8D1800031C112 /* Source */,
|
||||
E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */,
|
||||
E6D8B8C719C75292001AD043 /* Mac Example.app */,
|
||||
E60FA7FE19C90D3500179D70 /* Armchair.framework */,
|
||||
E60FA80019C90D3500179D70 /* Armchair.framework */,
|
||||
E60FA80219C90D3500179D70 /* ArmchairTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
E6D8B8C619C75292001AD043 /* Mac Example */ = {
|
||||
E60FA7B919C908FE00179D70 /* Mac Example */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = E6D8B8E419C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac Example" */;
|
||||
buildConfigurationList = E60FA7D419C908FE00179D70 /* Build configuration list for PBXNativeTarget "Mac Example" */;
|
||||
buildPhases = (
|
||||
E6D8B8C319C75292001AD043 /* Sources */,
|
||||
E6D8B8C419C75292001AD043 /* Frameworks */,
|
||||
E6D8B8C519C75292001AD043 /* Resources */,
|
||||
E6631F7319C8CAF200F5F4EA /* CopyFiles */,
|
||||
E60FA7B619C908FE00179D70 /* Sources */,
|
||||
E60FA7B719C908FE00179D70 /* Frameworks */,
|
||||
E60FA7B819C908FE00179D70 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
E6E5F4BD19C8DFA3008A6C1B /* PBXTargetDependency */,
|
||||
E60FA80419C90D7100179D70 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "Mac Example";
|
||||
productName = "Mac Example";
|
||||
productReference = E6D8B8C719C75292001AD043 /* Mac Example.app */;
|
||||
productReference = E60FA7BA19C908FE00179D70 /* Mac Example.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
E6D8B8BF19C75292001AD043 /* Project object */ = {
|
||||
E60FA7B219C908FE00179D70 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0600;
|
||||
LastUpgradeCheck = 0610;
|
||||
ORGANIZATIONNAME = Armchair;
|
||||
TargetAttributes = {
|
||||
E6D8B8C619C75292001AD043 = {
|
||||
CreatedOnToolsVersion = 6.0;
|
||||
E60FA7B919C908FE00179D70 = {
|
||||
CreatedOnToolsVersion = 6.1;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = E6D8B8C219C75292001AD043 /* Build configuration list for PBXProject "Mac Example" */;
|
||||
buildConfigurationList = E60FA7B519C908FE00179D70 /* Build configuration list for PBXProject "Mac Example" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
@@ -164,92 +159,94 @@
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = E6D8B8BE19C75292001AD043;
|
||||
productRefGroup = E6D8B8BE19C75292001AD043;
|
||||
mainGroup = E60FA7B119C908FE00179D70;
|
||||
productRefGroup = E60FA7B119C908FE00179D70;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = E6631F6619C8CA5C00F5F4EA /* Products */;
|
||||
ProjectRef = E6631F6519C8CA5C00F5F4EA /* Armchair.xcodeproj */;
|
||||
ProductGroup = E60FA7F819C90D3500179D70 /* Products */;
|
||||
ProjectRef = E60FA7F719C90D3500179D70 /* Armchair.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
E6D8B8C619C75292001AD043 /* Mac Example */,
|
||||
E60FA7B919C908FE00179D70 /* Mac Example */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
E6631F6C19C8CA5C00F5F4EA /* Armchair.framework */ = {
|
||||
E60FA7FE19C90D3500179D70 /* Armchair.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = Armchair.framework;
|
||||
remoteRef = E6631F6B19C8CA5C00F5F4EA /* PBXContainerItemProxy */;
|
||||
remoteRef = E60FA7FD19C90D3500179D70 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
E6631F6E19C8CA5C00F5F4EA /* Armchair.framework */ = {
|
||||
E60FA80019C90D3500179D70 /* Armchair.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = Armchair.framework;
|
||||
remoteRef = E6631F6D19C8CA5C00F5F4EA /* PBXContainerItemProxy */;
|
||||
remoteRef = E60FA7FF19C90D3500179D70 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
E6631F7019C8CA5C00F5F4EA /* ArmchairTests.xctest */ = {
|
||||
E60FA80219C90D3500179D70 /* ArmchairTests.xctest */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = ArmchairTests.xctest;
|
||||
remoteRef = E6631F6F19C8CA5C00F5F4EA /* PBXContainerItemProxy */;
|
||||
remoteRef = E60FA80119C90D3500179D70 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
E6D8B8C519C75292001AD043 /* Resources */ = {
|
||||
E60FA7B819C908FE00179D70 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E6E5F4C519C8E1A4008A6C1B /* armchair.jpg in Resources */,
|
||||
E6BB678C19C8D1720031C112 /* MainMenu.xib in Resources */,
|
||||
E60FA7F419C90C7D00179D70 /* Icon.png in Resources */,
|
||||
E60FA81619C91FA300179D70 /* logo.png in Resources */,
|
||||
E60FA81319C9172A00179D70 /* MainMenu.xib in Resources */,
|
||||
E60FA7F519C90C7D00179D70 /* Images.xcassets in Resources */,
|
||||
E60FA7F119C90C7D00179D70 /* armchair.jpg in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
E6D8B8C319C75292001AD043 /* Sources */ = {
|
||||
E60FA7B619C908FE00179D70 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E6BB678F19C8D1720031C112 /* main.m in Sources */,
|
||||
E6BB678A19C8D1720031C112 /* AppDelegate.m in Sources */,
|
||||
E60FA80A19C9123800179D70 /* ViewController.swift in Sources */,
|
||||
E60FA7C019C908FE00179D70 /* AppDelegate.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
E6E5F4BD19C8DFA3008A6C1B /* PBXTargetDependency */ = {
|
||||
E60FA80419C90D7100179D70 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = ArmchairMac;
|
||||
targetProxy = E6E5F4BC19C8DFA3008A6C1B /* PBXContainerItemProxy */;
|
||||
targetProxy = E60FA80319C90D7100179D70 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
E6BB678519C8D1720031C112 /* MainMenu.xib */ = {
|
||||
E60FA81119C9172A00179D70 /* MainMenu.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
E6BB678619C8D1720031C112 /* Base */,
|
||||
E60FA81219C9172A00179D70 /* Base */,
|
||||
);
|
||||
name = MainMenu.xib;
|
||||
path = Example/Base.lproj;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
E6D8B8E219C75292001AD043 /* Debug */ = {
|
||||
E60FA7D219C908FE00179D70 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
@@ -283,14 +280,15 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
E6D8B8E319C75292001AD043 /* Release */ = {
|
||||
E60FA7D319C908FE00179D70 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
@@ -319,40 +317,30 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
E6D8B8E519C75292001AD043 /* Debug */ = {
|
||||
E60FA7D519C908FE00179D70 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/build/Debug",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Example/Info-Mac.plist";
|
||||
INFOPLIST_FILE = "Example/Info-Mac.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
E6D8B8E619C75292001AD043 /* Release */ = {
|
||||
E60FA7D619C908FE00179D70 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/build/Debug",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Example/Info-Mac.plist";
|
||||
INFOPLIST_FILE = "Example/Info-Mac.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
@@ -360,25 +348,25 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
E6D8B8C219C75292001AD043 /* Build configuration list for PBXProject "Mac Example" */ = {
|
||||
E60FA7B519C908FE00179D70 /* Build configuration list for PBXProject "Mac Example" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
E6D8B8E219C75292001AD043 /* Debug */,
|
||||
E6D8B8E319C75292001AD043 /* Release */,
|
||||
E60FA7D219C908FE00179D70 /* Debug */,
|
||||
E60FA7D319C908FE00179D70 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
E6D8B8E419C75292001AD043 /* Build configuration list for PBXNativeTarget "Mac Example" */ = {
|
||||
E60FA7D419C908FE00179D70 /* Build configuration list for PBXNativeTarget "Mac Example" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
E6D8B8E519C75292001AD043 /* Debug */,
|
||||
E6D8B8E619C75292001AD043 /* Release */,
|
||||
E60FA7D519C908FE00179D70 /* Debug */,
|
||||
E60FA7D619C908FE00179D70 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = E6D8B8BF19C75292001AD043 /* Project object */;
|
||||
rootObject = E60FA7B219C908FE00179D70 /* Project object */;
|
||||
}
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
|
||||
<false/>
|
||||
<key>IDESourceControlProjectIdentifier</key>
|
||||
<string>FB71943B-E489-41AE-8AD8-62BD5AFECCF8</string>
|
||||
<key>IDESourceControlProjectName</key>
|
||||
<string>Mac Example</string>
|
||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
||||
<dict>
|
||||
<key>6094D9F4198D56F78EB1B455EC894F8A44DC0039</key>
|
||||
<string>github.com:UrbanApps/Armchair.git</string>
|
||||
</dict>
|
||||
<key>IDESourceControlProjectPath</key>
|
||||
<string>Mac Example/Mac Example.xcodeproj</string>
|
||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
||||
<dict>
|
||||
<key>6094D9F4198D56F78EB1B455EC894F8A44DC0039</key>
|
||||
<string>../../..</string>
|
||||
</dict>
|
||||
<key>IDESourceControlProjectURL</key>
|
||||
<string>github.com:UrbanApps/Armchair.git</string>
|
||||
<key>IDESourceControlProjectVersion</key>
|
||||
<integer>111</integer>
|
||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
||||
<string>6094D9F4198D56F78EB1B455EC894F8A44DC0039</string>
|
||||
<key>IDESourceControlProjectWCConfigurations</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
||||
<string>public.vcs.git</string>
|
||||
<key>IDESourceControlWCCIdentifierKey</key>
|
||||
<string>6094D9F4198D56F78EB1B455EC894F8A44DC0039</string>
|
||||
<key>IDESourceControlWCCName</key>
|
||||
<string>Armchair</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
@@ -1,110 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0610"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8C619C75292001AD043"
|
||||
BuildableName = "Mac Example.app"
|
||||
BlueprintName = "Mac Example"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "NO"
|
||||
buildForArchiving = "NO"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8D919C75292001AD043"
|
||||
BuildableName = "Mac ExampleTests.xctest"
|
||||
BlueprintName = "Mac ExampleTests"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8D919C75292001AD043"
|
||||
BuildableName = "Mac ExampleTests.xctest"
|
||||
BlueprintName = "Mac ExampleTests"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8C619C75292001AD043"
|
||||
BuildableName = "Mac Example.app"
|
||||
BlueprintName = "Mac Example"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8C619C75292001AD043"
|
||||
BuildableName = "Mac Example.app"
|
||||
BlueprintName = "Mac Example"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "E6D8B8C619C75292001AD043"
|
||||
BuildableName = "Mac Example.app"
|
||||
BlueprintName = "Mac Example"
|
||||
ReferencedContainer = "container:Mac Example.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>Mac Example.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>E6D8B8C619C75292001AD043</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>E6D8B8D919C75292001AD043</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user