Files
cappuccino/Tools/nib2cib/NSFoundation.j
T
Alexander Ljungberg 72169e54d8 New: nib2cib support for runtime attributes of point, size, rect and range types.
This change adds nib2cib support for `NSValue` when the value represents a NSPoint, NSSize, NSRect or an NSRange, which enables user defined runtime attributes of these types to be set in Xcode and then properly decoded in a Cappuccino app.
2013-06-13 13:24:36 +01:00

36 lines
1.1 KiB
Plaintext

/*
* NSFoundation.j
* nib2cib
*
* Created by Francisco Tolmasky.
* Copyright 2008, 280 North, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
@import "NSArray.j"
@import "NSAttributedString.j"
@import "NSByteCountFormatter.j"
@import "NSDate.j"
@import "NSDateFormatter.j"
@import "NSDictionary.j"
@import "NSExpression.j"
@import "NSFormatter.j"
@import "NSMutableString.j"
@import "NSNull.j"
@import "NSNumberFormatter.j"
@import "NSSet.j"
@import "NSValue.j"