added map link with pin

This commit is contained in:
Jeena Paradies 2010-09-24 07:04:33 +02:00
parent 7182a25c28
commit ba0ba32fc3
175 changed files with 8012 additions and 7 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,129 @@
// !$*UTF8*$!
{
1F4673E61180F654006CC37C /* TwittiaCore.js */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1115, 4980}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{0, 2164}";
};
};
1F68210012493A3400A03CED /* Twittia */ = {
isa = PBXExecutable;
activeArgIndices = (
);
argumentStrings = (
);
autoAttachOnCrash = 1;
breakpointsEnabled = 0;
configStateDict = {
};
customDataFormattersEnabled = 1;
dataTipCustomDataFormattersEnabled = 1;
dataTipShowTypeColumn = 1;
dataTipSortType = 0;
debuggerPlugin = GDBDebugging;
disassemblyDisplayState = 0;
dylibVariantSuffix = "";
enableDebugStr = 1;
environmentEntries = (
);
executableSystemSymbolLevel = 0;
executableUserSymbolLevel = 0;
libgmallocEnabled = 0;
name = Twittia;
savedGlobals = {
};
showTypeColumn = 0;
sourceDirectories = (
);
};
1F68211B12493A5400A03CED /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
scmConfiguration = {
repositoryNamesForRoots = {
"" = "";
};
};
};
1F68211C12493A5400A03CED /* Code sense */ = {
isa = PBXCodeSenseManager;
indexTemplatePath = "";
};
1F77DB46118C5F1C007C7F1E /* Constants.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1115, 3300}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{0, 1114}";
};
};
1FFA36D31177D879006C8562 /* Controller.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1115, 3330}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{4972, 2440}";
};
};
1FFA36D51177D879006C8562 /* ViewDelegate.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1517, 1045}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{0, 1550}";
};
};
2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
activeBuildConfigurationName = Debug;
activeExecutable = 1F68210012493A3400A03CED /* Twittia */;
activeTarget = 8D15AC270486D014006FF6A4 /* Twittia */;
addToTargets = (
8D15AC270486D014006FF6A4 /* Twittia */,
);
codeSenseManager = 1F68211C12493A5400A03CED /* Code sense */;
executables = (
1F68210012493A3400A03CED /* Twittia */,
);
perUserDictionary = {
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
341,
20,
48,
43,
43,
20,
);
PBXFileTableDataSourceColumnsKey = (
PBXFileDataSource_FiletypeID,
PBXFileDataSource_Filename_ColumnID,
PBXFileDataSource_Built_ColumnID,
PBXFileDataSource_ObjectSize_ColumnID,
PBXFileDataSource_Errors_ColumnID,
PBXFileDataSource_Warnings_ColumnID,
PBXFileDataSource_Target_ColumnID,
);
};
PBXPerProjectTemplateStateSaveDate = 306968528;
PBXWorkspaceStateSaveDate = 306968528;
};
sourceControlManager = 1F68211B12493A5400A03CED /* Source Control */;
userBuildSettings = {
};
};
2A37F4ACFDCFA73011CA2CEA /* MyDocument.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {1748, 1710}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{0, 2632}";
};
};
8D15AC270486D014006FF6A4 /* Twittia */ = {
activeExec = 0;
executables = (
1F68210012493A3400A03CED /* Twittia */,
);
};
}

View file

@ -22,6 +22,7 @@
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; };
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
1F77DB47118C5F1C007C7F1E /* Constants.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F77DB46118C5F1C007C7F1E /* Constants.m */; };
1F98DC9E124BFFD7004289ED /* pin.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F98DC9D124BFFD7004289ED /* pin.png */; };
1FB074DD118DDAB60013A93C /* OAuthConsumer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F36440E118CC173008198EF /* OAuthConsumer.framework */; };
1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
1FE2FCA4117A83B1000504B0 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
@ -78,6 +79,7 @@
1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
1F77DB45118C5F1C007C7F1E /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; };
1F77DB46118C5F1C007C7F1E /* Constants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Constants.m; sourceTree = "<group>"; };
1F98DC9D124BFFD7004289ED /* pin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pin.png; sourceTree = "<group>"; };
1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
1FE2FCA6117A8952000504B0 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
1FFA36C81177D861006C8562 /* even-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "even-bg.png"; sourceTree = "<group>"; };
@ -97,7 +99,7 @@
2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
8D15AC360486D014006FF6A4 /* Twittia_2-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Twittia_2-Info.plist"; sourceTree = "<group>"; };
8D15AC370486D014006FF6A4 /* Twittia.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Twittia.app; sourceTree = BUILT_PRODUCTS_DIR; };
8D15AC370486D014006FF6A4 /* Twittia 2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Twittia 2.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -143,7 +145,7 @@
19C28FB0FE9D524F11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D15AC370486D014006FF6A4 /* Twittia.app */,
8D15AC370486D014006FF6A4 /* Twittia 2.app */,
);
name = Products;
sourceTree = "<group>";
@ -155,6 +157,7 @@
1F3642EE118C8C35008198EF /* sha1.js */,
1F4673E61180F654006CC37C /* TwittiaCore.js */,
1FFA36C81177D861006C8562 /* even-bg.png */,
1F98DC9D124BFFD7004289ED /* pin.png */,
1F705EA5117889FA00C85707 /* sprite-icons.png */,
1FFA36C91177D861006C8562 /* index.html */,
1FFA36CA1177D861006C8562 /* odd-bg.png */,
@ -251,7 +254,7 @@
name = Twittia;
productInstallPath = "$(HOME)/Applications";
productName = "Twittia 2";
productReference = 8D15AC370486D014006FF6A4 /* Twittia.app */;
productReference = 8D15AC370486D014006FF6A4 /* Twittia 2.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@ -261,7 +264,14 @@
isa = PBXProject;
buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "Twittia 2" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 2A37F4AAFDCFA73011CA2CEA /* Twittia 2 */;
projectDirPath = "";
projectRoot = "";
@ -291,6 +301,7 @@
1FFA36D01177D861006C8562 /* default.css in Resources */,
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */,
1F122D49118E1DE100E83B77 /* Icon.icns in Resources */,
1F98DC9E124BFFD7004289ED /* pin.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};