Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
candle-pos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bdc199c0
authored
Feb 14, 2016
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcode manager
1 parent
e3b28570
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
291 additions
and
0 deletions
candlepos/candlepos.xcodeproj/project.pbxproj
candlepos/candlepos.xcodeproj/project.xcworkspace/contents.xcworkspacedata
candlepos/candlepos.xcodeproj/project.xcworkspace/xcuserdata/jlhawkwell.xcuserdatad/UserInterfaceState.xcuserstate
candlepos/candlepos.xcodeproj/xcuserdata/jlhawkwell.xcuserdatad/xcschemes/candlepos.xcscheme
candlepos/candlepos.xcodeproj/xcuserdata/jlhawkwell.xcuserdatad/xcschemes/xcschememanagement.plist
candlepos/candlepos.xcodeproj/project.pbxproj
0 → 100644
View file @
bdc199c
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXGroup section */
CE1FF9AA1C713DFE0024C31C = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
CE1FF9AF1C713DFE0024C31C /* candlepos */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = CE1FF9B21C713DFE0024C31C /* Build configuration list for PBXLegacyTarget "candlepos" */;
buildPhases = (
);
buildToolPath = /Users/jlhawkwell/UnixApps/maven/bin/mvn;
dependencies = (
);
name = candlepos;
passBuildSettingsInEnvironment = 1;
productName = candlepos;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
CE1FF9AB1C713DFE0024C31C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "StarPhoenix Media";
TargetAttributes = {
CE1FF9AF1C713DFE0024C31C = {
CreatedOnToolsVersion = 7.2.1;
};
};
};
buildConfigurationList = CE1FF9AE1C713DFE0024C31C /* Build configuration list for PBXProject "candlepos" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = CE1FF9AA1C713DFE0024C31C;
projectDirPath = "";
projectRoot = "";
targets = (
CE1FF9AF1C713DFE0024C31C /* candlepos */,
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
CE1FF9B01C713DFE0024C31C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
CE1FF9B11C713DFE0024C31C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
MTL_ENABLE_DEBUG_INFO = NO;
};
name = Release;
};
CE1FF9B31C713DFE0024C31C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUGGING_SYMBOLS = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
CE1FF9B41C713DFE0024C31C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
CE1FF9AE1C713DFE0024C31C /* Build configuration list for PBXProject "candlepos" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CE1FF9B01C713DFE0024C31C /* Debug */,
CE1FF9B11C713DFE0024C31C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CE1FF9B21C713DFE0024C31C /* Build configuration list for PBXLegacyTarget "candlepos" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CE1FF9B31C713DFE0024C31C /* Debug */,
CE1FF9B41C713DFE0024C31C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = CE1FF9AB1C713DFE0024C31C /* Project object */;
}
candlepos/candlepos.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
bdc199c
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:candlepos.xcodeproj"
>
</FileRef>
</Workspace>
candlepos/candlepos.xcodeproj/project.xcworkspace/xcuserdata/jlhawkwell.xcuserdatad/UserInterfaceState.xcuserstate
0 → 100644
View file @
bdc199c
No preview for this file type
candlepos/candlepos.xcodeproj/xcuserdata/jlhawkwell.xcuserdatad/xcschemes/candlepos.xcscheme
0 → 100644
View file @
bdc199c
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"0720"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"CE1FF9AF1C713DFE0024C31C"
BuildableName =
"candlepos"
BlueprintName =
"candlepos"
ReferencedContainer =
"container:candlepos.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"CE1FF9AF1C713DFE0024C31C"
BuildableName =
"candlepos"
BlueprintName =
"candlepos"
ReferencedContainer =
"container:candlepos.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Release"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"CE1FF9AF1C713DFE0024C31C"
BuildableName =
"candlepos"
BlueprintName =
"candlepos"
ReferencedContainer =
"container:candlepos.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
candlepos/candlepos.xcodeproj/xcuserdata/jlhawkwell.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
View file @
bdc199c
<?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>
candlepos.xcscheme
</key>
<dict>
<key>
orderHint
</key>
<integer>
0
</integer>
</dict>
</dict>
<key>
SuppressBuildableAutocreation
</key>
<dict>
<key>
CE1FF9AF1C713DFE0024C31C
</key>
<dict>
<key>
primary
</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment