moved javascript to own files
This commit is contained in:
parent
705ce5d3f3
commit
1e92b50515
7 changed files with 752 additions and 745 deletions
|
@ -9,15 +9,17 @@
|
|||
/* Begin PBXBuildFile section */
|
||||
1DDD582C0DA1D0D100B32029 /* MyDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58280DA1D0D100B32029 /* MyDocument.xib */; };
|
||||
1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; };
|
||||
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */ = {isa = PBXBuildFile; fileRef = 1F198FC7117BC4AB0049BEA7 /* README.markdown */; };
|
||||
1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; };
|
||||
1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990DF117BD2250049BEA7 /* Appcast.xml */; };
|
||||
1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */; };
|
||||
1F4673E31180F519006CC37C /* jQuery.js in Sources */ = {isa = PBXBuildFile; fileRef = 1F4673E21180F519006CC37C /* jQuery.js */; };
|
||||
1F4673E51180F590006CC37C /* jQuery-Plugins.js in Sources */ = {isa = PBXBuildFile; fileRef = 1F4673E41180F590006CC37C /* jQuery-Plugins.js */; };
|
||||
1F4673E71180F654006CC37C /* TwittiaCore.js in Sources */ = {isa = PBXBuildFile; fileRef = 1F4673E61180F654006CC37C /* TwittiaCore.js */; };
|
||||
1F4673FE1180F7EA006CC37C /* TwittiaCore.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F4673E61180F654006CC37C /* TwittiaCore.js */; };
|
||||
1F4674081180F7EE006CC37C /* jQuery.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F4673E21180F519006CC37C /* jQuery.js */; };
|
||||
1F4674091180F7F3006CC37C /* jQuery-Plugins.js in Resources */ = {isa = PBXBuildFile; fileRef = 1F4673E41180F590006CC37C /* jQuery-Plugins.js */; };
|
||||
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; };
|
||||
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
|
||||
1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
|
||||
1FE2FCA4117A83B1000504B0 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
|
||||
1FE2FCA7117A8952000504B0 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 1FE2FCA6117A8952000504B0 /* dsa_pub.pem */; };
|
||||
1FFA36CD1177D861006C8562 /* even-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFA36C81177D861006C8562 /* even-bg.png */; };
|
||||
1FFA36CE1177D861006C8562 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 1FFA36C91177D861006C8562 /* index.html */; };
|
||||
1FFA36CF1177D861006C8562 /* odd-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFA36CA1177D861006C8562 /* odd-bg.png */; };
|
||||
|
@ -55,6 +57,9 @@
|
|||
1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
||||
1F1990DF117BD2250049BEA7 /* Appcast.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Appcast.xml; sourceTree = "<group>"; };
|
||||
1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ReleaseNotes.html; sourceTree = "<group>"; };
|
||||
1F4673E21180F519006CC37C /* jQuery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jQuery.js; sourceTree = "<group>"; };
|
||||
1F4673E41180F590006CC37C /* jQuery-Plugins.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jQuery-Plugins.js"; sourceTree = "<group>"; };
|
||||
1F4673E61180F654006CC37C /* TwittiaCore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TwittiaCore.js; sourceTree = "<group>"; };
|
||||
1F705EA5117889FA00C85707 /* sprite-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sprite-icons.png"; sourceTree = "<group>"; };
|
||||
1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
||||
1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
||||
|
@ -129,11 +134,14 @@
|
|||
1FFA36C71177D861006C8562 /* WebKit */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1F4673E61180F654006CC37C /* TwittiaCore.js */,
|
||||
1FFA36C81177D861006C8562 /* even-bg.png */,
|
||||
1F705EA5117889FA00C85707 /* sprite-icons.png */,
|
||||
1FFA36C91177D861006C8562 /* index.html */,
|
||||
1FFA36CA1177D861006C8562 /* odd-bg.png */,
|
||||
1FFA36CB1177D861006C8562 /* default.css */,
|
||||
1F4673E21180F519006CC37C /* jQuery.js */,
|
||||
1F4673E41180F590006CC37C /* jQuery-Plugins.js */,
|
||||
);
|
||||
name = WebKit;
|
||||
sourceTree = "<group>";
|
||||
|
@ -243,6 +251,9 @@
|
|||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1F4674091180F7F3006CC37C /* jQuery-Plugins.js in Resources */,
|
||||
1F4674081180F7EE006CC37C /* jQuery.js in Resources */,
|
||||
1F4673FE1180F7EA006CC37C /* TwittiaCore.js in Resources */,
|
||||
8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */,
|
||||
8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */,
|
||||
1DDD582C0DA1D0D100B32029 /* MyDocument.xib in Resources */,
|
||||
|
@ -252,10 +263,6 @@
|
|||
1FFA36CF1177D861006C8562 /* odd-bg.png in Resources */,
|
||||
1FFA36D01177D861006C8562 /* default.css in Resources */,
|
||||
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */,
|
||||
1FE2FCA7117A8952000504B0 /* dsa_pub.pem in Resources */,
|
||||
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */,
|
||||
1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */,
|
||||
1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -270,6 +277,9 @@
|
|||
8D15AC320486D014006FF6A4 /* main.m in Sources */,
|
||||
1FFA36D71177D879006C8562 /* Controller.m in Sources */,
|
||||
1FFA36D81177D879006C8562 /* ViewDelegate.m in Sources */,
|
||||
1F4673E31180F519006CC37C /* jQuery.js in Sources */,
|
||||
1F4673E51180F590006CC37C /* jQuery-Plugins.js in Sources */,
|
||||
1F4673E71180F654006CC37C /* TwittiaCore.js in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Reference in a new issue