update project type, readme. remove GTMBase64.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user