// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		79DC99B4F696471B99960C9D /* libRNSpeechToTextIos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 38383E296E604DAD8D5AEE1C /* libRNSpeechToTextIos.a */; };
		DBCB5CDE1B46E62D005CB38B /* ApiAi.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCB5CDD1B46E62D005CB38B /* ApiAi.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		8427738C1F2CDF9A00EA2752 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = EA8B7B90D397461785B390DB /* RNSpeechToTextIos.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 134814201AA4EA6300B7C361;
			remoteInfo = RNSpeechToTextIos;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
		CDD7BF761B2D5125006FDA75 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		38383E296E604DAD8D5AEE1C /* libRNSpeechToTextIos.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSpeechToTextIos.a; sourceTree = "<group>"; };
		CDD7BF781B2D5125006FDA75 /* libApiAi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libApiAi.a; sourceTree = BUILT_PRODUCTS_DIR; };
		DBCB5CDC1B46E62D005CB38B /* ApiAi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApiAi.h; sourceTree = "<group>"; };
		DBCB5CDD1B46E62D005CB38B /* ApiAi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApiAi.m; sourceTree = "<group>"; };
		EA8B7B90D397461785B390DB /* RNSpeechToTextIos.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSpeechToTextIos.xcodeproj; path = "../node_modules/react-native-speech-to-text-ios/ios/RNSpeechToTextIos.xcodeproj"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		CDD7BF751B2D5125006FDA75 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				79DC99B4F696471B99960C9D /* libRNSpeechToTextIos.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		56489C590F2D4EC58151DA97 /* Libraries */ = {
			isa = PBXGroup;
			children = (
				EA8B7B90D397461785B390DB /* RNSpeechToTextIos.xcodeproj */,
			);
			name = Libraries;
			sourceTree = "<group>";
		};
		8427736A1F2CDF9A00EA2752 /* Products */ = {
			isa = PBXGroup;
			children = (
				8427738D1F2CDF9A00EA2752 /* libRNSpeechToTextIos.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		CDD7BF6F1B2D5125006FDA75 = {
			isa = PBXGroup;
			children = (
				DBCB5CDB1B46E62D005CB38B /* ApiAi */,
				CDD7BF791B2D5125006FDA75 /* Products */,
				56489C590F2D4EC58151DA97 /* Libraries */,
				FD3552E620D14EF000C53894 /* Recovered References */,
			);
			sourceTree = "<group>";
		};
		CDD7BF791B2D5125006FDA75 /* Products */ = {
			isa = PBXGroup;
			children = (
				CDD7BF781B2D5125006FDA75 /* libApiAi.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		DBCB5CDB1B46E62D005CB38B /* ApiAi */ = {
			isa = PBXGroup;
			children = (
				DBCB5CDC1B46E62D005CB38B /* ApiAi.h */,
				DBCB5CDD1B46E62D005CB38B /* ApiAi.m */,
			);
			path = ApiAi;
			sourceTree = "<group>";
		};
		FD3552E620D14EF000C53894 /* Recovered References */ = {
			isa = PBXGroup;
			children = (
				38383E296E604DAD8D5AEE1C /* libRNSpeechToTextIos.a */,
			);
			name = "Recovered References";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		CDD7BF771B2D5125006FDA75 /* ApiAi */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = CDD7BF8C1B2D5126006FDA75 /* Build configuration list for PBXNativeTarget "ApiAi" */;
			buildPhases = (
				CDD7BF741B2D5125006FDA75 /* Sources */,
				CDD7BF751B2D5125006FDA75 /* Frameworks */,
				CDD7BF761B2D5125006FDA75 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = ApiAi;
			productName = RNI18n;
			productReference = CDD7BF781B2D5125006FDA75 /* libApiAi.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		CDD7BF701B2D5125006FDA75 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 630;
				ORGANIZATIONNAME = innFactory;
				TargetAttributes = {
					CDD7BF771B2D5125006FDA75 = {
						CreatedOnToolsVersion = 6.3.2;
						LastSwiftMigration = 830;
					};
				};
			};
			buildConfigurationList = CDD7BF731B2D5125006FDA75 /* Build configuration list for PBXProject "ApiAi" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = CDD7BF6F1B2D5125006FDA75;
			productRefGroup = CDD7BF791B2D5125006FDA75 /* Products */;
			projectDirPath = "";
			projectReferences = (
				{
					ProductGroup = 8427736A1F2CDF9A00EA2752 /* Products */;
					ProjectRef = EA8B7B90D397461785B390DB /* RNSpeechToTextIos.xcodeproj */;
				},
			);
			projectRoot = "";
			targets = (
				CDD7BF771B2D5125006FDA75 /* ApiAi */,
			);
		};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
		8427738D1F2CDF9A00EA2752 /* libRNSpeechToTextIos.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libRNSpeechToTextIos.a;
			remoteRef = 8427738C1F2CDF9A00EA2752 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
/* End PBXReferenceProxy section */

/* Begin PBXSourcesBuildPhase section */
		CDD7BF741B2D5125006FDA75 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DBCB5CDE1B46E62D005CB38B /* ApiAi.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		CDD7BF8A1B2D5126006FDA75 /* 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;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				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 = 11.4;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		CDD7BF8B1B2D5126006FDA75 /* 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;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				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 = 11.4;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		CDD7BF8D1B2D5126006FDA75 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
					"$(SRCROOT)/node_modules/react-native/React/**",
					"$(SRCROOT)/../react-native/React/**",
					"$(SRCROOT)/ApiAI/**",
				);
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/ApiAi\"",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = ApiAi;
				SKIP_INSTALL = YES;
				SWIFT_OBJC_BRIDGING_HEADER = "ApiAi/ApiAi-Bridging-Header.h";
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 3.0;
			};
			name = Debug;
		};
		CDD7BF8E1B2D5126006FDA75 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
					"$(SRCROOT)/node_modules/react-native/React/**",
					"$(SRCROOT)/../react-native/React/**",
					"$(SRCROOT)/ApiAI/**",
				);
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/ApiAi\"",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = ApiAi;
				SKIP_INSTALL = YES;
				SWIFT_OBJC_BRIDGING_HEADER = "ApiAi/ApiAi-Bridging-Header.h";
				SWIFT_VERSION = 3.0;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		CDD7BF731B2D5125006FDA75 /* Build configuration list for PBXProject "ApiAi" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				CDD7BF8A1B2D5126006FDA75 /* Debug */,
				CDD7BF8B1B2D5126006FDA75 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		CDD7BF8C1B2D5126006FDA75 /* Build configuration list for PBXNativeTarget "ApiAi" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				CDD7BF8D1B2D5126006FDA75 /* Debug */,
				CDD7BF8E1B2D5126006FDA75 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = CDD7BF701B2D5125006FDA75 /* Project object */;
}
