Skip to content

Commit

Permalink
Renamed project to ChitChat
Browse files Browse the repository at this point in the history
  • Loading branch information
stonesam92 committed Jun 6, 2015
1 parent c59487c commit baf6292
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 11 deletions.
349 changes: 349 additions & 0 deletions ChitChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,349 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
223C319C1B07B66500E09138 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 223C319B1B07B66500E09138 /* AppDelegate.m */; };
223C319E1B07B66500E09138 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 223C319D1B07B66500E09138 /* main.m */; };
223C31A31B07B66500E09138 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 223C31A21B07B66500E09138 /* Images.xcassets */; };
223C31BE1B08167D00E09138 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 223C31BD1B08167D00E09138 /* MainMenu.xib */; };
2262F0D71B0966F000186F1D /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2262F0D61B0966F000186F1D /* WebKit.framework */; };
2262F0DE1B0A9BD900186F1D /* inject.js in Resources */ = {isa = PBXBuildFile; fileRef = 2262F0DD1B0A9BD900186F1D /* inject.js */; };
2262F0E11B0B842F00186F1D /* WAMApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 2262F0E01B0B842F00186F1D /* WAMApplication.m */; };
2262F0E41B0BF4C200186F1D /* WAMWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2262F0E31B0BF4C200186F1D /* WAMWebView.m */; };
226C98E61B0F564100515A14 /* noConnection.html in Resources */ = {isa = PBXBuildFile; fileRef = 226C98E51B0F564100515A14 /* noConnection.html */; };
22D3AC7B1B0D574D005FCA4B /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22D3AC7A1B0D574D005FCA4B /* Sparkle.framework */; };
22D3AC7D1B0D57A3005FCA4B /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 22D3AC7A1B0D574D005FCA4B /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22D3AC7F1B0D58C3005FCA4B /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 22D3AC7E1B0D58C3005FCA4B /* dsa_pub.pem */; };
22FD6F861B18DE3A001B593D /* jquery.js in Resources */ = {isa = PBXBuildFile; fileRef = 22FD6F851B18DE3A001B593D /* jquery.js */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
22D3AC7C1B0D578E005FCA4B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
22D3AC7D1B0D57A3005FCA4B /* Sparkle.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
223C31951B07B66500E09138 /* ChitChat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ChitChat.app; sourceTree = BUILT_PRODUCTS_DIR; };
223C31991B07B66500E09138 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
223C319A1B07B66500E09138 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
223C319B1B07B66500E09138 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
223C319D1B07B66500E09138 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
223C31A21B07B66500E09138 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
223C31BD1B08167D00E09138 /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
223C31BF1B0819DB00E09138 /* WKWebView+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "WKWebView+Private.h"; sourceTree = "<group>"; };
2262F0D61B0966F000186F1D /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
2262F0DD1B0A9BD900186F1D /* inject.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inject.js; sourceTree = "<group>"; };
2262F0DF1B0B842F00186F1D /* WAMApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WAMApplication.h; sourceTree = "<group>"; };
2262F0E01B0B842F00186F1D /* WAMApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WAMApplication.m; sourceTree = "<group>"; };
2262F0E21B0BF4C200186F1D /* WAMWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WAMWebView.h; sourceTree = "<group>"; };
2262F0E31B0BF4C200186F1D /* WAMWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WAMWebView.m; sourceTree = "<group>"; };
226C98E51B0F564100515A14 /* noConnection.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = noConnection.html; sourceTree = "<group>"; };
22D3AC7A1B0D574D005FCA4B /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
22D3AC7E1B0D58C3005FCA4B /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
22FD6F851B18DE3A001B593D /* jquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
223C31921B07B66500E09138 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2262F0D71B0966F000186F1D /* WebKit.framework in Frameworks */,
22D3AC7B1B0D574D005FCA4B /* Sparkle.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
223C318C1B07B66500E09138 = {
isa = PBXGroup;
children = (
2262F0DA1B09670A00186F1D /* Frameworks */,
223C31971B07B66500E09138 /* WhatsMac */,
223C31961B07B66500E09138 /* Products */,
);
sourceTree = "<group>";
};
223C31961B07B66500E09138 /* Products */ = {
isa = PBXGroup;
children = (
223C31951B07B66500E09138 /* ChitChat.app */,
);
name = Products;
sourceTree = "<group>";
};
223C31971B07B66500E09138 /* WhatsMac */ = {
isa = PBXGroup;
children = (
22D3AC7E1B0D58C3005FCA4B /* dsa_pub.pem */,
2262F0DD1B0A9BD900186F1D /* inject.js */,
22FD6F851B18DE3A001B593D /* jquery.js */,
226C98E51B0F564100515A14 /* noConnection.html */,
223C319A1B07B66500E09138 /* AppDelegate.h */,
223C319B1B07B66500E09138 /* AppDelegate.m */,
2262F0DF1B0B842F00186F1D /* WAMApplication.h */,
2262F0E01B0B842F00186F1D /* WAMApplication.m */,
2262F0E21B0BF4C200186F1D /* WAMWebView.h */,
2262F0E31B0BF4C200186F1D /* WAMWebView.m */,
223C31BF1B0819DB00E09138 /* WKWebView+Private.h */,
223C31A21B07B66500E09138 /* Images.xcassets */,
223C31BD1B08167D00E09138 /* MainMenu.xib */,
223C31981B07B66500E09138 /* Supporting Files */,
);
path = WhatsMac;
sourceTree = "<group>";
};
223C31981B07B66500E09138 /* Supporting Files */ = {
isa = PBXGroup;
children = (
223C31991B07B66500E09138 /* Info.plist */,
223C319D1B07B66500E09138 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
2262F0DA1B09670A00186F1D /* Frameworks */ = {
isa = PBXGroup;
children = (
22D3AC7A1B0D574D005FCA4B /* Sparkle.framework */,
2262F0D61B0966F000186F1D /* WebKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
223C31941B07B66500E09138 /* ChitChat */ = {
isa = PBXNativeTarget;
buildConfigurationList = 223C31B51B07B66500E09138 /* Build configuration list for PBXNativeTarget "ChitChat" */;
buildPhases = (
223C31911B07B66500E09138 /* Sources */,
223C31921B07B66500E09138 /* Frameworks */,
223C31931B07B66500E09138 /* Resources */,
22D3AC7C1B0D578E005FCA4B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = ChitChat;
productName = WhatsMac;
productReference = 223C31951B07B66500E09138 /* ChitChat.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
223C318D1B07B66500E09138 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0630;
ORGANIZATIONNAME = "Sam Stone";
TargetAttributes = {
223C31941B07B66500E09138 = {
CreatedOnToolsVersion = 6.3.1;
};
};
};
buildConfigurationList = 223C31901B07B66500E09138 /* Build configuration list for PBXProject "ChitChat" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 223C318C1B07B66500E09138;
productRefGroup = 223C31961B07B66500E09138 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
223C31941B07B66500E09138 /* ChitChat */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
223C31931B07B66500E09138 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
223C31A31B07B66500E09138 /* Images.xcassets in Resources */,
22D3AC7F1B0D58C3005FCA4B /* dsa_pub.pem in Resources */,
223C31BE1B08167D00E09138 /* MainMenu.xib in Resources */,
2262F0DE1B0A9BD900186F1D /* inject.js in Resources */,
22FD6F861B18DE3A001B593D /* jquery.js in Resources */,
226C98E61B0F564100515A14 /* noConnection.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
223C31911B07B66500E09138 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2262F0E11B0B842F00186F1D /* WAMApplication.m in Sources */,
2262F0E41B0BF4C200186F1D /* WAMWebView.m in Sources */,
223C319E1B07B66500E09138 /* main.m in Sources */,
223C319C1B07B66500E09138 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
223C31B31B07B66500E09138 /* 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;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = 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_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;
};
223C31B41B07B66500E09138 /* 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 = 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;
};
name = Release;
};
223C31B61B07B66500E09138 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
/opt/sparkle,
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = WhatsMac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
223C31B71B07B66500E09138 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
/opt/sparkle,
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = WhatsMac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
223C31901B07B66500E09138 /* Build configuration list for PBXProject "ChitChat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
223C31B31B07B66500E09138 /* Debug */,
223C31B41B07B66500E09138 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
223C31B51B07B66500E09138 /* Build configuration list for PBXNativeTarget "ChitChat" */ = {
isa = XCConfigurationList;
buildConfigurations = (
223C31B61B07B66500E09138 /* Debug */,
223C31B71B07B66500E09138 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 223C318D1B07B66500E09138 /* Project object */;
}

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

8 changes: 4 additions & 4 deletions WhatsMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>ChitChat</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -31,7 +31,7 @@
<key>NSPrincipalClass</key>
<string>WAMApplication</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/stonesam92/WhatsMac/master/update_appcast.xml</string>
<string>https://raw.githubusercontent.com/stonesam92/ChitChat/master/update_appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
Expand Down
Loading

0 comments on commit baf6292

Please sign in to comment.