fixed issue 2 hashes in urls
This commit is contained in:
parent
b8d044c112
commit
4be25d8815
172 changed files with 7952 additions and 6 deletions
91
Twittia 2.xcodeproj/jeena.pbxuser
Normal file
91
Twittia 2.xcodeproj/jeena.pbxuser
Normal 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 */,
|
||||
);
|
||||
};
|
||||
}
|
Reference in a new issue