mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
432 lines
21 KiB
Text
432 lines
21 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
987CC6951BAA731A0057459B /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 987CC6941BAA731A0057459B /* WebKit.framework */; };
|
|
98ABFCE31AD39165005534F0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 98ABFCE21AD39165005534F0 /* main.m */; };
|
|
98ABFCE61AD39165005534F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 98ABFCE51AD39165005534F0 /* AppDelegate.m */; };
|
|
98ABFCE91AD39165005534F0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 98ABFCE81AD39165005534F0 /* ViewController.m */; };
|
|
98ABFCEC1AD39165005534F0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFCEA1AD39165005534F0 /* Main.storyboard */; };
|
|
98ABFCEE1AD39165005534F0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFCED1AD39165005534F0 /* Images.xcassets */; };
|
|
98ABFCF11AD39165005534F0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFCEF1AD39165005534F0 /* LaunchScreen.xib */; };
|
|
98ABFD151AD391A8005534F0 /* Keyman.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFD131AD391A8005534F0 /* Keyman.bundle */; };
|
|
98ABFD161AD391A8005534F0 /* libKeyman.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD141AD391A8005534F0 /* libKeyman.a */; };
|
|
98ABFD191AD391CB005534F0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD181AD391CB005534F0 /* AudioToolbox.framework */; };
|
|
98ABFD1B1AD391D1005534F0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD1A1AD391D1005534F0 /* CFNetwork.framework */; };
|
|
98ABFD1D1AD391D6005534F0 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD1C1AD391D6005534F0 /* CoreText.framework */; };
|
|
98ABFD1F1AD391DB005534F0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD1E1AD391DB005534F0 /* CoreGraphics.framework */; };
|
|
98ABFD211AD391E5005534F0 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD201AD391E5005534F0 /* SystemConfiguration.framework */; };
|
|
98ABFD231AD3920D005534F0 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD221AD3920D005534F0 /* MobileCoreServices.framework */; };
|
|
98ABFD251AD39212005534F0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD241AD39212005534F0 /* UIKit.framework */; };
|
|
98ABFD271AD3921B005534F0 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 98ABFD261AD3921B005534F0 /* libz.dylib */; };
|
|
98ABFD2C1AD393AD005534F0 /* aava1.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFD2A1AD393AD005534F0 /* aava1.ttf */; };
|
|
98ABFD2D1AD393AD005534F0 /* tamil99m-1.1.js in Resources */ = {isa = PBXBuildFile; fileRef = 98ABFD2B1AD393AD005534F0 /* tamil99m-1.1.js */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
987CC6941BAA731A0057459B /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
|
98ABFCDD1AD39165005534F0 /* KMSample1.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KMSample1.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
98ABFCE11AD39165005534F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
98ABFCE21AD39165005534F0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
98ABFCE41AD39165005534F0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
98ABFCE51AD39165005534F0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
98ABFCE71AD39165005534F0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
98ABFCE81AD39165005534F0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
98ABFCEB1AD39165005534F0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
98ABFCED1AD39165005534F0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
98ABFCF01AD39165005534F0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
98ABFD081AD391A8005534F0 /* CWLSynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CWLSynthesizeSingleton.h; sourceTree = "<group>"; };
|
|
98ABFD091AD391A8005534F0 /* Keyman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Keyman.h; sourceTree = "<group>"; };
|
|
98ABFD0A1AD391A8005534F0 /* KMInputViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMInputViewController.h; sourceTree = "<group>"; };
|
|
98ABFD0B1AD391A8005534F0 /* KMKeyboardPickerBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMKeyboardPickerBarButtonItem.h; sourceTree = "<group>"; };
|
|
98ABFD0C1AD391A8005534F0 /* KMKeyboardPickerButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMKeyboardPickerButton.h; sourceTree = "<group>"; };
|
|
98ABFD0D1AD391A8005534F0 /* KMManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMManager.h; sourceTree = "<group>"; };
|
|
98ABFD0E1AD391A8005534F0 /* KMTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMTextField.h; sourceTree = "<group>"; };
|
|
98ABFD0F1AD391A8005534F0 /* KMTextFieldDelegateProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMTextFieldDelegateProxy.h; sourceTree = "<group>"; };
|
|
98ABFD101AD391A8005534F0 /* KMTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMTextView.h; sourceTree = "<group>"; };
|
|
98ABFD111AD391A8005534F0 /* KMTextViewDelegateProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMTextViewDelegateProxy.h; sourceTree = "<group>"; };
|
|
98ABFD121AD391A8005534F0 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
|
98ABFD131AD391A8005534F0 /* Keyman.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Keyman.bundle; sourceTree = "<group>"; };
|
|
98ABFD141AD391A8005534F0 /* libKeyman.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libKeyman.a; sourceTree = "<group>"; };
|
|
98ABFD181AD391CB005534F0 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
98ABFD1A1AD391D1005534F0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
|
|
98ABFD1C1AD391D6005534F0 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
|
|
98ABFD1E1AD391DB005534F0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
98ABFD201AD391E5005534F0 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
|
98ABFD221AD3920D005534F0 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
|
|
98ABFD241AD39212005534F0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
98ABFD261AD3921B005534F0 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
|
98ABFD2A1AD393AD005534F0 /* aava1.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = aava1.ttf; sourceTree = "<group>"; };
|
|
98ABFD2B1AD393AD005534F0 /* tamil99m-1.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "tamil99m-1.1.js"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
98ABFCDA1AD39165005534F0 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
98ABFD191AD391CB005534F0 /* AudioToolbox.framework in Frameworks */,
|
|
98ABFD1B1AD391D1005534F0 /* CFNetwork.framework in Frameworks */,
|
|
98ABFD1F1AD391DB005534F0 /* CoreGraphics.framework in Frameworks */,
|
|
98ABFD1D1AD391D6005534F0 /* CoreText.framework in Frameworks */,
|
|
98ABFD161AD391A8005534F0 /* libKeyman.a in Frameworks */,
|
|
98ABFD271AD3921B005534F0 /* libz.dylib in Frameworks */,
|
|
98ABFD231AD3920D005534F0 /* MobileCoreServices.framework in Frameworks */,
|
|
98ABFD211AD391E5005534F0 /* SystemConfiguration.framework in Frameworks */,
|
|
98ABFD251AD39212005534F0 /* UIKit.framework in Frameworks */,
|
|
987CC6951BAA731A0057459B /* WebKit.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
98ABFCD41AD39165005534F0 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFD171AD391B0005534F0 /* Frameworks */,
|
|
98ABFD281AD393AD005534F0 /* Keyboards */,
|
|
98ABFCDF1AD39165005534F0 /* KMSample1 */,
|
|
98ABFD061AD391A8005534F0 /* libKeyman */,
|
|
98ABFCDE1AD39165005534F0 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFCDE1AD39165005534F0 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFCDD1AD39165005534F0 /* KMSample1.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFCDF1AD39165005534F0 /* KMSample1 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFCE41AD39165005534F0 /* AppDelegate.h */,
|
|
98ABFCE51AD39165005534F0 /* AppDelegate.m */,
|
|
98ABFCE71AD39165005534F0 /* ViewController.h */,
|
|
98ABFCE81AD39165005534F0 /* ViewController.m */,
|
|
98ABFCEA1AD39165005534F0 /* Main.storyboard */,
|
|
98ABFCED1AD39165005534F0 /* Images.xcassets */,
|
|
98ABFCEF1AD39165005534F0 /* LaunchScreen.xib */,
|
|
98ABFCE01AD39165005534F0 /* Supporting Files */,
|
|
);
|
|
path = KMSample1;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFCE01AD39165005534F0 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFCE11AD39165005534F0 /* Info.plist */,
|
|
98ABFCE21AD39165005534F0 /* main.m */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFD061AD391A8005534F0 /* libKeyman */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFD071AD391A8005534F0 /* include */,
|
|
98ABFD131AD391A8005534F0 /* Keyman.bundle */,
|
|
98ABFD141AD391A8005534F0 /* libKeyman.a */,
|
|
);
|
|
path = libKeyman;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFD071AD391A8005534F0 /* include */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFD081AD391A8005534F0 /* CWLSynthesizeSingleton.h */,
|
|
98ABFD091AD391A8005534F0 /* Keyman.h */,
|
|
98ABFD0A1AD391A8005534F0 /* KMInputViewController.h */,
|
|
98ABFD0B1AD391A8005534F0 /* KMKeyboardPickerBarButtonItem.h */,
|
|
98ABFD0C1AD391A8005534F0 /* KMKeyboardPickerButton.h */,
|
|
98ABFD0D1AD391A8005534F0 /* KMManager.h */,
|
|
98ABFD0E1AD391A8005534F0 /* KMTextField.h */,
|
|
98ABFD0F1AD391A8005534F0 /* KMTextFieldDelegateProxy.h */,
|
|
98ABFD101AD391A8005534F0 /* KMTextView.h */,
|
|
98ABFD111AD391A8005534F0 /* KMTextViewDelegateProxy.h */,
|
|
98ABFD121AD391A8005534F0 /* Reachability.h */,
|
|
);
|
|
path = include;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFD171AD391B0005534F0 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
987CC6941BAA731A0057459B /* WebKit.framework */,
|
|
98ABFD181AD391CB005534F0 /* AudioToolbox.framework */,
|
|
98ABFD1A1AD391D1005534F0 /* CFNetwork.framework */,
|
|
98ABFD1E1AD391DB005534F0 /* CoreGraphics.framework */,
|
|
98ABFD1C1AD391D6005534F0 /* CoreText.framework */,
|
|
98ABFD261AD3921B005534F0 /* libz.dylib */,
|
|
98ABFD221AD3920D005534F0 /* MobileCoreServices.framework */,
|
|
98ABFD201AD391E5005534F0 /* SystemConfiguration.framework */,
|
|
98ABFD241AD39212005534F0 /* UIKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFD281AD393AD005534F0 /* Keyboards */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFD291AD393AD005534F0 /* tamil99m */,
|
|
);
|
|
path = Keyboards;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFD291AD393AD005534F0 /* tamil99m */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
98ABFD2A1AD393AD005534F0 /* aava1.ttf */,
|
|
98ABFD2B1AD393AD005534F0 /* tamil99m-1.1.js */,
|
|
);
|
|
path = tamil99m;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
98ABFCDC1AD39165005534F0 /* KMSample1 */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 98ABFD001AD39165005534F0 /* Build configuration list for PBXNativeTarget "KMSample1" */;
|
|
buildPhases = (
|
|
98ABFCD91AD39165005534F0 /* Sources */,
|
|
98ABFCDA1AD39165005534F0 /* Frameworks */,
|
|
98ABFCDB1AD39165005534F0 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = KMSample1;
|
|
productName = KMSample1;
|
|
productReference = 98ABFCDD1AD39165005534F0 /* KMSample1.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
98ABFCD51AD39165005534F0 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0620;
|
|
ORGANIZATIONNAME = "Tavultesoft Pty Ltd";
|
|
TargetAttributes = {
|
|
98ABFCDC1AD39165005534F0 = {
|
|
CreatedOnToolsVersion = 6.2;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 98ABFCD81AD39165005534F0 /* Build configuration list for PBXProject "KMSample1" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 98ABFCD41AD39165005534F0;
|
|
productRefGroup = 98ABFCDE1AD39165005534F0 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
98ABFCDC1AD39165005534F0 /* KMSample1 */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
98ABFCDB1AD39165005534F0 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
98ABFD2C1AD393AD005534F0 /* aava1.ttf in Resources */,
|
|
98ABFCEC1AD39165005534F0 /* Main.storyboard in Resources */,
|
|
98ABFCF11AD39165005534F0 /* LaunchScreen.xib in Resources */,
|
|
98ABFD151AD391A8005534F0 /* Keyman.bundle in Resources */,
|
|
98ABFCEE1AD39165005534F0 /* Images.xcassets in Resources */,
|
|
98ABFD2D1AD393AD005534F0 /* tamil99m-1.1.js in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
98ABFCD91AD39165005534F0 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
98ABFCE91AD39165005534F0 /* ViewController.m in Sources */,
|
|
98ABFCE61AD39165005534F0 /* AppDelegate.m in Sources */,
|
|
98ABFCE31AD39165005534F0 /* main.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
98ABFCEA1AD39165005534F0 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
98ABFCEB1AD39165005534F0 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
98ABFCEF1AD39165005534F0 /* LaunchScreen.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
98ABFCF01AD39165005534F0 /* Base */,
|
|
);
|
|
name = LaunchScreen.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
98ABFCFE1AD39165005534F0 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LDFLAGS = (
|
|
"-force_load",
|
|
libKeyman/libKeyman.a,
|
|
);
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
98ABFCFF1AD39165005534F0 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
OTHER_LDFLAGS = (
|
|
"-force_load",
|
|
libKeyman/libKeyman.a,
|
|
);
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
98ABFD011AD39165005534F0 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
INFOPLIST_FILE = KMSample1/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/libKeyman",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
98ABFD021AD39165005534F0 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
INFOPLIST_FILE = KMSample1/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/libKeyman",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
98ABFCD81AD39165005534F0 /* Build configuration list for PBXProject "KMSample1" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
98ABFCFE1AD39165005534F0 /* Debug */,
|
|
98ABFCFF1AD39165005534F0 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
98ABFD001AD39165005534F0 /* Build configuration list for PBXNativeTarget "KMSample1" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
98ABFD011AD39165005534F0 /* Debug */,
|
|
98ABFD021AD39165005534F0 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 98ABFCD51AD39165005534F0 /* Project object */;
|
|
}
|