![]() |
<< Index >> |
FutureBasic |
#plist | statement | |
|
Parameter |
Description |
key | Must be a string literal. Multiple-word keys must be enclosed in quotes. |
value |
Must be a string literal, boolean literal, CFArray literal or CFDictionary literal. Integer and float values are converted to strings. Multiple-word values must be enclosed in quotes. |
#plist NSAppleEventUsageDescription YES
#plist CFBundleIconFile @"AppIcon"
#plist CFBundleIdentifier @"com.fbdeveloper.MyGreatApp"
#plist CFBundleShortVersionString 1.23
#plist CFBundleVersion 98765
#plist LSItemContentTypes @[@"public.plain-text" ]
#plist MyArray @[@"One" ,@"Two" ,@"Three" ,@"O'Leary" ]
#plist MyDictionary @{@"Key1" :@"Value1" ,@"Key2" :@"Value2" }
#plist MyString word
#plist @"Another String" @"something else"