fixed issue 2 hashes in urls

This commit is contained in:
Jeena Paradies 2010-09-10 07:13:44 +02:00
parent b8d044c112
commit 4be25d8815
172 changed files with 7952 additions and 6 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,91 @@
// !$*UTF8*$!
{
1FCE2ED81239F318009ABA41 /* 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 = (
);
};
1FCE2EF81239F320009ABA41 /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
scmConfiguration = {
repositoryNamesForRoots = {
"" = "";
};
};
};
1FCE2EF91239F320009ABA41 /* Code sense */ = {
isa = PBXCodeSenseManager;
indexTemplatePath = "";
};
2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
activeBuildConfigurationName = Debug;
activeExecutable = 1FCE2ED81239F318009ABA41 /* Twittia */;
activeTarget = 8D15AC270486D014006FF6A4 /* Twittia */;
codeSenseManager = 1FCE2EF91239F320009ABA41 /* Code sense */;
executables = (
1FCE2ED81239F318009ABA41 /* Twittia */,
);
perUserDictionary = {
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
341,
20,
48.16259765625,
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 = 305787721;
PBXWorkspaceStateSaveDate = 305787721;
};
sourceControlManager = 1FCE2EF81239F320009ABA41 /* Source Control */;
userBuildSettings = {
};
};
8D15AC270486D014006FF6A4 /* Twittia */ = {
activeExec = 0;
executables = (
1FCE2ED81239F318009ABA41 /* Twittia */,
);
};
}

View file

@ -97,7 +97,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 +143,7 @@
19C28FB0FE9D524F11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D15AC370486D014006FF6A4 /* Twittia.app */,
8D15AC370486D014006FF6A4 /* Twittia 2.app */,
);
name = Products;
sourceTree = "<group>";
@ -251,7 +251,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 +261,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 = "";