aboutsummaryrefslogtreecommitdiffstats
path: root/Word Count.xcodeproj
diff options
context:
space:
mode:
Diffstat (limited to 'Word Count.xcodeproj')
-rw-r--r--Word Count.xcodeproj/project.pbxproj318
-rw-r--r--Word Count.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--Word Count.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist14
3 files changed, 339 insertions, 0 deletions
diff --git a/Word Count.xcodeproj/project.pbxproj b/Word Count.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..22e7d20
--- /dev/null
+++ b/Word Count.xcodeproj/project.pbxproj
@@ -0,0 +1,318 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 48;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ D1CDDCEA216BA28500F66C15 /* AppleScriptObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1CDDCE9216BA28500F66C15 /* AppleScriptObjC.framework */; };
+ D1CDDCED216BA28500F66C15 /* AppDelegate.applescript in Sources */ = {isa = PBXBuildFile; fileRef = D1CDDCEC216BA28500F66C15 /* AppDelegate.applescript */; };
+ D1CDDCEF216BA28500F66C15 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D1CDDCEE216BA28500F66C15 /* Assets.xcassets */; };
+ D1CDDCF2216BA28500F66C15 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1CDDCF0216BA28500F66C15 /* MainMenu.xib */; };
+ D1CDDCF5216BA28500F66C15 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CDDCF4216BA28500F66C15 /* main.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ D1CDDCE6216BA28400F66C15 /* Word Count.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Word Count.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ D1CDDCE9216BA28500F66C15 /* AppleScriptObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppleScriptObjC.framework; path = System/Library/Frameworks/AppleScriptObjC.framework; sourceTree = SDKROOT; };
+ D1CDDCEC216BA28500F66C15 /* AppDelegate.applescript */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.applescript; path = AppDelegate.applescript; sourceTree = "<group>"; };
+ D1CDDCEE216BA28500F66C15 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+ D1CDDCF1216BA28500F66C15 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
+ D1CDDCF3216BA28500F66C15 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ D1CDDCF4216BA28500F66C15 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ D1CDDCE3216BA28400F66C15 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D1CDDCEA216BA28500F66C15 /* AppleScriptObjC.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D1CDDCDD216BA28400F66C15 = {
+ isa = PBXGroup;
+ children = (
+ D1CDDCEB216BA28500F66C15 /* Word Count */,
+ D1CDDCE8216BA28400F66C15 /* Frameworks */,
+ D1CDDCE7216BA28400F66C15 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ D1CDDCE7216BA28400F66C15 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D1CDDCE6216BA28400F66C15 /* Word Count.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ D1CDDCE8216BA28400F66C15 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ D1CDDCE9216BA28500F66C15 /* AppleScriptObjC.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ D1CDDCEB216BA28500F66C15 /* Word Count */ = {
+ isa = PBXGroup;
+ children = (
+ D1CDDCEC216BA28500F66C15 /* AppDelegate.applescript */,
+ D1CDDCEE216BA28500F66C15 /* Assets.xcassets */,
+ D1CDDCF0216BA28500F66C15 /* MainMenu.xib */,
+ D1CDDCF3216BA28500F66C15 /* Info.plist */,
+ D1CDDCF4216BA28500F66C15 /* main.m */,
+ );
+ path = "Word Count";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ D1CDDCE5216BA28400F66C15 /* Word Count */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D1CDDCF8216BA28500F66C15 /* Build configuration list for PBXNativeTarget "Word Count" */;
+ buildPhases = (
+ D1CDDCE2216BA28400F66C15 /* Sources */,
+ D1CDDCE3216BA28400F66C15 /* Frameworks */,
+ D1CDDCE4216BA28400F66C15 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "Word Count";
+ productName = "Word Count";
+ productReference = D1CDDCE6216BA28400F66C15 /* Word Count.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D1CDDCDE216BA28400F66C15 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0920;
+ ORGANIZATIONNAME = tw;
+ TargetAttributes = {
+ D1CDDCE5216BA28400F66C15 = {
+ CreatedOnToolsVersion = 9.2;
+ ProvisioningStyle = Automatic;
+ };
+ };
+ };
+ buildConfigurationList = D1CDDCE1216BA28400F66C15 /* Build configuration list for PBXProject "Word Count" */;
+ compatibilityVersion = "Xcode 8.0";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = D1CDDCDD216BA28400F66C15;
+ productRefGroup = D1CDDCE7216BA28400F66C15 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D1CDDCE5216BA28400F66C15 /* Word Count */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D1CDDCE4216BA28400F66C15 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D1CDDCEF216BA28500F66C15 /* Assets.xcassets in Resources */,
+ D1CDDCF2216BA28500F66C15 /* MainMenu.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D1CDDCE2216BA28400F66C15 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D1CDDCF5216BA28500F66C15 /* main.m in Sources */,
+ D1CDDCED216BA28500F66C15 /* AppDelegate.applescript in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ D1CDDCF0216BA28500F66C15 /* MainMenu.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D1CDDCF1216BA28500F66C15 /* Base */,
+ );
+ name = MainMenu.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ D1CDDCF6216BA28500F66C15 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ 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 = gnu11;
+ 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.12;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ D1CDDCF7216BA28500F66C15 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ 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 = gnu11;
+ 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.12;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ D1CDDCF9216BA28500F66C15 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ COMBINE_HIDPI_IMAGES = YES;
+ INFOPLIST_FILE = "Word Count/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.teddywing.Word-Count";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ D1CDDCFA216BA28500F66C15 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_STYLE = Automatic;
+ COMBINE_HIDPI_IMAGES = YES;
+ INFOPLIST_FILE = "Word Count/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.teddywing.Word-Count";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D1CDDCE1216BA28400F66C15 /* Build configuration list for PBXProject "Word Count" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D1CDDCF6216BA28500F66C15 /* Debug */,
+ D1CDDCF7216BA28500F66C15 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D1CDDCF8216BA28500F66C15 /* Build configuration list for PBXNativeTarget "Word Count" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D1CDDCF9216BA28500F66C15 /* Debug */,
+ D1CDDCFA216BA28500F66C15 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D1CDDCDE216BA28400F66C15 /* Project object */;
+}
diff --git a/Word Count.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Word Count.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..fddce2d
--- /dev/null
+++ b/Word Count.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:Word Count.xcodeproj">
+ </FileRef>
+</Workspace>
diff --git a/Word Count.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist b/Word Count.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..ad60c61
--- /dev/null
+++ b/Word Count.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,14 @@
+<?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>Word Count.xcscheme</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+</dict>
+</plist>