diff --git a/osx/kordophone2.xcodeproj/project.pbxproj b/osx/kordophone2.xcodeproj/project.pbxproj index 43e2dfb..aef719c 100644 --- a/osx/kordophone2.xcodeproj/project.pbxproj +++ b/osx/kordophone2.xcodeproj/project.pbxproj @@ -32,29 +32,29 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - CD41F5972E5B8E7300E0027B /* kordophone2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kordophone2.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CD41F5972E5B8E7300E0027B /* Kordophone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Kordophone.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ - CD41F5DA2E62850100E0027B /* Exceptions for "kordophone2" folder in "kordophone2" target */ = { + CD41F5DA2E62850100E0027B /* Exceptions for "kordophone2" folder in "Kordophone" target */ = { isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( Daemon/kordophoned, Daemon/net.buzzert.kordophonecd.plist, ); - target = CD41F5962E5B8E7300E0027B /* kordophone2 */; + target = CD41F5962E5B8E7300E0027B /* Kordophone */; }; /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ /* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */ - CD41F5DC2E62853800E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "kordophone2" target */ = { + CD41F5DC2E62853800E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "Kordophone" target */ = { isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet; buildPhase = CD41F5D92E6284FD00E0027B /* CopyFiles */; membershipExceptions = ( Daemon/net.buzzert.kordophonecd.plist, ); }; - CD41F5E12E62860700E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "kordophone2" target */ = { + CD41F5E12E62860700E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "Kordophone" target */ = { isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet; attributesByRelativePath = { Daemon/kordophoned = (CodeSignOnCopy, ); @@ -70,9 +70,9 @@ CD41F5992E5B8E7300E0027B /* kordophone2 */ = { isa = PBXFileSystemSynchronizedRootGroup; exceptions = ( - CD41F5DA2E62850100E0027B /* Exceptions for "kordophone2" folder in "kordophone2" target */, - CD41F5DC2E62853800E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "kordophone2" target */, - CD41F5E12E62860700E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "kordophone2" target */, + CD41F5DA2E62850100E0027B /* Exceptions for "kordophone2" folder in "Kordophone" target */, + CD41F5DC2E62853800E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "Kordophone" target */, + CD41F5E12E62860700E0027B /* Exceptions for "kordophone2" folder in "Copy Files" phase from "Kordophone" target */, ); path = kordophone2; sourceTree = ""; @@ -102,7 +102,7 @@ CD41F5982E5B8E7300E0027B /* Products */ = { isa = PBXGroup; children = ( - CD41F5972E5B8E7300E0027B /* kordophone2.app */, + CD41F5972E5B8E7300E0027B /* Kordophone.app */, ); name = Products; sourceTree = ""; @@ -110,9 +110,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - CD41F5962E5B8E7300E0027B /* kordophone2 */ = { + CD41F5962E5B8E7300E0027B /* Kordophone */ = { isa = PBXNativeTarget; - buildConfigurationList = CD41F5A32E5B8E7400E0027B /* Build configuration list for PBXNativeTarget "kordophone2" */; + buildConfigurationList = CD41F5A32E5B8E7400E0027B /* Build configuration list for PBXNativeTarget "Kordophone" */; buildPhases = ( CD41F5932E5B8E7300E0027B /* Sources */, CD41F5942E5B8E7300E0027B /* Frameworks */, @@ -127,12 +127,12 @@ fileSystemSynchronizedGroups = ( CD41F5992E5B8E7300E0027B /* kordophone2 */, ); - name = kordophone2; + name = Kordophone; packageProductDependencies = ( CD41F5D22E62431D00E0027B /* KeychainAccess */, ); productName = kordophone2; - productReference = CD41F5972E5B8E7300E0027B /* kordophone2.app */; + productReference = CD41F5972E5B8E7300E0027B /* Kordophone.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -167,7 +167,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - CD41F5962E5B8E7300E0027B /* kordophone2 */, + CD41F5962E5B8E7300E0027B /* Kordophone */, ); }; /* End PBXProject section */ @@ -379,7 +379,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CD41F5A32E5B8E7400E0027B /* Build configuration list for PBXNativeTarget "kordophone2" */ = { + CD41F5A32E5B8E7400E0027B /* Build configuration list for PBXNativeTarget "Kordophone" */ = { isa = XCConfigurationList; buildConfigurations = ( CD41F5A42E5B8E7400E0027B /* Debug */, diff --git a/osx/kordophone2.xcodeproj/xcshareddata/xcschemes/Kordophone App.xcscheme b/osx/kordophone2.xcodeproj/xcshareddata/xcschemes/Kordophone App.xcscheme new file mode 100644 index 0000000..d853951 --- /dev/null +++ b/osx/kordophone2.xcodeproj/xcshareddata/xcschemes/Kordophone App.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +