Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
iT0ny committed Apr 5, 2015
1 parent ec0005a commit 613066b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Clutch/ClutchBundle.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ - (NSString *)debugDescription {
}

- (NSString *)description {
return [NSString stringWithFormat:@"<%@: bundleIdentifier: %@, bundleURL: %@>",NSStringFromClass([self class]),self.bundleIdentifier,self.bundleURL];
return [NSString stringWithFormat:@"<%@: %@ bundleIdentifier: %@, bundleURL: %@>",NSStringFromClass([self class]),self.bundlePath.lastPathComponent.stringByDeletingPathExtension,self.bundleIdentifier,self.bundleURL];
}

@end
1 change: 1 addition & 0 deletions Clutch/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ int main (int argc, const char * argv[])
}
return 0;
}

void sha1(uint8_t *hash, uint8_t *data, size_t size);

void sha1(uint8_t *hash, uint8_t *data, size_t size) {
Expand Down

0 comments on commit 613066b

Please sign in to comment.