diff --git a/ios12/SoupChef/OrderSoupIntentBinding/BindingActions.targets b/ios12/SoupChef/OrderSoupIntentBinding/BindingActions.targets
new file mode 100644
index 00000000..204dad1a
--- /dev/null
+++ b/ios12/SoupChef/OrderSoupIntentBinding/BindingActions.targets
@@ -0,0 +1,22 @@
+
+
+
+
+ CleanBinding;
+ $(CleanDependsOn);
+
+
+
+ PrepareBinding;
+ $(BuildDependsOn);
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ios12/SoupChef/OrderSoupIntentBinding/OrderSoupIntentBinding.csproj b/ios12/SoupChef/OrderSoupIntentBinding/OrderSoupIntentBinding.csproj
index b5cac2ab..3df638a3 100644
--- a/ios12/SoupChef/OrderSoupIntentBinding/OrderSoupIntentBinding.csproj
+++ b/ios12/SoupChef/OrderSoupIntentBinding/OrderSoupIntentBinding.csproj
@@ -47,4 +47,5 @@
+
\ No newline at end of file
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.pbxproj b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.pbxproj
deleted file mode 100644
index c2571d98..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,346 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 50;
- objects = {
-
-/* Begin PBXBuildFile section */
- 730228C6210A4A0800D68C70 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 730228C5210A4A0800D68C70 /* AppDelegate.m */; };
- 730228C9210A4A0800D68C70 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 730228C8210A4A0800D68C70 /* ViewController.m */; };
- 730228CC210A4A0800D68C70 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 730228CA210A4A0800D68C70 /* Main.storyboard */; };
- 730228CE210A4A0900D68C70 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 730228CD210A4A0900D68C70 /* Assets.xcassets */; };
- 730228D1210A4A0900D68C70 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 730228CF210A4A0900D68C70 /* LaunchScreen.storyboard */; };
- 730228D4210A4A0900D68C70 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 730228D3210A4A0900D68C70 /* main.m */; };
- 736AE4182115153D0070F97D /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 736AE4172115153D0070F97D /* Intents.intentdefinition */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- 730228C1210A4A0800D68C70 /* OrderSoupIntentCodeGen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OrderSoupIntentCodeGen.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 730228C4210A4A0800D68C70 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; };
- 730228C5210A4A0800D68C70 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; };
- 730228C7210A4A0800D68C70 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; };
- 730228C8210A4A0800D68C70 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; };
- 730228CB210A4A0800D68C70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
- 730228CD210A4A0900D68C70 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
- 730228D0210A4A0900D68C70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
- 730228D2210A4A0900D68C70 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- 730228D3210A4A0900D68C70 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; };
- 736AE4172115153D0070F97D /* Intents.intentdefinition */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.intentdefinition; path = Intents.intentdefinition; sourceTree = ""; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 730228BE210A4A0800D68C70 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 730228B8210A4A0800D68C70 = {
- isa = PBXGroup;
- children = (
- 730228C3210A4A0800D68C70 /* OrderSoupIntentCodeGen */,
- 730228C2210A4A0800D68C70 /* Products */,
- );
- sourceTree = "";
- };
- 730228C2210A4A0800D68C70 /* Products */ = {
- isa = PBXGroup;
- children = (
- 730228C1210A4A0800D68C70 /* OrderSoupIntentCodeGen.app */,
- );
- name = Products;
- sourceTree = "";
- };
- 730228C3210A4A0800D68C70 /* OrderSoupIntentCodeGen */ = {
- isa = PBXGroup;
- children = (
- 736AE4172115153D0070F97D /* Intents.intentdefinition */,
- 730228C4210A4A0800D68C70 /* AppDelegate.h */,
- 730228C5210A4A0800D68C70 /* AppDelegate.m */,
- 730228C7210A4A0800D68C70 /* ViewController.h */,
- 730228C8210A4A0800D68C70 /* ViewController.m */,
- 730228CA210A4A0800D68C70 /* Main.storyboard */,
- 730228CD210A4A0900D68C70 /* Assets.xcassets */,
- 730228CF210A4A0900D68C70 /* LaunchScreen.storyboard */,
- 730228D2210A4A0900D68C70 /* Info.plist */,
- 730228D3210A4A0900D68C70 /* main.m */,
- );
- path = OrderSoupIntentCodeGen;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- 730228C0210A4A0800D68C70 /* OrderSoupIntentCodeGen */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 730228D7210A4A0900D68C70 /* Build configuration list for PBXNativeTarget "OrderSoupIntentCodeGen" */;
- buildPhases = (
- 730228BD210A4A0800D68C70 /* Sources */,
- 730228BE210A4A0800D68C70 /* Frameworks */,
- 730228BF210A4A0800D68C70 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = OrderSoupIntentCodeGen;
- productName = OrderSoupIntentCodeGen;
- productReference = 730228C1210A4A0800D68C70 /* OrderSoupIntentCodeGen.app */;
- productType = "com.apple.product-type.application";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 730228B9210A4A0800D68C70 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1000;
- ORGANIZATIONNAME = "Brad Umbaugh";
- TargetAttributes = {
- 730228C0210A4A0800D68C70 = {
- CreatedOnToolsVersion = 10.0;
- };
- };
- };
- buildConfigurationList = 730228BC210A4A0800D68C70 /* Build configuration list for PBXProject "OrderSoupIntentCodeGen" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 730228B8210A4A0800D68C70;
- productRefGroup = 730228C2210A4A0800D68C70 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 730228C0210A4A0800D68C70 /* OrderSoupIntentCodeGen */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
- 730228BF210A4A0800D68C70 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 730228D1210A4A0900D68C70 /* LaunchScreen.storyboard in Resources */,
- 730228CE210A4A0900D68C70 /* Assets.xcassets in Resources */,
- 730228CC210A4A0800D68C70 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 730228BD210A4A0800D68C70 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 730228C9210A4A0800D68C70 /* ViewController.m in Sources */,
- 730228D4210A4A0900D68C70 /* main.m in Sources */,
- 736AE4182115153D0070F97D /* Intents.intentdefinition in Sources */,
- 730228C6210A4A0800D68C70 /* AppDelegate.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXVariantGroup section */
- 730228CA210A4A0800D68C70 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 730228CB210A4A0800D68C70 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "";
- };
- 730228CF210A4A0900D68C70 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 730228D0210A4A0900D68C70 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "";
- };
-/* End PBXVariantGroup section */
-
-/* Begin XCBuildConfiguration section */
- 730228D5210A4A0900D68C70 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- 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 = 12.0;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 730228D6210A4A0900D68C70 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- 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 = 12.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 730228D8210A4A0900D68C70 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = 9VWFS9Q2KQ;
- INFOPLIST_FILE = OrderSoupIntentCodeGen/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.xamarin.OrderSoupIntentCodeGen;
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 730228D9210A4A0900D68C70 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = 9VWFS9Q2KQ;
- INFOPLIST_FILE = OrderSoupIntentCodeGen/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.xamarin.OrderSoupIntentCodeGen;
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 730228BC210A4A0800D68C70 /* Build configuration list for PBXProject "OrderSoupIntentCodeGen" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 730228D5210A4A0900D68C70 /* Debug */,
- 730228D6210A4A0900D68C70 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 730228D7210A4A0900D68C70 /* Build configuration list for PBXNativeTarget "OrderSoupIntentCodeGen" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 730228D8210A4A0900D68C70 /* Debug */,
- 730228D9210A4A0900D68C70 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 730228B9210A4A0800D68C70 /* Project object */;
-}
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index a239d209..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d98100..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.h b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.h
deleted file mode 100644
index d63e386f..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// AppDelegate.h
-// OrderSoupIntentCodeGen
-//
-// Created by Brad Umbaugh on 7/26/18.
-// Copyright © 2018 Brad Umbaugh. All rights reserved.
-//
-
-#import
-
-@interface AppDelegate : UIResponder
-
-@property (strong, nonatomic) UIWindow *window;
-
-
-@end
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.m b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.m
deleted file mode 100644
index 4a438ccb..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/AppDelegate.m
+++ /dev/null
@@ -1,62 +0,0 @@
-//
-// AppDelegate.m
-// OrderSoupIntentCodeGen
-//
-// Created by Brad Umbaugh on 7/26/18.
-// Copyright © 2018 Brad Umbaugh. All rights reserved.
-//
-
-#import "AppDelegate.h"
-#import "OrderSoupIntent.h"
-
-@interface AppDelegate ()
-
-@end
-
-@implementation AppDelegate
-
-
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
- // Override point for customization after application launch.
-
- // To find the code generated for the intents in the
- // Intents.intentdefinition file, build the project, uncomment
- // the following line, right-click on it, and choose "Jump to
- // Definition." Then, right-click in the file that opens and
- // choose "Show in Finder." A macOS Finder window will open
- // at the location of the generated code.
- //
- OrderSoupIntent;
-
- return YES;
-}
-
-
-- (void)applicationWillResignActive:(UIApplication *)application {
- // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
- // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
-}
-
-
-- (void)applicationDidEnterBackground:(UIApplication *)application {
- // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
-}
-
-
-- (void)applicationWillEnterForeground:(UIApplication *)application {
- // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
-}
-
-
-- (void)applicationDidBecomeActive:(UIApplication *)application {
- // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
-}
-
-
-- (void)applicationWillTerminate:(UIApplication *)application {
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
-}
-
-
-@end
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/AppIcon.appiconset/Contents.json
deleted file mode 100644
index d8db8d65..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
- "images" : [
- {
- "idiom" : "iphone",
- "size" : "20x20",
- "scale" : "2x"
- },
- {
- "idiom" : "iphone",
- "size" : "20x20",
- "scale" : "3x"
- },
- {
- "idiom" : "iphone",
- "size" : "29x29",
- "scale" : "2x"
- },
- {
- "idiom" : "iphone",
- "size" : "29x29",
- "scale" : "3x"
- },
- {
- "idiom" : "iphone",
- "size" : "40x40",
- "scale" : "2x"
- },
- {
- "idiom" : "iphone",
- "size" : "40x40",
- "scale" : "3x"
- },
- {
- "idiom" : "iphone",
- "size" : "60x60",
- "scale" : "2x"
- },
- {
- "idiom" : "iphone",
- "size" : "60x60",
- "scale" : "3x"
- },
- {
- "idiom" : "ipad",
- "size" : "20x20",
- "scale" : "1x"
- },
- {
- "idiom" : "ipad",
- "size" : "20x20",
- "scale" : "2x"
- },
- {
- "idiom" : "ipad",
- "size" : "29x29",
- "scale" : "1x"
- },
- {
- "idiom" : "ipad",
- "size" : "29x29",
- "scale" : "2x"
- },
- {
- "idiom" : "ipad",
- "size" : "40x40",
- "scale" : "1x"
- },
- {
- "idiom" : "ipad",
- "size" : "40x40",
- "scale" : "2x"
- },
- {
- "idiom" : "ipad",
- "size" : "76x76",
- "scale" : "1x"
- },
- {
- "idiom" : "ipad",
- "size" : "76x76",
- "scale" : "2x"
- },
- {
- "idiom" : "ipad",
- "size" : "83.5x83.5",
- "scale" : "2x"
- },
- {
- "idiom" : "ios-marketing",
- "size" : "1024x1024",
- "scale" : "1x"
- }
- ],
- "info" : {
- "version" : 1,
- "author" : "xcode"
- }
-}
\ No newline at end of file
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/Contents.json b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/Contents.json
deleted file mode 100644
index da4a164c..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Assets.xcassets/Contents.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "info" : {
- "version" : 1,
- "author" : "xcode"
- }
-}
\ No newline at end of file
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/LaunchScreen.storyboard b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/LaunchScreen.storyboard
deleted file mode 100644
index bfa36129..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/LaunchScreen.storyboard
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/Main.storyboard b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/Main.storyboard
deleted file mode 100644
index 942f0bc4..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Base.lproj/Main.storyboard
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Info.plist b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Info.plist
deleted file mode 100644
index 16be3b68..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Info.plist
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 1.0
- CFBundleVersion
- 1
- LSRequiresIPhoneOS
-
- UILaunchStoryboardName
- LaunchScreen
- UIMainStoryboardFile
- Main
- UIRequiredDeviceCapabilities
-
- armv7
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Intents.intentdefinition b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Intents.intentdefinition
deleted file mode 100644
index 34466587..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/Intents.intentdefinition
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
- INEnums
-
- INIntentDefinitionModelVersion
- 1.0
- INIntentDefinitionSystemVersion
- 17E202
- INIntentDefinitionToolsBuildVersion
- 10N176a
- INIntentDefinitionToolsVersion
- 10.0
- INIntents
-
-
- INIntentCategory
- order
- INIntentDescription
- Order some soup
- INIntentDescriptionID
- ljYqT3
- INIntentLastParameterTag
- 8
- INIntentName
- OrderSoup
- INIntentParameterCombinations
-
- soup
-
- INIntentParameterCombinationIsPrimary
-
- INIntentParameterCombinationSubtitle
-
- INIntentParameterCombinationSubtitleID
- KzUhFB
- INIntentParameterCombinationSupportsBackgroundExecution
-
- INIntentParameterCombinationTitle
- Order ${soup}
- INIntentParameterCombinationTitleID
- ChAaCn
-
- soup,options
-
- INIntentParameterCombinationIsPrimary
-
- INIntentParameterCombinationSubtitle
-
- INIntentParameterCombinationSubtitleID
- KzUhFB
- INIntentParameterCombinationSupportsBackgroundExecution
-
- INIntentParameterCombinationTitle
- Order ${soup} with ${options}
- INIntentParameterCombinationTitleID
- ChAaCn
-
- soup,options,quantity
-
- INIntentParameterCombinationIsPrimary
-
- INIntentParameterCombinationSubtitle
-
- INIntentParameterCombinationSubtitleID
- JHrqyM
- INIntentParameterCombinationSupportsBackgroundExecution
-
- INIntentParameterCombinationTitle
- Order ${quantity} ${soup} with ${options}
- INIntentParameterCombinationTitleID
- whh3pV
-
- soup,quantity
-
- INIntentParameterCombinationIsPrimary
-
- INIntentParameterCombinationSubtitle
-
- INIntentParameterCombinationSubtitleID
- KzUhFB
- INIntentParameterCombinationSupportsBackgroundExecution
-
- INIntentParameterCombinationTitle
- Order ${quantity} ${soup}
- INIntentParameterCombinationTitleID
- ChAaCn
-
-
- INIntentParameters
-
-
- INIntentParameterDisplayPriority
- 1
- INIntentParameterName
- soup
- INIntentParameterSupportsMultipleValues
-
- INIntentParameterTag
- 7
- INIntentParameterType
- Object
-
-
- INIntentParameterDisplayPriority
- 2
- INIntentParameterName
- quantity
- INIntentParameterSupportsMultipleValues
-
- INIntentParameterTag
- 2
- INIntentParameterType
- Integer
-
-
- INIntentParameterDisplayPriority
- 3
- INIntentParameterName
- options
- INIntentParameterSupportsMultipleValues
-
- INIntentParameterTag
- 8
- INIntentParameterType
- Object
-
-
- INIntentResponse
-
- INIntentResponseCodes
-
-
- INIntentResponseCodeFormatString
-
- INIntentResponseCodeFormatStringID
- oK4OIr
- INIntentResponseCodeName
- failure
- INIntentResponseCodeSuccess
-
-
-
- INIntentResponseCodeFormatString
- Your ${soup} order will be ready in ${waitTime} minutes
- INIntentResponseCodeFormatStringID
- xgap7o
- INIntentResponseCodeName
- success
- INIntentResponseCodeSuccess
-
-
-
- INIntentResponseCodeFormatString
- Sorry, we're all out of ${soup}
- INIntentResponseCodeFormatStringID
- t02HyZ
- INIntentResponseCodeName
- failureSoupUnavailable
- INIntentResponseCodeSuccess
-
-
-
- INIntentResponseLastParameterTag
- 6
- INIntentResponseParameters
-
-
- INIntentResponseParameterDisplayPriority
- 1
- INIntentResponseParameterName
- soup
- INIntentResponseParameterSupportsMultipleValues
-
- INIntentResponseParameterTag
- 4
- INIntentResponseParameterType
- Object
-
-
- INIntentResponseParameterDisplayPriority
- 2
- INIntentResponseParameterName
- waitTime
- INIntentResponseParameterSupportsMultipleValues
-
- INIntentResponseParameterTag
- 6
- INIntentResponseParameterType
- Decimal
-
-
-
- INIntentRestrictions
- 0
- INIntentTitle
- Order Soup
- INIntentTitleID
- EG3d1V
- INIntentType
- Custom
- INIntentUserConfirmationRequired
-
- INIntentVerb
- Order
-
-
-
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.h b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.h
deleted file mode 100644
index d8151a42..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// ViewController.h
-// OrderSoupIntentCodeGen
-//
-// Created by Brad Umbaugh on 7/26/18.
-// Copyright © 2018 Brad Umbaugh. All rights reserved.
-//
-
-#import
-
-@interface ViewController : UIViewController
-
-
-@end
-
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.m b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.m
deleted file mode 100644
index aa1a8337..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/ViewController.m
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// ViewController.m
-// OrderSoupIntentCodeGen
-//
-// Created by Brad Umbaugh on 7/26/18.
-// Copyright © 2018 Brad Umbaugh. All rights reserved.
-//
-
-#import "ViewController.h"
-
-@interface ViewController ()
-
-@end
-
-@implementation ViewController
-
-- (void)viewDidLoad {
- [super viewDidLoad];
- // Do any additional setup after loading the view, typically from a nib.
-}
-
-
-@end
diff --git a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/main.m b/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/main.m
deleted file mode 100644
index a6275ed7..00000000
--- a/ios12/SoupChef/OrderSoupIntentCodeGen/OrderSoupIntentCodeGen/main.m
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// main.m
-// OrderSoupIntentCodeGen
-//
-// Created by Brad Umbaugh on 7/26/18.
-// Copyright © 2018 Brad Umbaugh. All rights reserved.
-//
-
-#import
-#import "AppDelegate.h"
-
-int main(int argc, char * argv[]) {
- @autoreleasepool {
- return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
- }
-}
diff --git a/ios12/SoupChef/OrderSoupIntentStaticLib/Makefile b/ios12/SoupChef/OrderSoupIntentStaticLib/Makefile
index b27bd72e..f0b82d15 100644
--- a/ios12/SoupChef/OrderSoupIntentStaticLib/Makefile
+++ b/ios12/SoupChef/OrderSoupIntentStaticLib/Makefile
@@ -1,4 +1,4 @@
-XBUILD=/Applications/Xcode-beta5.app/Contents/Developer/usr/bin/xcodebuild
+XBUILD=xcodebuild
PROJECT_ROOT=./
PROJECT=$(PROJECT_ROOT)/OrderSoupIntentStaticLib.xcodeproj
TARGET=OrderSoupIntentStaticLib