Skip to content

Commit

Permalink
fix bugs and add thread
Browse files Browse the repository at this point in the history
  • Loading branch information
janusle committed Oct 10, 2011
1 parent 50d8921 commit 4a6c9ad
Show file tree
Hide file tree
Showing 16 changed files with 5,597 additions and 486 deletions.

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions testThread/testThread.xcodeproj/project.pbxproj
@@ -0,0 +1,288 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
0188E3B014433C6500BF7462 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0188E3AF14433C6500BF7462 /* UIKit.framework */; };
0188E3B214433C6500BF7462 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0188E3B114433C6500BF7462 /* Foundation.framework */; };
0188E3B414433C6500BF7462 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0188E3B314433C6500BF7462 /* CoreGraphics.framework */; };
0188E3BA14433C6500BF7462 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0188E3B814433C6500BF7462 /* InfoPlist.strings */; };
0188E3BC14433C6500BF7462 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0188E3BB14433C6500BF7462 /* main.m */; };
0188E3C014433C6500BF7462 /* testThreadAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0188E3BF14433C6500BF7462 /* testThreadAppDelegate.m */; };
0188E3C314433C6500BF7462 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0188E3C114433C6500BF7462 /* MainWindow.xib */; };
0188E3C614433C6500BF7462 /* testThreadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0188E3C514433C6500BF7462 /* testThreadViewController.m */; };
0188E3C914433C6500BF7462 /* testThreadViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0188E3C714433C6500BF7462 /* testThreadViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0188E3AB14433C6500BF7462 /* testThread.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testThread.app; sourceTree = BUILT_PRODUCTS_DIR; };
0188E3AF14433C6500BF7462 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
0188E3B114433C6500BF7462 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
0188E3B314433C6500BF7462 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
0188E3B714433C6500BF7462 /* testThread-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "testThread-Info.plist"; sourceTree = "<group>"; };
0188E3B914433C6500BF7462 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
0188E3BB14433C6500BF7462 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
0188E3BD14433C6500BF7462 /* testThread-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "testThread-Prefix.pch"; sourceTree = "<group>"; };
0188E3BE14433C6500BF7462 /* testThreadAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testThreadAppDelegate.h; sourceTree = "<group>"; };
0188E3BF14433C6500BF7462 /* testThreadAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = testThreadAppDelegate.m; sourceTree = "<group>"; };
0188E3C214433C6500BF7462 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
0188E3C414433C6500BF7462 /* testThreadViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testThreadViewController.h; sourceTree = "<group>"; };
0188E3C514433C6500BF7462 /* testThreadViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = testThreadViewController.m; sourceTree = "<group>"; };
0188E3C814433C6500BF7462 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/testThreadViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
0188E3A814433C6500BF7462 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0188E3B014433C6500BF7462 /* UIKit.framework in Frameworks */,
0188E3B214433C6500BF7462 /* Foundation.framework in Frameworks */,
0188E3B414433C6500BF7462 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0188E3A014433C6400BF7462 = {
isa = PBXGroup;
children = (
0188E3B514433C6500BF7462 /* testThread */,
0188E3AE14433C6500BF7462 /* Frameworks */,
0188E3AC14433C6500BF7462 /* Products */,
);
sourceTree = "<group>";
};
0188E3AC14433C6500BF7462 /* Products */ = {
isa = PBXGroup;
children = (
0188E3AB14433C6500BF7462 /* testThread.app */,
);
name = Products;
sourceTree = "<group>";
};
0188E3AE14433C6500BF7462 /* Frameworks */ = {
isa = PBXGroup;
children = (
0188E3AF14433C6500BF7462 /* UIKit.framework */,
0188E3B114433C6500BF7462 /* Foundation.framework */,
0188E3B314433C6500BF7462 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
0188E3B514433C6500BF7462 /* testThread */ = {
isa = PBXGroup;
children = (
0188E3BE14433C6500BF7462 /* testThreadAppDelegate.h */,
0188E3BF14433C6500BF7462 /* testThreadAppDelegate.m */,
0188E3C114433C6500BF7462 /* MainWindow.xib */,
0188E3C414433C6500BF7462 /* testThreadViewController.h */,
0188E3C514433C6500BF7462 /* testThreadViewController.m */,
0188E3C714433C6500BF7462 /* testThreadViewController.xib */,
0188E3B614433C6500BF7462 /* Supporting Files */,
);
path = testThread;
sourceTree = "<group>";
};
0188E3B614433C6500BF7462 /* Supporting Files */ = {
isa = PBXGroup;
children = (
0188E3B714433C6500BF7462 /* testThread-Info.plist */,
0188E3B814433C6500BF7462 /* InfoPlist.strings */,
0188E3BB14433C6500BF7462 /* main.m */,
0188E3BD14433C6500BF7462 /* testThread-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0188E3AA14433C6500BF7462 /* testThread */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0188E3CC14433C6500BF7462 /* Build configuration list for PBXNativeTarget "testThread" */;
buildPhases = (
0188E3A714433C6500BF7462 /* Sources */,
0188E3A814433C6500BF7462 /* Frameworks */,
0188E3A914433C6500BF7462 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = testThread;
productName = testThread;
productReference = 0188E3AB14433C6500BF7462 /* testThread.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
0188E3A214433C6400BF7462 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 0188E3A514433C6400BF7462 /* Build configuration list for PBXProject "testThread" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 0188E3A014433C6400BF7462;
productRefGroup = 0188E3AC14433C6500BF7462 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0188E3AA14433C6500BF7462 /* testThread */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
0188E3A914433C6500BF7462 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0188E3BA14433C6500BF7462 /* InfoPlist.strings in Resources */,
0188E3C314433C6500BF7462 /* MainWindow.xib in Resources */,
0188E3C914433C6500BF7462 /* testThreadViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
0188E3A714433C6500BF7462 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0188E3BC14433C6500BF7462 /* main.m in Sources */,
0188E3C014433C6500BF7462 /* testThreadAppDelegate.m in Sources */,
0188E3C614433C6500BF7462 /* testThreadViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
0188E3B814433C6500BF7462 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
0188E3B914433C6500BF7462 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
0188E3C114433C6500BF7462 /* MainWindow.xib */ = {
isa = PBXVariantGroup;
children = (
0188E3C214433C6500BF7462 /* en */,
);
name = MainWindow.xib;
sourceTree = "<group>";
};
0188E3C714433C6500BF7462 /* testThreadViewController.xib */ = {
isa = PBXVariantGroup;
children = (
0188E3C814433C6500BF7462 /* en */,
);
name = testThreadViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
0188E3CA14433C6500BF7462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
SDKROOT = iphoneos;
};
name = Debug;
};
0188E3CB14433C6500BF7462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
0188E3CD14433C6500BF7462 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "testThread/testThread-Prefix.pch";
INFOPLIST_FILE = "testThread/testThread-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
0188E3CE14433C6500BF7462 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "testThread/testThread-Prefix.pch";
INFOPLIST_FILE = "testThread/testThread-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0188E3A514433C6400BF7462 /* Build configuration list for PBXProject "testThread" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0188E3CA14433C6500BF7462 /* Debug */,
0188E3CB14433C6500BF7462 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0188E3CC14433C6500BF7462 /* Build configuration list for PBXNativeTarget "testThread" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0188E3CD14433C6500BF7462 /* Debug */,
0188E3CE14433C6500BF7462 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 0188E3A214433C6400BF7462 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a6c9ad

Please sign in to comment.