Skip to content

Commit

Permalink
🎉 Publish CommitMark
Browse files Browse the repository at this point in the history
  • Loading branch information
jinSasaki committed Jul 28, 2017
1 parent 89c1300 commit 2567f94
Show file tree
Hide file tree
Showing 36 changed files with 1,303 additions and 1 deletion.
350 changes: 350 additions & 0 deletions CommitMark.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,350 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
936F2FDB1F2B2BD7002300FC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FC91F2B2BD7002300FC /* AppDelegate.swift */; };
936F2FDC1F2B2BD7002300FC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 936F2FCA1F2B2BD7002300FC /* Assets.xcassets */; };
936F2FDD1F2B2BD7002300FC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 936F2FCB1F2B2BD7002300FC /* Main.storyboard */; };
936F2FDE1F2B2BD7002300FC /* ApplicationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FCE1F2B2BD7002300FC /* ApplicationController.swift */; };
936F2FDF1F2B2BD7002300FC /* MenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FCF1F2B2BD7002300FC /* MenuController.swift */; };
936F2FE01F2B2BD7002300FC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD01F2B2BD7002300FC /* ViewController.swift */; };
936F2FE11F2B2BD7002300FC /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD11F2B2BD7002300FC /* WindowController.swift */; };
936F2FE31F2B2BD7002300FC /* Mark.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD41F2B2BD7002300FC /* Mark.swift */; };
936F2FE41F2B2BD7002300FC /* Windows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD51F2B2BD7002300FC /* Windows.swift */; };
936F2FE51F2B2BD7002300FC /* MarkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD71F2B2BD7002300FC /* MarkService.swift */; };
936F2FE61F2B2BD7002300FC /* MarkMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936F2FD91F2B2BD7002300FC /* MarkMenuItem.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
936F2FC91F2B2BD7002300FC /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
936F2FCA1F2B2BD7002300FC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
936F2FCC1F2B2BD7002300FC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
936F2FCE1F2B2BD7002300FC /* ApplicationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApplicationController.swift; sourceTree = "<group>"; };
936F2FCF1F2B2BD7002300FC /* MenuController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuController.swift; sourceTree = "<group>"; };
936F2FD01F2B2BD7002300FC /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
936F2FD11F2B2BD7002300FC /* WindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
936F2FD21F2B2BD7002300FC /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
936F2FD41F2B2BD7002300FC /* Mark.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Mark.swift; sourceTree = "<group>"; };
936F2FD51F2B2BD7002300FC /* Windows.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Windows.swift; sourceTree = "<group>"; };
936F2FD71F2B2BD7002300FC /* MarkService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MarkService.swift; sourceTree = "<group>"; };
936F2FD91F2B2BD7002300FC /* MarkMenuItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MarkMenuItem.swift; sourceTree = "<group>"; };
9390E1D21C91A91E00E459FE /* CommitMark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CommitMark.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
9390E1CF1C91A91E00E459FE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
936F2FC81F2B2BD7002300FC /* CommitMark */ = {
isa = PBXGroup;
children = (
936F2FC91F2B2BD7002300FC /* AppDelegate.swift */,
936F2FCA1F2B2BD7002300FC /* Assets.xcassets */,
936F2FCB1F2B2BD7002300FC /* Main.storyboard */,
936F2FD21F2B2BD7002300FC /* Info.plist */,
936F2FCD1F2B2BD7002300FC /* Controllers */,
936F2FD31F2B2BD7002300FC /* Models */,
936F2FD61F2B2BD7002300FC /* Services */,
936F2FD81F2B2BD7002300FC /* Views */,
);
path = CommitMark;
sourceTree = "<group>";
};
936F2FCD1F2B2BD7002300FC /* Controllers */ = {
isa = PBXGroup;
children = (
936F2FCE1F2B2BD7002300FC /* ApplicationController.swift */,
936F2FCF1F2B2BD7002300FC /* MenuController.swift */,
936F2FD01F2B2BD7002300FC /* ViewController.swift */,
936F2FD11F2B2BD7002300FC /* WindowController.swift */,
);
path = Controllers;
sourceTree = "<group>";
};
936F2FD31F2B2BD7002300FC /* Models */ = {
isa = PBXGroup;
children = (
936F2FD41F2B2BD7002300FC /* Mark.swift */,
936F2FD51F2B2BD7002300FC /* Windows.swift */,
);
path = Models;
sourceTree = "<group>";
};
936F2FD61F2B2BD7002300FC /* Services */ = {
isa = PBXGroup;
children = (
936F2FD71F2B2BD7002300FC /* MarkService.swift */,
);
path = Services;
sourceTree = "<group>";
};
936F2FD81F2B2BD7002300FC /* Views */ = {
isa = PBXGroup;
children = (
936F2FD91F2B2BD7002300FC /* MarkMenuItem.swift */,
);
path = Views;
sourceTree = "<group>";
};
9390E1C91C91A91E00E459FE = {
isa = PBXGroup;
children = (
936F2FC81F2B2BD7002300FC /* CommitMark */,
9390E1D31C91A91E00E459FE /* Products */,
);
sourceTree = "<group>";
};
9390E1D31C91A91E00E459FE /* Products */ = {
isa = PBXGroup;
children = (
9390E1D21C91A91E00E459FE /* CommitMark.app */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
9390E1D11C91A91E00E459FE /* CommitMark */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9390E1E11C91A91E00E459FE /* Build configuration list for PBXNativeTarget "CommitMark" */;
buildPhases = (
9390E1CE1C91A91E00E459FE /* Sources */,
9390E1CF1C91A91E00E459FE /* Frameworks */,
9390E1D01C91A91E00E459FE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CommitMark;
productName = CommitMessagePrefix;
productReference = 9390E1D21C91A91E00E459FE /* CommitMark.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
9390E1CA1C91A91E00E459FE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0830;
TargetAttributes = {
9390E1D11C91A91E00E459FE = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0810;
};
};
};
buildConfigurationList = 9390E1CD1C91A91E00E459FE /* Build configuration list for PBXProject "CommitMark" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 9390E1C91C91A91E00E459FE;
productRefGroup = 9390E1D31C91A91E00E459FE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9390E1D11C91A91E00E459FE /* CommitMark */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
9390E1D01C91A91E00E459FE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
936F2FDC1F2B2BD7002300FC /* Assets.xcassets in Resources */,
936F2FDD1F2B2BD7002300FC /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
9390E1CE1C91A91E00E459FE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
936F2FE01F2B2BD7002300FC /* ViewController.swift in Sources */,
936F2FE11F2B2BD7002300FC /* WindowController.swift in Sources */,
936F2FE51F2B2BD7002300FC /* MarkService.swift in Sources */,
936F2FDF1F2B2BD7002300FC /* MenuController.swift in Sources */,
936F2FE61F2B2BD7002300FC /* MarkMenuItem.swift in Sources */,
936F2FE41F2B2BD7002300FC /* Windows.swift in Sources */,
936F2FE31F2B2BD7002300FC /* Mark.swift in Sources */,
936F2FDE1F2B2BD7002300FC /* ApplicationController.swift in Sources */,
936F2FDB1F2B2BD7002300FC /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
936F2FCB1F2B2BD7002300FC /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
936F2FCC1F2B2BD7002300FC /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
9390E1DF1C91A91E00E459FE /* 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
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;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
9390E1E01C91A91E00E459FE /* 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
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;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
};
9390E1E21C91A91E00E459FE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = CommitMark/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = jp.sasaki.CommitMark;
PRODUCT_NAME = CommitMark;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
9390E1E31C91A91E00E459FE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = CommitMark/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = jp.sasaki.CommitMark;
PRODUCT_NAME = CommitMark;
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
9390E1CD1C91A91E00E459FE /* Build configuration list for PBXProject "CommitMark" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9390E1DF1C91A91E00E459FE /* Debug */,
9390E1E01C91A91E00E459FE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9390E1E11C91A91E00E459FE /* Build configuration list for PBXNativeTarget "CommitMark" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9390E1E21C91A91E00E459FE /* Debug */,
9390E1E31C91A91E00E459FE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 9390E1CA1C91A91E00E459FE /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2567f94

Please sign in to comment.