restructuring of the whole code basis
This commit is contained in:
parent
2efbbd1d0a
commit
d99ff86520
60 changed files with 14404 additions and 2490 deletions
|
@ -11,26 +11,7 @@
|
|||
1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; };
|
||||
1F122D49118E1DE100E83B77 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1F122D48118E1DE100E83B77 /* Icon.icns */; };
|
||||
1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; };
|
||||
1F1C8082164824B30010B409 /* Constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805A164824760010B409 /* Constants.js */; };
|
||||
1F1C8083164824B30010B409 /* ConversationView.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805B164824760010B409 /* ConversationView.js */; };
|
||||
1F1C8084164824B30010B409 /* Core.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805C164824760010B409 /* Core.js */; };
|
||||
1F1C8085164824B30010B409 /* default-avatar.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805D164824760010B409 /* default-avatar.png */; };
|
||||
1F1C8086164824B30010B409 /* default.css in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805E164824760010B409 /* default.css */; };
|
||||
1F1C8087164824B30010B409 /* delete.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C805F164824760010B409 /* delete.png */; };
|
||||
1F1C8088164824B30010B409 /* enc-base64-min.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8060164824760010B409 /* enc-base64-min.js */; };
|
||||
1F1C8089164824B30010B409 /* even-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8061164824760010B409 /* even-bg.png */; };
|
||||
1F1C808A164824B30010B409 /* hmac-helper.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8062164824760010B409 /* hmac-helper.js */; };
|
||||
1F1C808B164824B30010B409 /* hmac-sha256.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8063164824760010B409 /* hmac-sha256.js */; };
|
||||
1F1C808C164824B30010B409 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8064164824760010B409 /* index.html */; };
|
||||
1F1C808D164824B30010B409 /* index_oauth.html in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8065164824760010B409 /* index_oauth.html */; };
|
||||
1F1C808E164824B30010B409 /* jQuery-Plugins.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8066164824760010B409 /* jQuery-Plugins.js */; };
|
||||
1F1C808F164824B30010B409 /* jQuery.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8067164824760010B409 /* jQuery.js */; };
|
||||
1F1C8090164824B30010B409 /* OauthImplementation.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8068164824760010B409 /* OauthImplementation.js */; };
|
||||
1F1C8091164824B30010B409 /* odd-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C8069164824760010B409 /* odd-bg.png */; };
|
||||
1F1C8092164824B30010B409 /* pin.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C806A164824760010B409 /* pin.png */; };
|
||||
1F1C8093164824B30010B409 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C806B164824760010B409 /* sprite-icons.png */; };
|
||||
1F1C8094164824B30010B409 /* TimelineView.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C806C164824760010B409 /* TimelineView.js */; };
|
||||
1F1C8095164824B30010B409 /* URI.min.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C806D164824760010B409 /* URI.min.js */; };
|
||||
1F1C80F916482A250010B409 /* WebKit in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C80F816482A250010B409 /* WebKit */; };
|
||||
1F618ECA12DB5E6100E500D9 /* TweetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F618EC912DB5E6100E500D9 /* TweetModel.m */; };
|
||||
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
|
||||
1F77DB47118C5F1C007C7F1E /* Constants.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F77DB46118C5F1C007C7F1E /* Constants.m */; };
|
||||
|
@ -69,27 +50,7 @@
|
|||
1DDD582B0DA1D0D100B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
1F122D48118E1DE100E83B77 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
|
||||
1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
||||
1F1C805A164824760010B409 /* Constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Constants.js; sourceTree = "<group>"; };
|
||||
1F1C805B164824760010B409 /* ConversationView.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ConversationView.js; sourceTree = "<group>"; };
|
||||
1F1C805C164824760010B409 /* Core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Core.js; sourceTree = "<group>"; };
|
||||
1F1C805D164824760010B409 /* default-avatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "default-avatar.png"; sourceTree = "<group>"; };
|
||||
1F1C805E164824760010B409 /* default.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = default.css; sourceTree = "<group>"; };
|
||||
1F1C805F164824760010B409 /* delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = delete.png; sourceTree = "<group>"; };
|
||||
1F1C8060164824760010B409 /* enc-base64-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "enc-base64-min.js"; sourceTree = "<group>"; };
|
||||
1F1C8061164824760010B409 /* even-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "even-bg.png"; sourceTree = "<group>"; };
|
||||
1F1C8062164824760010B409 /* hmac-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hmac-helper.js"; sourceTree = "<group>"; };
|
||||
1F1C8063164824760010B409 /* hmac-sha256.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hmac-sha256.js"; sourceTree = "<group>"; };
|
||||
1F1C8064164824760010B409 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
|
||||
1F1C8065164824760010B409 /* index_oauth.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index_oauth.html; sourceTree = "<group>"; };
|
||||
1F1C8066164824760010B409 /* jQuery-Plugins.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jQuery-Plugins.js"; sourceTree = "<group>"; };
|
||||
1F1C8067164824760010B409 /* jQuery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jQuery.js; sourceTree = "<group>"; };
|
||||
1F1C8068164824760010B409 /* OauthImplementation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = OauthImplementation.js; sourceTree = "<group>"; };
|
||||
1F1C8069164824760010B409 /* odd-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "odd-bg.png"; sourceTree = "<group>"; };
|
||||
1F1C806A164824760010B409 /* pin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pin.png; sourceTree = "<group>"; };
|
||||
1F1C806B164824760010B409 /* sprite-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sprite-icons.png"; sourceTree = "<group>"; };
|
||||
1F1C806C164824760010B409 /* TimelineView.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TimelineView.js; sourceTree = "<group>"; };
|
||||
1F1C806D164824760010B409 /* URI.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = URI.min.js; sourceTree = "<group>"; };
|
||||
1F36440E118CC173008198EF /* OAuthConsumer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OAuthConsumer.framework; sourceTree = "<group>"; };
|
||||
1F1C80F816482A250010B409 /* WebKit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = WebKit; path = ../WebKit; sourceTree = "<group>"; };
|
||||
1F618EC812DB5E6100E500D9 /* TweetModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = TweetModel.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
||||
1F618EC912DB5E6100E500D9 /* TweetModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = TweetModel.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
||||
1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
||||
|
@ -135,7 +96,6 @@
|
|||
1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1F36440E118CC173008198EF /* OAuthConsumer.framework */,
|
||||
1FE2FC92117A818D000504B0 /* Sparkle.framework */,
|
||||
1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */,
|
||||
1FFA37061177DAF4006C8562 /* WebKit.framework */,
|
||||
|
@ -163,33 +123,6 @@
|
|||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1F1C8059164824760010B409 /* WebKit */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1F1C805A164824760010B409 /* Constants.js */,
|
||||
1F1C805B164824760010B409 /* ConversationView.js */,
|
||||
1F1C805C164824760010B409 /* Core.js */,
|
||||
1F1C805D164824760010B409 /* default-avatar.png */,
|
||||
1F1C805E164824760010B409 /* default.css */,
|
||||
1F1C805F164824760010B409 /* delete.png */,
|
||||
1F1C8060164824760010B409 /* enc-base64-min.js */,
|
||||
1F1C8061164824760010B409 /* even-bg.png */,
|
||||
1F1C8062164824760010B409 /* hmac-helper.js */,
|
||||
1F1C8063164824760010B409 /* hmac-sha256.js */,
|
||||
1F1C8064164824760010B409 /* index.html */,
|
||||
1F1C8065164824760010B409 /* index_oauth.html */,
|
||||
1F1C8066164824760010B409 /* jQuery-Plugins.js */,
|
||||
1F1C8067164824760010B409 /* jQuery.js */,
|
||||
1F1C8068164824760010B409 /* OauthImplementation.js */,
|
||||
1F1C8069164824760010B409 /* odd-bg.png */,
|
||||
1F1C806A164824760010B409 /* pin.png */,
|
||||
1F1C806B164824760010B409 /* sprite-icons.png */,
|
||||
1F1C806C164824760010B409 /* TimelineView.js */,
|
||||
1F1C806D164824760010B409 /* URI.min.js */,
|
||||
);
|
||||
path = WebKit;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2A37F4AAFDCFA73011CA2CEA /* Twittia 2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -234,8 +167,8 @@
|
|||
2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1F1C80F816482A250010B409 /* WebKit */,
|
||||
1F122D48118E1DE100E83B77 /* Icon.icns */,
|
||||
1F1C8059164824760010B409 /* WebKit */,
|
||||
2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */,
|
||||
8D15AC360486D014006FF6A4 /* Tentia-Info.plist */,
|
||||
089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
|
||||
|
@ -308,31 +241,12 @@
|
|||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1F1C8082164824B30010B409 /* Constants.js in Resources */,
|
||||
1F1C8083164824B30010B409 /* ConversationView.js in Resources */,
|
||||
1F1C8084164824B30010B409 /* Core.js in Resources */,
|
||||
1F1C8085164824B30010B409 /* default-avatar.png in Resources */,
|
||||
1F1C8086164824B30010B409 /* default.css in Resources */,
|
||||
1F1C8087164824B30010B409 /* delete.png in Resources */,
|
||||
1F1C8088164824B30010B409 /* enc-base64-min.js in Resources */,
|
||||
1F1C8089164824B30010B409 /* even-bg.png in Resources */,
|
||||
1F1C808A164824B30010B409 /* hmac-helper.js in Resources */,
|
||||
1F1C808B164824B30010B409 /* hmac-sha256.js in Resources */,
|
||||
1F1C808C164824B30010B409 /* index.html in Resources */,
|
||||
1F1C808D164824B30010B409 /* index_oauth.html in Resources */,
|
||||
1F1C808E164824B30010B409 /* jQuery-Plugins.js in Resources */,
|
||||
1F1C808F164824B30010B409 /* jQuery.js in Resources */,
|
||||
1F1C8090164824B30010B409 /* OauthImplementation.js in Resources */,
|
||||
1F1C8091164824B30010B409 /* odd-bg.png in Resources */,
|
||||
1F1C8092164824B30010B409 /* pin.png in Resources */,
|
||||
1F1C8093164824B30010B409 /* sprite-icons.png in Resources */,
|
||||
1F1C8094164824B30010B409 /* TimelineView.js in Resources */,
|
||||
1F1C8095164824B30010B409 /* URI.min.js in Resources */,
|
||||
8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
|
||||
8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
|
||||
1DDD582C0DA1D0D100B32029 /* NewMessageWindow.xib in Resources */,
|
||||
1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */,
|
||||
1F122D49118E1DE100E83B77 /* Icon.icns in Resources */,
|
||||
1F1C80F916482A250010B409 /* WebKit in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Binary file not shown.
Reference in a new issue