adium/adium

Updated Changes.txt for 1.5.10.4.
adium-1.5.10.4
2017-04-25, Robert Vehse
09440b7b46e0
Updated Changes.txt for 1.5.10.4.
//
// NSFileManager+BundleBit.h
// XtrasCreator
//
// Created by Mac-arena the Bored Zo on 2005-10-31.
// Copyright 2005 Adium Team. All rights reserved.
//
@interface NSFileManager (BundleBit)
//both of these can work on a directory as well.
- (BOOL) bundleBitOfFile:(NSString *)path;
- (void) setBundleBitOfFile:(NSString *)path toBool:(BOOL)newValue;
@end