-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sam Daitzman
committed
Aug 17, 2014
1 parent
cff045e
commit 88bcbc3
Showing
21 changed files
with
932 additions
and
0 deletions.
There are no files selected for viewing
296 changes: 296 additions & 0 deletions
296
Elementary OS Install utility/Elementary OS Install utility.xcodeproj/project.pbxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,296 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
7E2AAA7719A03EE3002B9C43 /* AppleScriptObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E2AAA7619A03EE3002B9C43 /* AppleScriptObjC.framework */; }; | ||
7E2AAA7C19A03EE3002B9C43 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E2AAA7B19A03EE3002B9C43 /* main.m */; }; | ||
7E2AAA7E19A03EE3002B9C43 /* AppDelegate.applescript in Sources */ = {isa = PBXBuildFile; fileRef = 7E2AAA7D19A03EE3002B9C43 /* AppDelegate.applescript */; }; | ||
7E2AAA8019A03EE3002B9C43 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7E2AAA7F19A03EE3002B9C43 /* Images.xcassets */; }; | ||
7E2AAA8319A03EE3002B9C43 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7E2AAA8119A03EE3002B9C43 /* MainMenu.xib */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
7E2AAA7319A03EE3002B9C43 /* Elementary OS Install utility.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Elementary OS Install utility.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
7E2AAA7619A03EE3002B9C43 /* AppleScriptObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppleScriptObjC.framework; path = System/Library/Frameworks/AppleScriptObjC.framework; sourceTree = SDKROOT; }; | ||
7E2AAA7A19A03EE3002B9C43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
7E2AAA7B19A03EE3002B9C43 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | ||
7E2AAA7D19A03EE3002B9C43 /* AppDelegate.applescript */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.applescript; path = AppDelegate.applescript; sourceTree = "<group>"; }; | ||
7E2AAA7F19A03EE3002B9C43 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; | ||
7E2AAA8219A03EE3002B9C43 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
7E2AAA7019A03EE3002B9C43 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
7E2AAA7719A03EE3002B9C43 /* AppleScriptObjC.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
7E2AAA6A19A03EE3002B9C43 = { | ||
isa = PBXGroup; | ||
children = ( | ||
7E2AAA7819A03EE3002B9C43 /* Elementary OS Install utility */, | ||
7E2AAA7519A03EE3002B9C43 /* Frameworks */, | ||
7E2AAA7419A03EE3002B9C43 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
7E2AAA7419A03EE3002B9C43 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
7E2AAA7319A03EE3002B9C43 /* Elementary OS Install utility.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
7E2AAA7519A03EE3002B9C43 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
7E2AAA7619A03EE3002B9C43 /* AppleScriptObjC.framework */, | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
7E2AAA7819A03EE3002B9C43 /* Elementary OS Install utility */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
7E2AAA7D19A03EE3002B9C43 /* AppDelegate.applescript */, | ||
7E2AAA7F19A03EE3002B9C43 /* Images.xcassets */, | ||
7E2AAA8119A03EE3002B9C43 /* MainMenu.xib */, | ||
7E2AAA7919A03EE3002B9C43 /* Supporting Files */, | ||
); | ||
path = "Elementary OS Install utility"; | ||
sourceTree = "<group>"; | ||
}; | ||
7E2AAA7919A03EE3002B9C43 /* Supporting Files */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
7E2AAA7A19A03EE3002B9C43 /* Info.plist */, | ||
7E2AAA7B19A03EE3002B9C43 /* main.m */, | ||
); | ||
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
7E2AAA7219A03EE3002B9C43 /* Elementary OS Install utility */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 7E2AAA8619A03EE3002B9C43 /* Build configuration list for PBXNativeTarget "Elementary OS Install utility" */; | ||
buildPhases = ( | ||
7E2AAA6F19A03EE3002B9C43 /* Sources */, | ||
7E2AAA7019A03EE3002B9C43 /* Frameworks */, | ||
7E2AAA7119A03EE3002B9C43 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = "Elementary OS Install utility"; | ||
productName = "Elementary OS Install utility"; | ||
productReference = 7E2AAA7319A03EE3002B9C43 /* Elementary OS Install utility.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
7E2AAA6B19A03EE3002B9C43 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastUpgradeCheck = 0600; | ||
ORGANIZATIONNAME = "Sam Daitzman"; | ||
TargetAttributes = { | ||
7E2AAA7219A03EE3002B9C43 = { | ||
CreatedOnToolsVersion = 6.0; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 7E2AAA6E19A03EE3002B9C43 /* Build configuration list for PBXProject "Elementary OS Install utility" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 7E2AAA6A19A03EE3002B9C43; | ||
productRefGroup = 7E2AAA7419A03EE3002B9C43 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
7E2AAA7219A03EE3002B9C43 /* Elementary OS Install utility */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
7E2AAA7119A03EE3002B9C43 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
7E2AAA8019A03EE3002B9C43 /* Images.xcassets in Resources */, | ||
7E2AAA8319A03EE3002B9C43 /* MainMenu.xib in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
7E2AAA6F19A03EE3002B9C43 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
7E2AAA7E19A03EE3002B9C43 /* AppDelegate.applescript in Sources */, | ||
7E2AAA7C19A03EE3002B9C43 /* main.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
7E2AAA8119A03EE3002B9C43 /* MainMenu.xib */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
7E2AAA8219A03EE3002B9C43 /* Base */, | ||
); | ||
name = MainMenu.xib; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
7E2AAA8419A03EE3002B9C43 /* 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; | ||
CODE_SIGN_IDENTITY = "-"; | ||
COPY_PHASE_STRIP = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
"$(inherited)", | ||
); | ||
GCC_SYMBOLS_PRIVATE_EXTERN = NO; | ||
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; | ||
MACOSX_DEPLOYMENT_TARGET = 10.10; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = macosx; | ||
}; | ||
name = Debug; | ||
}; | ||
7E2AAA8519A03EE3002B9C43 /* 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; | ||
CODE_SIGN_IDENTITY = "-"; | ||
COPY_PHASE_STRIP = YES; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
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; | ||
MACOSX_DEPLOYMENT_TARGET = 10.10; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = macosx; | ||
}; | ||
name = Release; | ||
}; | ||
7E2AAA8719A03EE3002B9C43 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
INFOPLIST_FILE = "Elementary OS Install utility/Info.plist"; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; | ||
MACOSX_DEPLOYMENT_TARGET = 10.7; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Debug; | ||
}; | ||
7E2AAA8819A03EE3002B9C43 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
INFOPLIST_FILE = "Elementary OS Install utility/Info.plist"; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; | ||
MACOSX_DEPLOYMENT_TARGET = 10.7; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
7E2AAA6E19A03EE3002B9C43 /* Build configuration list for PBXProject "Elementary OS Install utility" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
7E2AAA8419A03EE3002B9C43 /* Debug */, | ||
7E2AAA8519A03EE3002B9C43 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
7E2AAA8619A03EE3002B9C43 /* Build configuration list for PBXNativeTarget "Elementary OS Install utility" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
7E2AAA8719A03EE3002B9C43 /* Debug */, | ||
7E2AAA8819A03EE3002B9C43 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 7E2AAA6B19A03EE3002B9C43 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
...lity/Elementary OS Install utility.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
...ility.xcodeproj/project.xcworkspace/xcshareddata/Elementary OS Install utility.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?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>ECB7894F-5AA6-4722-9B66-0568172AA983</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>Elementary OS Install utility</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>381F72835FD20340ED4BE8B4F1F94E07B42F858D</key> | ||
<string>https://github.com/sdaitzman/elementary-os-install-utility.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>Elementary OS Install utility/Elementary OS Install utility.xcodeproj</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>381F72835FD20340ED4BE8B4F1F94E07B42F858D</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/sdaitzman/elementary-os-install-utility.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>111</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>381F72835FD20340ED4BE8B4F1F94E07B42F858D</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>381F72835FD20340ED4BE8B4F1F94E07B42F858D</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>elementary-os-install-utility</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+14 KB
...codeproj/project.xcworkspace/xcuserdata/samuel.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Oops, something went wrong.