ios build

This commit is contained in:
Mikhail Sokolov
2019-04-02 11:00:15 +07:00
parent 23c19b48d6
commit 2bafaf32d7
5 changed files with 917 additions and 28 deletions

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>RACIB Checker</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>checker</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Для работы сканнера штрихкодов</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Для работы сканнера штрихкодов</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

View File

@@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
25F03910D459CE13BD7DDF75 /* Pods_Crypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36BA2BE8607B233AF875F61E /* Pods_Crypto.framework */; }; 25F03910D459CE13BD7DDF75 /* Pods_Crypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36BA2BE8607B233AF875F61E /* Pods_Crypto.framework */; };
2912498D8677B8623EB8B339 /* Pods_Dinect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2F957F886C294F1B4CE96BB /* Pods_Dinect.framework */; }; 2912498D8677B8623EB8B339 /* Pods_Dinect.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2F957F886C294F1B4CE96BB /* Pods_Dinect.framework */; };
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
32182A522225B72600CC387D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; 32182A522225B72600CC387D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
32182A532225B72600CC387D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; }; 32182A532225B72600CC387D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
32182A542225B72600CC387D /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 32182A542225B72600CC387D /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
@@ -24,8 +23,6 @@
32182A5E2225B72600CC387D /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; 32182A5E2225B72600CC387D /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
32182A5F2225B72600CC387D /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; 32182A5F2225B72600CC387D /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
32182A602225B72600CC387D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */; }; 32182A602225B72600CC387D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */; };
32182A622225B72600CC387D /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
32182A632225B72600CC387D /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
32182A642225B72600CC387D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; 32182A642225B72600CC387D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
32182A652225B72600CC387D /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 32182A652225B72600CC387D /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
32182A662225B72600CC387D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 32182A662225B72600CC387D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -49,8 +46,6 @@
323938F821FAD8C700D39CA0 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; 323938F821FAD8C700D39CA0 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
323938F921FAD8C700D39CA0 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; 323938F921FAD8C700D39CA0 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
323938FA21FAD8C700D39CA0 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; 323938FA21FAD8C700D39CA0 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
323938FD21FAD8C700D39CA0 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
323938FE21FAD8C700D39CA0 /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
323938FF21FAD8C700D39CA0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; 323938FF21FAD8C700D39CA0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
3239390021FAD8C700D39CA0 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 3239390021FAD8C700D39CA0 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
3239390121FAD8C700D39CA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 3239390121FAD8C700D39CA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -70,14 +65,33 @@
328A5898205F68270039EA5A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; 328A5898205F68270039EA5A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
328A5899205F68270039EA5A /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; 328A5899205F68270039EA5A /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
328A589A205F68270039EA5A /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; 328A589A205F68270039EA5A /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
328A589F205F68270039EA5A /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
328A58A0205F68270039EA5A /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; 328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
328A58A4205F68270039EA5A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 328A58A4205F68270039EA5A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
328A58A6205F68270039EA5A /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 328A58A6205F68270039EA5A /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
328A58A7205F68270039EA5A /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 328A58A7205F68270039EA5A /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
32B158C1224C692700C59F84 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
32B158C2224C692700C59F84 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
32B158C3224C692700C59F84 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
32B158C4224C692700C59F84 /* ScannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA9BAFE1F176DD10053B6EA /* ScannerViewController.swift */; };
32B158C6224C692700C59F84 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB601F179D270053B6EA /* libiconv.tbd */; };
32B158C7224C692700C59F84 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB3B1F1792A90053B6EA /* QuartzCore.framework */; };
32B158C8224C692700C59F84 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB391F17927C0053B6EA /* CoreVideo.framework */; };
32B158C9224C692700C59F84 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB371F1792730053B6EA /* CoreAudio.framework */; };
32B158CA224C692700C59F84 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB351F1792690053B6EA /* CoreMedia.framework */; };
32B158CB224C692700C59F84 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB331F17925F0053B6EA /* CoreGraphics.framework */; };
32B158CC224C692700C59F84 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
32B158CD224C692700C59F84 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
32B158CE224C692700C59F84 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
32B158CF224C692700C59F84 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */; };
32B158D1224C692700C59F84 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
32B158D2224C692700C59F84 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
32B158D3224C692700C59F84 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
32B158D4224C692700C59F84 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
32B158D6224C692700C59F84 /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
32B158D7224C692700C59F84 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
503F6D0F5FD0239BEFB15632 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */; }; 503F6D0F5FD0239BEFB15632 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */; };
51CB84DC4DEA490206F6C905 /* Pods_RACIB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6265CBF97A3E95A109E2C799 /* Pods_RACIB.framework */; };
52087EDE1C04E54B34F408A5 /* Pods_Dinect_OTE.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B73D1F0C77E894551DDEE9EB /* Pods_Dinect_OTE.framework */; }; 52087EDE1C04E54B34F408A5 /* Pods_Dinect_OTE.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B73D1F0C77E894551DDEE9EB /* Pods_Dinect_OTE.framework */; };
ACE8612B1F9F745B006FEF38 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; ACE8612B1F9F745B006FEF38 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
ACE8612C1F9F745B006FEF38 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; }; ACE8612C1F9F745B006FEF38 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
@@ -92,7 +106,6 @@
ACE861361F9F745B006FEF38 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; ACE861361F9F745B006FEF38 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
ACE861371F9F745B006FEF38 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; ACE861371F9F745B006FEF38 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
ACE861381F9F745B006FEF38 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; ACE861381F9F745B006FEF38 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
ACE8613E1F9F745B006FEF38 /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
ACE8613F1F9F745B006FEF38 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; ACE8613F1F9F745B006FEF38 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
ACE861411F9F745B006FEF38 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; ACE861411F9F745B006FEF38 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
ACE861441F9F745B006FEF38 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; ACE861441F9F745B006FEF38 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
@@ -112,8 +125,6 @@
FB862E7120548D6C00C04986 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; FB862E7120548D6C00C04986 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
FB862E7220548D6C00C04986 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; FB862E7220548D6C00C04986 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
FB862E7320548D6C00C04986 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; FB862E7320548D6C00C04986 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
FB862E7520548D6C00C04986 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
FB862E7620548D6C00C04986 /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
FB862E7720548D6C00C04986 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; FB862E7720548D6C00C04986 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
FB862E7820548D6C00C04986 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; FB862E7820548D6C00C04986 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
FB862E7A20548D6C00C04986 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; FB862E7A20548D6C00C04986 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
@@ -132,8 +143,6 @@
FB8CCC21204C8249002BBFDA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; FB8CCC21204C8249002BBFDA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; };
FB8CCC22204C8249002BBFDA /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; FB8CCC22204C8249002BBFDA /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
FB8CCC23204C8249002BBFDA /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; FB8CCC23204C8249002BBFDA /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
FB8CCC27204C8249002BBFDA /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
FB8CCC28204C8249002BBFDA /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
FB8CCC29204C8249002BBFDA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; FB8CCC29204C8249002BBFDA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
FB8CCC2A204C8249002BBFDA /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; FB8CCC2A204C8249002BBFDA /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
FB8CCC2C204C8249002BBFDA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; FB8CCC2C204C8249002BBFDA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
@@ -209,6 +218,28 @@
name = "Embed App Extensions"; name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
32B158D5224C692700C59F84 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
32B158D6224C692700C59F84 /* App.framework in Embed Frameworks */,
32B158D7224C692700C59F84 /* Flutter.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
32B158D9224C692700C59F84 /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
);
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
ACE861451F9F745B006FEF38 /* Embed Frameworks */ = { ACE861451F9F745B006FEF38 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase; isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@@ -282,15 +313,19 @@
02EB96252224466200BDE201 /* Dinect.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Dinect.entitlements; sourceTree = "<group>"; }; 02EB96252224466200BDE201 /* Dinect.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Dinect.entitlements; sourceTree = "<group>"; };
02EB96342224475900BDE201 /* Crypto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Crypto.entitlements; sourceTree = "<group>"; }; 02EB96342224475900BDE201 /* Crypto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Crypto.entitlements; sourceTree = "<group>"; };
0457ABC36042A6F9F88DBA47 /* Pods-Dinect.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release-dinect-ote.xcconfig"; sourceTree = "<group>"; }; 0457ABC36042A6F9F88DBA47 /* Pods-Dinect.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release-dinect-ote.xcconfig"; sourceTree = "<group>"; };
08C3329345EF37E7D6CA52C9 /* Pods-RACIB.release-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
0AE0A42BF41FDC70B3BD7E88 /* Pods-Dinect-INT.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release-dinect int.xcconfig"; sourceTree = "<group>"; }; 0AE0A42BF41FDC70B3BD7E88 /* Pods-Dinect-INT.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release-dinect int.xcconfig"; sourceTree = "<group>"; };
0B928E974F5B733B38B2D496 /* Pods-Dinect-INT.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect int.xcconfig"; sourceTree = "<group>"; }; 0B928E974F5B733B38B2D496 /* Pods-Dinect-INT.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect int.xcconfig"; sourceTree = "<group>"; };
127CA66B41F449EA5D2E2C70 /* Pods-Runner.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release-dinect.xcconfig"; sourceTree = "<group>"; }; 127CA66B41F449EA5D2E2C70 /* Pods-Runner.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release-dinect.xcconfig"; sourceTree = "<group>"; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
1CDD149C083CD3C7C303C8D6 /* Pods-RACIB.release-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release-crypto int.xcconfig"; sourceTree = "<group>"; };
1D4DF68BE4A0B2761BE3A75A /* Pods-RACIB.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release-dinect-ote.xcconfig"; sourceTree = "<group>"; };
1E2D9CEC7C31A2FBC20CBF59 /* Pods-Crypto.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect-ote.xcconfig"; sourceTree = "<group>"; }; 1E2D9CEC7C31A2FBC20CBF59 /* Pods-Crypto.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect-ote.xcconfig"; sourceTree = "<group>"; };
1F77A9345C436B96C1091E58 /* Pods-RACIB.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug-dinect.xcconfig"; sourceTree = "<group>"; };
25576BC0EE4D14DFE05E015A /* Pods-Dinect-OTE.release-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 25576BC0EE4D14DFE05E015A /* Pods-Dinect-OTE.release-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
2BA00D2FB4F434B656CB33E6 /* Pods-RACIB.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; };
2CEB2BA6C78F86790D120091 /* Pods-Dinect.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect.xcconfig"; sourceTree = "<group>"; }; 2CEB2BA6C78F86790D120091 /* Pods-Dinect.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect.xcconfig"; sourceTree = "<group>"; };
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
32182A1D221EA02200CC387D /* Crypto copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Crypto copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Crypto copy-Info.plist"; sourceTree = "<absolute>"; }; 32182A1D221EA02200CC387D /* Crypto copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Crypto copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Crypto copy-Info.plist"; sourceTree = "<absolute>"; };
32182A4D2225B6C100CC387D /* Dinect copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Dinect copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Dinect copy-Info.plist"; sourceTree = "<absolute>"; }; 32182A4D2225B6C100CC387D /* Dinect copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Dinect copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Dinect copy-Info.plist"; sourceTree = "<absolute>"; };
32182A7C2225B72600CC387D /* Dinect-OTE.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dinect-OTE.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 32182A7C2225B72600CC387D /* Dinect-OTE.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dinect-OTE.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -301,6 +336,8 @@
3239390E21FAD8C800D39CA0 /* Crypto copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Crypto copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Crypto copy-Info.plist"; sourceTree = "<absolute>"; }; 3239390E21FAD8C800D39CA0 /* Crypto copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Crypto copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Crypto copy-Info.plist"; sourceTree = "<absolute>"; };
328A58AF205F68270039EA5A /* Dinect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dinect.app; sourceTree = BUILT_PRODUCTS_DIR; }; 328A58AF205F68270039EA5A /* Dinect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dinect.app; sourceTree = BUILT_PRODUCTS_DIR; };
328A58B0205F68270039EA5A /* Runner copy2-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Runner copy2-Info.plist"; path = "/Users/dinect/projects/checker/ios/Runner copy2-Info.plist"; sourceTree = "<absolute>"; }; 328A58B0205F68270039EA5A /* Runner copy2-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Runner copy2-Info.plist"; path = "/Users/dinect/projects/checker/ios/Runner copy2-Info.plist"; sourceTree = "<absolute>"; };
32B158E8224C692700C59F84 /* RACIB.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RACIB.app; sourceTree = BUILT_PRODUCTS_DIR; };
32B158E9224C692800C59F84 /* Runner copy4-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Runner copy4-Info.plist"; path = "/Users/dinect/projects/checker/ios/Runner copy4-Info.plist"; sourceTree = "<absolute>"; };
32EE9C18205A2B3C0044587E /* Release-Runner copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Release-Runner copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Release-Runner copy-Info.plist"; sourceTree = "<absolute>"; }; 32EE9C18205A2B3C0044587E /* Release-Runner copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Release-Runner copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Release-Runner copy-Info.plist"; sourceTree = "<absolute>"; };
36BA2BE8607B233AF875F61E /* Pods_Crypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Crypto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 36BA2BE8607B233AF875F61E /* Pods_Crypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Crypto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
36D45CE839B30E2F52467AAA /* Pods-Crypto INT.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 36D45CE839B30E2F52467AAA /* Pods-Crypto INT.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
@@ -309,7 +346,9 @@
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
3CC010522CCD1A7DCC7A5AF1 /* Pods-Dinect-OTE.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release.xcconfig"; sourceTree = "<group>"; }; 3CC010522CCD1A7DCC7A5AF1 /* Pods-Dinect-OTE.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release.xcconfig"; sourceTree = "<group>"; };
3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42EBBA0D99FBAD3BA4C007D7 /* Pods-RACIB.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release-dinect int.xcconfig"; sourceTree = "<group>"; };
44DC0C269552AB307416E1FA /* Pods-Dinect-OTE.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug.xcconfig"; sourceTree = "<group>"; }; 44DC0C269552AB307416E1FA /* Pods-Dinect-OTE.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug.xcconfig"; sourceTree = "<group>"; };
45A63A4947A9B58F7255342E /* Pods-RACIB.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release.xcconfig"; sourceTree = "<group>"; };
476433FF84AF95BB536FE1A5 /* Pods-Dinect-INT.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 476433FF84AF95BB536FE1A5 /* Pods-Dinect-INT.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
48305EC22C5E56C6B454CA1F /* Pods-Dinect-INT.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release.xcconfig"; sourceTree = "<group>"; }; 48305EC22C5E56C6B454CA1F /* Pods-Dinect-INT.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release.xcconfig"; sourceTree = "<group>"; };
48E526DAB0FA1AC38E4AA036 /* Pods-Crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug.xcconfig"; sourceTree = "<group>"; }; 48E526DAB0FA1AC38E4AA036 /* Pods-Crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug.xcconfig"; sourceTree = "<group>"; };
@@ -319,6 +358,7 @@
4F83ED05FA599884097AF7D8 /* Pods-Runner.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release-dinect-ote.xcconfig"; sourceTree = "<group>"; }; 4F83ED05FA599884097AF7D8 /* Pods-Runner.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release-dinect-ote.xcconfig"; sourceTree = "<group>"; };
4F9E2414C65F62A5921CD9D6 /* Pods_Crypto_INT.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Crypto_INT.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 4F9E2414C65F62A5921CD9D6 /* Pods_Crypto_INT.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Crypto_INT.framework; sourceTree = BUILT_PRODUCTS_DIR; };
500EAACDE500FB2EA61784FE /* Pods-Crypto INT.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect int.xcconfig"; sourceTree = "<group>"; }; 500EAACDE500FB2EA61784FE /* Pods-Crypto INT.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect int.xcconfig"; sourceTree = "<group>"; };
504904ED4769671137733C16 /* Pods-RACIB.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.release-dinect.xcconfig"; sourceTree = "<group>"; };
50922FC641016514916A2B88 /* Pods-Dinect.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; }; 50922FC641016514916A2B88 /* Pods-Dinect.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; };
56D282229982A99AA7EBD657 /* Pods-Crypto.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 56D282229982A99AA7EBD657 /* Pods-Crypto.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
5BA6591E7760502436B24380 /* Pods-Crypto.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-crypto int.xcconfig"; sourceTree = "<group>"; }; 5BA6591E7760502436B24380 /* Pods-Crypto.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-crypto int.xcconfig"; sourceTree = "<group>"; };
@@ -326,6 +366,7 @@
5C552A2E1E931D05316CCC1C /* Pods-Crypto INT.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug.xcconfig"; sourceTree = "<group>"; }; 5C552A2E1E931D05316CCC1C /* Pods-Crypto INT.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug.xcconfig"; sourceTree = "<group>"; };
5C84486FC1437FF17AB744A2 /* Pods-Dinect-OTE.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 5C84486FC1437FF17AB744A2 /* Pods-Dinect-OTE.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
5EFE2E0B50DA2E78AEA158B6 /* Pods-Crypto INT.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect.xcconfig"; sourceTree = "<group>"; }; 5EFE2E0B50DA2E78AEA158B6 /* Pods-Crypto INT.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect.xcconfig"; sourceTree = "<group>"; };
6265CBF97A3E95A109E2C799 /* Pods_RACIB.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RACIB.framework; sourceTree = BUILT_PRODUCTS_DIR; };
62FF76CD61B66E07EB878E7A /* Pods-Crypto INT.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect.xcconfig"; sourceTree = "<group>"; }; 62FF76CD61B66E07EB878E7A /* Pods-Crypto INT.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect.xcconfig"; sourceTree = "<group>"; };
69CB5C908580988A30500BAA /* Pods-Crypto INT.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect int.xcconfig"; sourceTree = "<group>"; }; 69CB5C908580988A30500BAA /* Pods-Crypto INT.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-dinect int.xcconfig"; sourceTree = "<group>"; };
6B755364B8BF33F5239FAC9F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; }; 6B755364B8BF33F5239FAC9F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
@@ -343,11 +384,11 @@
838FB066EB939B6FCA10E82C /* Pods-Dinect-OTE.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; }; 838FB066EB939B6FCA10E82C /* Pods-Dinect-OTE.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; };
852ECDB6EAF604C37AFB2B9E /* Pods-Dinect-OTE.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release-dinect.xcconfig"; sourceTree = "<group>"; }; 852ECDB6EAF604C37AFB2B9E /* Pods-Dinect-OTE.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.release-dinect.xcconfig"; sourceTree = "<group>"; };
85CDB6889B89691AB33E56A2 /* Pods-Dinect-OTE.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect int.xcconfig"; sourceTree = "<group>"; }; 85CDB6889B89691AB33E56A2 /* Pods-Dinect-OTE.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-OTE.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-OTE/Pods-Dinect-OTE.debug-dinect int.xcconfig"; sourceTree = "<group>"; };
8799BEB5479E50A10481A554 /* Pods-RACIB.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug.xcconfig"; sourceTree = "<group>"; };
8A6A57010F976CAE796B67D1 /* Pods-Dinect.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; 8A6A57010F976CAE796B67D1 /* Pods-Dinect.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
943F18B13E74B004DF2EBA7F /* Pods-Dinect-INT.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect.xcconfig"; sourceTree = "<group>"; }; 943F18B13E74B004DF2EBA7F /* Pods-Dinect-INT.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-dinect.xcconfig"; sourceTree = "<group>"; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
9740EEB71CF902C7004384FC /* app.flx */ = {isa = PBXFileReference; lastKnownFileType = file; name = app.flx; path = Flutter/app.flx; sourceTree = "<group>"; };
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; }; 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -382,6 +423,7 @@
CEE2EF734C54A8056024B23B /* Pods-Crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release.xcconfig"; sourceTree = "<group>"; }; CEE2EF734C54A8056024B23B /* Pods-Crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release.xcconfig"; sourceTree = "<group>"; };
CEFAED8B48E52A3E7BEED654 /* Pods-Runner.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect int.xcconfig"; sourceTree = "<group>"; }; CEFAED8B48E52A3E7BEED654 /* Pods-Runner.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect int.xcconfig"; sourceTree = "<group>"; };
D0C68D8D267D726C9431B211 /* Pods-Crypto INT.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect-ote.xcconfig"; sourceTree = "<group>"; }; D0C68D8D267D726C9431B211 /* Pods-Crypto INT.release-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.release-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.release-dinect-ote.xcconfig"; sourceTree = "<group>"; };
D4C25AEB6E9D510E70CF712A /* Pods-RACIB.debug-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
D523AC24AD9DEDFB20480DA2 /* Pods-Dinect.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release.xcconfig"; sourceTree = "<group>"; }; D523AC24AD9DEDFB20480DA2 /* Pods-Dinect.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release.xcconfig"; sourceTree = "<group>"; };
D855C40DC1D32B14D7FA9AF1 /* Pods-Crypto.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect int.xcconfig"; sourceTree = "<group>"; }; D855C40DC1D32B14D7FA9AF1 /* Pods-Crypto.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect int.xcconfig"; sourceTree = "<group>"; };
D87AB7BE753E995351747A08 /* Pods-Runner.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; }; D87AB7BE753E995351747A08 /* Pods-Runner.debug-dinect-ote.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect-ote.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect-ote.xcconfig"; sourceTree = "<group>"; };
@@ -390,7 +432,9 @@
DBF79E947631742FB6E8265F /* Pods-Dinect-INT.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release-dinect.xcconfig"; sourceTree = "<group>"; }; DBF79E947631742FB6E8265F /* Pods-Dinect-INT.release-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.release-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.release-dinect.xcconfig"; sourceTree = "<group>"; };
DC52001263C9654FCF078382 /* Pods-Dinect-INT.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-crypto int.xcconfig"; sourceTree = "<group>"; }; DC52001263C9654FCF078382 /* Pods-Dinect-INT.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect-INT.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect-INT/Pods-Dinect-INT.debug-crypto int.xcconfig"; sourceTree = "<group>"; };
DFC8CE122E1755299B9F21AB /* Pods-Dinect.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release-dinect int.xcconfig"; sourceTree = "<group>"; }; DFC8CE122E1755299B9F21AB /* Pods-Dinect.release-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.release-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.release-dinect int.xcconfig"; sourceTree = "<group>"; };
E308333481EFEB0893EC919A /* Pods-RACIB.debug-dinect int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug-dinect int.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug-dinect int.xcconfig"; sourceTree = "<group>"; };
E3F3228E09AFD350FD429717 /* Pods-Runner.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect.xcconfig"; sourceTree = "<group>"; }; E3F3228E09AFD350FD429717 /* Pods-Runner.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug-dinect.xcconfig"; sourceTree = "<group>"; };
E602EB7D9BEF9AAE1CF8D2A8 /* Pods-RACIB.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RACIB.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-RACIB/Pods-RACIB.debug-crypto int.xcconfig"; sourceTree = "<group>"; };
EEE75E9F231C13119D23645F /* Pods-Crypto INT.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-crypto int.xcconfig"; sourceTree = "<group>"; }; EEE75E9F231C13119D23645F /* Pods-Crypto INT.debug-crypto int.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto INT.debug-crypto int.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto INT/Pods-Crypto INT.debug-crypto int.xcconfig"; sourceTree = "<group>"; };
F171E090C3BE624B908FAE59 /* Pods-Crypto.release-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect-crypto.xcconfig"; sourceTree = "<group>"; }; F171E090C3BE624B908FAE59 /* Pods-Crypto.release-dinect-crypto.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.release-dinect-crypto.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.release-dinect-crypto.xcconfig"; sourceTree = "<group>"; };
F1876AD406D7430E66098828 /* Pods-Crypto.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-dinect.xcconfig"; sourceTree = "<group>"; }; F1876AD406D7430E66098828 /* Pods-Crypto.debug-dinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crypto.debug-dinect.xcconfig"; path = "Pods/Target Support Files/Pods-Crypto/Pods-Crypto.debug-dinect.xcconfig"; sourceTree = "<group>"; };
@@ -457,6 +501,24 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
32B158C5224C692700C59F84 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
32B158C6224C692700C59F84 /* libiconv.tbd in Frameworks */,
32B158C7224C692700C59F84 /* QuartzCore.framework in Frameworks */,
32B158C8224C692700C59F84 /* CoreVideo.framework in Frameworks */,
32B158C9224C692700C59F84 /* CoreAudio.framework in Frameworks */,
32B158CA224C692700C59F84 /* CoreMedia.framework in Frameworks */,
32B158CB224C692700C59F84 /* CoreGraphics.framework in Frameworks */,
32B158CC224C692700C59F84 /* AVFoundation.framework in Frameworks */,
32B158CD224C692700C59F84 /* Flutter.framework in Frameworks */,
32B158CE224C692700C59F84 /* App.framework in Frameworks */,
32B158CF224C692700C59F84 /* Pods_Runner.framework in Frameworks */,
51CB84DC4DEA490206F6C905 /* Pods_RACIB.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACE8612F1F9F745B006FEF38 /* Frameworks */ = { ACE8612F1F9F745B006FEF38 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@@ -586,6 +648,18 @@
C87AD99EB60FC2176F7E69F0 /* Pods-Runner.release-dinect-crypto.xcconfig */, C87AD99EB60FC2176F7E69F0 /* Pods-Runner.release-dinect-crypto.xcconfig */,
127CA66B41F449EA5D2E2C70 /* Pods-Runner.release-dinect.xcconfig */, 127CA66B41F449EA5D2E2C70 /* Pods-Runner.release-dinect.xcconfig */,
36E35968B457EC6963F103E4 /* Pods-Runner.release-dinect int.xcconfig */, 36E35968B457EC6963F103E4 /* Pods-Runner.release-dinect int.xcconfig */,
8799BEB5479E50A10481A554 /* Pods-RACIB.debug.xcconfig */,
2BA00D2FB4F434B656CB33E6 /* Pods-RACIB.debug-dinect-ote.xcconfig */,
E602EB7D9BEF9AAE1CF8D2A8 /* Pods-RACIB.debug-crypto int.xcconfig */,
D4C25AEB6E9D510E70CF712A /* Pods-RACIB.debug-dinect-crypto.xcconfig */,
1F77A9345C436B96C1091E58 /* Pods-RACIB.debug-dinect.xcconfig */,
E308333481EFEB0893EC919A /* Pods-RACIB.debug-dinect int.xcconfig */,
45A63A4947A9B58F7255342E /* Pods-RACIB.release.xcconfig */,
1CDD149C083CD3C7C303C8D6 /* Pods-RACIB.release-crypto int.xcconfig */,
1D4DF68BE4A0B2761BE3A75A /* Pods-RACIB.release-dinect-ote.xcconfig */,
08C3329345EF37E7D6CA52C9 /* Pods-RACIB.release-dinect-crypto.xcconfig */,
504904ED4769671137733C16 /* Pods-RACIB.release-dinect.xcconfig */,
42EBBA0D99FBAD3BA4C007D7 /* Pods-RACIB.release-dinect int.xcconfig */,
); );
name = Pods; name = Pods;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -593,8 +667,6 @@
9740EEB11CF90186004384FC /* Flutter */ = { 9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9740EEB71CF902C7004384FC /* app.flx */,
3B80C3931E831B6300D905FE /* App.framework */, 3B80C3931E831B6300D905FE /* App.framework */,
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9740EEBA1CF902C7004384FC /* Flutter.framework */, 9740EEBA1CF902C7004384FC /* Flutter.framework */,
@@ -626,6 +698,7 @@
24B8F17194431D29C4CB422F /* Pods */, 24B8F17194431D29C4CB422F /* Pods */,
32182A4D2225B6C100CC387D /* Dinect copy-Info.plist */, 32182A4D2225B6C100CC387D /* Dinect copy-Info.plist */,
32182A7D2225B72900CC387D /* Runner copy3-Info.plist */, 32182A7D2225B72900CC387D /* Runner copy3-Info.plist */,
32B158E9224C692800C59F84 /* Runner copy4-Info.plist */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
@@ -638,6 +711,7 @@
328A58AF205F68270039EA5A /* Dinect.app */, 328A58AF205F68270039EA5A /* Dinect.app */,
3239390D21FAD8C700D39CA0 /* Crypto INT.app */, 3239390D21FAD8C700D39CA0 /* Crypto INT.app */,
32182A7C2225B72600CC387D /* Dinect-OTE.app */, 32182A7C2225B72600CC387D /* Dinect-OTE.app */,
32B158E8224C692700C59F84 /* RACIB.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -685,6 +759,7 @@
5C542CA249515A6DB3BED663 /* Pods_Dinect_INT.framework */, 5C542CA249515A6DB3BED663 /* Pods_Dinect_INT.framework */,
B73D1F0C77E894551DDEE9EB /* Pods_Dinect_OTE.framework */, B73D1F0C77E894551DDEE9EB /* Pods_Dinect_OTE.framework */,
3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */, 3CC190FEEC900C7E3799A5AE /* Pods_Runner.framework */,
6265CBF97A3E95A109E2C799 /* Pods_RACIB.framework */,
); );
name = Frameworks; name = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -761,6 +836,29 @@
productReference = 328A58AF205F68270039EA5A /* Dinect.app */; productReference = 328A58AF205F68270039EA5A /* Dinect.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
32B158BD224C692700C59F84 /* RACIB */ = {
isa = PBXNativeTarget;
buildConfigurationList = 32B158DB224C692700C59F84 /* Build configuration list for PBXNativeTarget "RACIB" */;
buildPhases = (
32B158BE224C692700C59F84 /* [CP] Check Pods Manifest.lock */,
32B158BF224C692700C59F84 /* Run Script */,
32B158C0224C692700C59F84 /* Sources */,
32B158C5224C692700C59F84 /* Frameworks */,
32B158D0224C692700C59F84 /* Resources */,
32B158D5224C692700C59F84 /* Embed Frameworks */,
32B158D8224C692700C59F84 /* Thin Binary */,
32B158D9224C692700C59F84 /* Embed App Extensions */,
32B158DA224C692700C59F84 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = RACIB;
productName = Runner;
productReference = 32B158E8224C692700C59F84 /* RACIB.app */;
productType = "com.apple.product-type.application";
};
ACE861271F9F745B006FEF38 /* Runner */ = { ACE861271F9F745B006FEF38 /* Runner */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = ACE8614C1F9F745B006FEF38 /* Build configuration list for PBXNativeTarget "Runner" */; buildConfigurationList = ACE8614C1F9F745B006FEF38 /* Build configuration list for PBXNativeTarget "Runner" */;
@@ -862,6 +960,10 @@
}; };
}; };
}; };
32B158BD224C692700C59F84 = {
DevelopmentTeam = QGQG738L9Z;
ProvisioningStyle = Automatic;
};
ACE861271F9F745B006FEF38 = { ACE861271F9F745B006FEF38 = {
DevelopmentTeam = 926V94K5Q8; DevelopmentTeam = 926V94K5Q8;
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
@@ -910,6 +1012,7 @@
328A5889205F68270039EA5A /* Dinect */, 328A5889205F68270039EA5A /* Dinect */,
323938E921FAD8C700D39CA0 /* Crypto INT */, 323938E921FAD8C700D39CA0 /* Crypto INT */,
32182A4E2225B72600CC387D /* Dinect-OTE */, 32182A4E2225B72600CC387D /* Dinect-OTE */,
32B158BD224C692700C59F84 /* RACIB */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@@ -919,8 +1022,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
32182A622225B72600CC387D /* flutter_assets in Resources */,
32182A632225B72600CC387D /* app.flx in Resources */,
32182A642225B72600CC387D /* LaunchScreen.storyboard in Resources */, 32182A642225B72600CC387D /* LaunchScreen.storyboard in Resources */,
32182A652225B72600CC387D /* AppFrameworkInfo.plist in Resources */, 32182A652225B72600CC387D /* AppFrameworkInfo.plist in Resources */,
32182A662225B72600CC387D /* Assets.xcassets in Resources */, 32182A662225B72600CC387D /* Assets.xcassets in Resources */,
@@ -932,8 +1033,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
323938FD21FAD8C700D39CA0 /* flutter_assets in Resources */,
323938FE21FAD8C700D39CA0 /* app.flx in Resources */,
323938FF21FAD8C700D39CA0 /* LaunchScreen.storyboard in Resources */, 323938FF21FAD8C700D39CA0 /* LaunchScreen.storyboard in Resources */,
3239390021FAD8C700D39CA0 /* AppFrameworkInfo.plist in Resources */, 3239390021FAD8C700D39CA0 /* AppFrameworkInfo.plist in Resources */,
3239390121FAD8C700D39CA0 /* Assets.xcassets in Resources */, 3239390121FAD8C700D39CA0 /* Assets.xcassets in Resources */,
@@ -945,8 +1044,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
328A589F205F68270039EA5A /* flutter_assets in Resources */,
328A58A0205F68270039EA5A /* app.flx in Resources */,
328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */, 328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */,
328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */, 328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */,
3226054F2080726E00706A11 /* Assets.xcassets in Resources */, 3226054F2080726E00706A11 /* Assets.xcassets in Resources */,
@@ -954,12 +1051,21 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
32B158D0224C692700C59F84 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
32B158D1224C692700C59F84 /* LaunchScreen.storyboard in Resources */,
32B158D2224C692700C59F84 /* AppFrameworkInfo.plist in Resources */,
32B158D3224C692700C59F84 /* Assets.xcassets in Resources */,
32B158D4224C692700C59F84 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACE8613D1F9F745B006FEF38 /* Resources */ = { ACE8613D1F9F745B006FEF38 /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
ACE8613E1F9F745B006FEF38 /* app.flx in Resources */,
ACE8613F1F9F745B006FEF38 /* LaunchScreen.storyboard in Resources */, ACE8613F1F9F745B006FEF38 /* LaunchScreen.storyboard in Resources */,
ACE861411F9F745B006FEF38 /* AppFrameworkInfo.plist in Resources */, ACE861411F9F745B006FEF38 /* AppFrameworkInfo.plist in Resources */,
322605522080727E00706A11 /* Assets.xcassets in Resources */, 322605522080727E00706A11 /* Assets.xcassets in Resources */,
@@ -971,8 +1077,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
FB862E7520548D6C00C04986 /* flutter_assets in Resources */,
FB862E7620548D6C00C04986 /* app.flx in Resources */,
FB862E7720548D6C00C04986 /* LaunchScreen.storyboard in Resources */, FB862E7720548D6C00C04986 /* LaunchScreen.storyboard in Resources */,
FB862E7820548D6C00C04986 /* AppFrameworkInfo.plist in Resources */, FB862E7820548D6C00C04986 /* AppFrameworkInfo.plist in Resources */,
322605502080727C00706A11 /* Assets.xcassets in Resources */, 322605502080727C00706A11 /* Assets.xcassets in Resources */,
@@ -984,8 +1088,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
FB8CCC27204C8249002BBFDA /* flutter_assets in Resources */,
FB8CCC28204C8249002BBFDA /* app.flx in Resources */,
FB8CCC29204C8249002BBFDA /* LaunchScreen.storyboard in Resources */, FB8CCC29204C8249002BBFDA /* LaunchScreen.storyboard in Resources */,
FB8CCC2A204C8249002BBFDA /* AppFrameworkInfo.plist in Resources */, FB8CCC2A204C8249002BBFDA /* AppFrameworkInfo.plist in Resources */,
3226054E2080726B00706A11 /* Assets.xcassets in Resources */, 3226054E2080726B00706A11 /* Assets.xcassets in Resources */,
@@ -1164,6 +1266,82 @@
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
}; };
32B158BE224C692700C59F84 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-RACIB-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
32B158BF224C692700C59F84 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
32B158D8224C692700C59F84 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Thin Binary";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
};
32B158DA224C692700C59F84 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-RACIB/Pods-RACIB-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/DropDown/DropDown.framework",
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
"${PODS_ROOT}/../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework",
"${BUILT_PRODUCTS_DIR}/ZXingObjC/ZXingObjC.framework",
"${BUILT_PRODUCTS_DIR}/image_picker/image_picker.framework",
"${BUILT_PRODUCTS_DIR}/path_provider/path_provider.framework",
"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DropDown.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZXingObjC.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/image_picker.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RACIB/Pods-RACIB-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
7742B3752F609DE83AA4D371 /* [CP] Check Pods Manifest.lock */ = { 7742B3752F609DE83AA4D371 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@@ -1488,6 +1666,17 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
32B158C0224C692700C59F84 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
32B158C1224C692700C59F84 /* AppDelegate.m in Sources */,
32B158C2224C692700C59F84 /* main.m in Sources */,
32B158C3224C692700C59F84 /* GeneratedPluginRegistrant.m in Sources */,
32B158C4224C692700C59F84 /* ScannerViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACE8612A1F9F745B006FEF38 /* Sources */ = { ACE8612A1F9F745B006FEF38 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@@ -4431,6 +4620,444 @@
}; };
name = Release; name = Release;
}; };
32B158DC224C692700C59F84 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
32B158DD224C692700C59F84 /* Debug-Dinect-OTE */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = "Debug-Dinect-OTE";
};
32B158DE224C692700C59F84 /* Debug-Crypto INT */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = "Debug-Crypto INT";
};
32B158DF224C692700C59F84 /* Debug-Dinect-Crypto */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = "Debug-Dinect-Crypto";
};
32B158E0224C692700C59F84 /* Debug-Dinect */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = "Debug-Dinect";
};
32B158E1224C692700C59F84 /* Debug-Dinect INT */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = "Debug-Dinect INT";
};
32B158E2224C692700C59F84 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = Release;
};
32B158E3224C692700C59F84 /* Release-Crypto INT */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = "Release-Crypto INT";
};
32B158E4224C692700C59F84 /* Release-Dinect-OTE */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = "Release-Dinect-OTE";
};
32B158E5224C692700C59F84 /* Release-Dinect-Crypto */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = "Release-Dinect-Crypto";
};
32B158E6224C692700C59F84 /* Release-Dinect */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = "Release-Dinect";
};
32B158E7224C692700C59F84 /* Release-Dinect INT */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = racib;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QGQG738L9Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
INFOPLIST_FILE = "Runner copy4-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = digital.joys.checker.racib;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "arm64 arm7 armv7s";
};
name = "Release-Dinect INT";
};
97C147031CF9000F007C117D /* Debug */ = { 97C147031CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
@@ -4813,6 +5440,25 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
32B158DB224C692700C59F84 /* Build configuration list for PBXNativeTarget "RACIB" */ = {
isa = XCConfigurationList;
buildConfigurations = (
32B158DC224C692700C59F84 /* Debug */,
32B158DD224C692700C59F84 /* Debug-Dinect-OTE */,
32B158DE224C692700C59F84 /* Debug-Crypto INT */,
32B158DF224C692700C59F84 /* Debug-Dinect-Crypto */,
32B158E0224C692700C59F84 /* Debug-Dinect */,
32B158E1224C692700C59F84 /* Debug-Dinect INT */,
32B158E2224C692700C59F84 /* Release */,
32B158E3224C692700C59F84 /* Release-Crypto INT */,
32B158E4224C692700C59F84 /* Release-Dinect-OTE */,
32B158E5224C692700C59F84 /* Release-Dinect-Crypto */,
32B158E6224C692700C59F84 /* Release-Dinect */,
32B158E7224C692700C59F84 /* Release-Dinect INT */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "323938E921FAD8C700D39CA0"
BuildableName = "Crypto INT.app"
BlueprintName = "Crypto INT"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "323938E921FAD8C700D39CA0"
BuildableName = "Crypto INT.app"
BlueprintName = "Crypto INT"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "323938E921FAD8C700D39CA0"
BuildableName = "Crypto INT.app"
BlueprintName = "Crypto INT"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "323938E921FAD8C700D39CA0"
BuildableName = "Crypto INT.app"
BlueprintName = "Crypto INT"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "32B158BD224C692700C59F84"
BuildableName = "RACIB.app"
BlueprintName = "RACIB"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "32B158BD224C692700C59F84"
BuildableName = "RACIB.app"
BlueprintName = "RACIB"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "32B158BD224C692700C59F84"
BuildableName = "RACIB.app"
BlueprintName = "RACIB"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "32B158BD224C692700C59F84"
BuildableName = "RACIB.app"
BlueprintName = "RACIB"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>