update project type, readme. remove GTMBase64.

This commit is contained in:
Kelp
2013-03-09 11:25:36 +08:00
parent 4364606c06
commit 9410266e42
19 changed files with 258 additions and 1616 deletions
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.Phate.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.phate.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
+2 -2
View File
@@ -26,8 +26,8 @@
- (void)testEncodeDecode
{
CocoaSecurityDecoder *decoder = [[CocoaSecurityDecoder alloc] init];
CocoaSecurityEncoder *encoder = [[CocoaSecurityEncoder alloc] init];
CocoaSecurityDecoder *decoder = [CocoaSecurityDecoder new];
CocoaSecurityEncoder *encoder = [CocoaSecurityEncoder new];
// HEX
STAssertEqualObjects([encoder hex:[decoder hex:@"CC0A69779E15780ADAE46C45EB451A23"] useLower:false],