Commit 8f6ff913 authored by jzhang's avatar jzhang

no message

parent 6fbbc9dd
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10; CURRENT_PROJECT_VERSION = 19;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Flutter"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Flutter";
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10; CURRENT_PROJECT_VERSION = 19;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Flutter"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Flutter";
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
// //
import Flutter import Flutter
// Used to connect plugins (only if you have plugins with iOS platform code).
import FlutterPluginRegistrant import FlutterPluginRegistrant
import UIKit import UIKit
...@@ -15,25 +14,14 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ...@@ -15,25 +14,14 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
lazy var flutterEngine = FlutterEngine(name: "my flutter engine") lazy var flutterEngine = FlutterEngine(name: "my flutter engine")
func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Runs the default Dart entrypoint with a default Flutter route.
flutterEngine.run() flutterEngine.run()
// Used to connect plugins (only if you have plugins with iOS platform code).
GeneratedPluginRegistrant.register(with: flutterEngine) GeneratedPluginRegistrant.register(with: flutterEngine)
// Override point for customization after application launch.
return true return true
} }
// MARK: UISceneSession Lifecycle
func application(_: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options _: UIScene.ConnectionOptions) -> UISceneConfiguration { func application(_: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options _: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
} }
func application(_: UIApplication, didDiscardSceneSessions _: Set<UISceneSession>) { func application(_: UIApplication, didDiscardSceneSessions _: Set<UISceneSession>) {}
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}
} }
...@@ -17,12 +17,18 @@ ...@@ -17,12 +17,18 @@
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="introduceBg" translatesAutoresizingMaskIntoConstraints="NO" id="xYn-g0-EZC"> <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="xYn-g0-EZC" userLabel="notUsed">
<rect key="frame" x="0.0" y="0.0" width="414" height="631"/> <rect key="frame" x="0.0" y="0.0" width="414" height="631"/>
<constraints> <constraints>
<constraint firstAttribute="width" secondItem="xYn-g0-EZC" secondAttribute="height" multiplier="1125:1714" id="QEj-5E-sTS"/> <constraint firstAttribute="width" secondItem="xYn-g0-EZC" secondAttribute="height" multiplier="1125:1714" id="QEj-5E-sTS"/>
</constraints> </constraints>
</imageView> </imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="message-entry-fullbg" translatesAutoresizingMaskIntoConstraints="NO" id="lk7-e2-yOu">
<rect key="frame" x="0.0" y="0.0" width="414" height="896.5"/>
<constraints>
<constraint firstAttribute="width" secondItem="lk7-e2-yOu" secondAttribute="height" multiplier="375:812" id="gLS-jj-IUi"/>
</constraints>
</imageView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w7E-9g-1V7" userLabel="CenterIntroduceView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w7E-9g-1V7" userLabel="CenterIntroduceView">
<rect key="frame" x="19.5" y="111" width="375" height="520"/> <rect key="frame" x="19.5" y="111" width="375" height="520"/>
<subviews> <subviews>
...@@ -83,10 +89,8 @@ ...@@ -83,10 +89,8 @@
<constraint firstAttribute="width" constant="40" id="QfK-8H-GP3"/> <constraint firstAttribute="width" constant="40" id="QfK-8H-GP3"/>
</constraints> </constraints>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<state key="normal" title="Button"/> <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<buttonConfiguration key="configuration" style="plain" title=""> <state key="normal" title="" backgroundImage="icon_global"/>
<backgroundConfiguration key="background" image="icon_global"/>
</buttonConfiguration>
<connections> <connections>
<action selector="showPanel:" destination="BYZ-38-t0r" eventType="touchUpInside" id="jam-Ds-LOJ"/> <action selector="showPanel:" destination="BYZ-38-t0r" eventType="touchUpInside" id="jam-Ds-LOJ"/>
</connections> </connections>
...@@ -110,7 +114,7 @@ ...@@ -110,7 +114,7 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstItem="eST-58-iE6" firstAttribute="centerX" secondItem="Ul6-yG-7a1" secondAttribute="centerX" id="lK2-bQ-Ty3"/> <constraint firstItem="eST-58-iE6" firstAttribute="centerX" secondItem="Ul6-yG-7a1" secondAttribute="centerX" id="lK2-bQ-Ty3"/>
<constraint firstItem="eST-58-iE6" firstAttribute="centerY" secondItem="Ul6-yG-7a1" secondAttribute="centerY" id="v9E-6r-bGL"/> <constraint firstItem="eST-58-iE6" firstAttribute="centerY" secondItem="Ul6-yG-7a1" secondAttribute="centerY" id="v9E-6r-bGL"/>
...@@ -317,7 +321,9 @@ ...@@ -317,7 +321,9 @@
<constraints> <constraints>
<constraint firstItem="Ul6-yG-7a1" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="3Gx-Ua-Pdc"/> <constraint firstItem="Ul6-yG-7a1" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="3Gx-Ua-Pdc"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="wyh-ZZ-B5n" secondAttribute="trailing" constant="2" id="8Fr-PB-8eU"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="wyh-ZZ-B5n" secondAttribute="trailing" constant="2" id="8Fr-PB-8eU"/>
<constraint firstItem="lk7-e2-yOu" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="8Hs-mz-mWq"/>
<constraint firstItem="w7E-9g-1V7" firstAttribute="bottom" secondItem="xYn-g0-EZC" secondAttribute="bottom" id="8tJ-bL-QXk"/> <constraint firstItem="w7E-9g-1V7" firstAttribute="bottom" secondItem="xYn-g0-EZC" secondAttribute="bottom" id="8tJ-bL-QXk"/>
<constraint firstItem="lk7-e2-yOu" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="CUt-S7-yVH"/>
<constraint firstItem="22D-EX-aoe" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="DFB-ox-nFD"/> <constraint firstItem="22D-EX-aoe" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="DFB-ox-nFD"/>
<constraint firstItem="d65-2N-aD0" firstAttribute="centerX" secondItem="s7D-fE-2f9" secondAttribute="centerX" id="EdN-AA-PdS"/> <constraint firstItem="d65-2N-aD0" firstAttribute="centerX" secondItem="s7D-fE-2f9" secondAttribute="centerX" id="EdN-AA-PdS"/>
<constraint firstItem="xYn-g0-EZC" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="Gsl-L7-Aq7"/> <constraint firstItem="xYn-g0-EZC" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="Gsl-L7-Aq7"/>
...@@ -326,11 +332,13 @@ ...@@ -326,11 +332,13 @@
<constraint firstItem="s7D-fE-2f9" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="OYj-Kc-2a3"/> <constraint firstItem="s7D-fE-2f9" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="OYj-Kc-2a3"/>
<constraint firstItem="w7E-9g-1V7" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="REr-Ze-Id0"/> <constraint firstItem="w7E-9g-1V7" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="REr-Ze-Id0"/>
<constraint firstItem="Ul6-yG-7a1" firstAttribute="top" secondItem="xYn-g0-EZC" secondAttribute="bottom" id="ROx-Yy-5fK"/> <constraint firstItem="Ul6-yG-7a1" firstAttribute="top" secondItem="xYn-g0-EZC" secondAttribute="bottom" id="ROx-Yy-5fK"/>
<constraint firstItem="lk7-e2-yOu" firstAttribute="width" secondItem="lk7-e2-yOu" secondAttribute="height" multiplier="375:812" id="bae-Ow-cAm"/>
<constraint firstAttribute="trailing" secondItem="22D-EX-aoe" secondAttribute="trailing" id="baf-Ob-dTg"/> <constraint firstAttribute="trailing" secondItem="22D-EX-aoe" secondAttribute="trailing" id="baf-Ob-dTg"/>
<constraint firstItem="22D-EX-aoe" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="gk1-Ue-dda"/> <constraint firstItem="22D-EX-aoe" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="gk1-Ue-dda"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Ul6-yG-7a1" secondAttribute="trailing" id="i9C-my-t9E"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Ul6-yG-7a1" secondAttribute="trailing" id="i9C-my-t9E"/>
<constraint firstItem="xYn-g0-EZC" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="k7e-sc-yFt"/> <constraint firstItem="xYn-g0-EZC" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="k7e-sc-yFt"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="Ul6-yG-7a1" secondAttribute="bottom" id="mAd-oX-kjt"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="Ul6-yG-7a1" secondAttribute="bottom" id="mAd-oX-kjt"/>
<constraint firstItem="lk7-e2-yOu" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="npt-dy-EWk"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="s7D-fE-2f9" secondAttribute="trailing" constant="16" id="qbc-Wx-uHX"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="s7D-fE-2f9" secondAttribute="trailing" constant="16" id="qbc-Wx-uHX"/>
<constraint firstItem="wyh-ZZ-B5n" firstAttribute="top" secondItem="s7D-fE-2f9" secondAttribute="bottom" id="xDi-nb-7fV"/> <constraint firstItem="wyh-ZZ-B5n" firstAttribute="top" secondItem="s7D-fE-2f9" secondAttribute="bottom" id="xDi-nb-7fV"/>
</constraints> </constraints>
...@@ -529,7 +537,6 @@ ...@@ -529,7 +537,6 @@
</scenes> </scenes>
<resources> <resources>
<image name="icon_global" width="62" height="62"/> <image name="icon_global" width="62" height="62"/>
<image name="introduceBg" width="1125" height="1714"/>
<image name="light-btn-bg" width="436" height="78"/> <image name="light-btn-bg" width="436" height="78"/>
<image name="massage-complete-title-icon" width="104" height="68"/> <image name="massage-complete-title-icon" width="104" height="68"/>
<image name="message-entry-fullbg" width="1125" height="2436"/> <image name="message-entry-fullbg" width="1125" height="2436"/>
......
...@@ -6,31 +6,31 @@ ...@@ -6,31 +6,31 @@
<array> <array>
<dict> <dict>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>App.framework</string> <string>App.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>App.framework</string> <string>App.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string> <string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -6,31 +6,31 @@ ...@@ -6,31 +6,31 @@
<array> <array>
<dict> <dict>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>FlutterPluginRegistrant.framework</string> <string>FlutterPluginRegistrant.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string> <string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>FlutterPluginRegistrant.framework</string> <string>FlutterPluginRegistrant.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,37 +5,37 @@ ...@@ -5,37 +5,37 @@
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>Toast.framework</string> <string>Toast.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>i386</string> <string>armv7</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>Toast.framework</string> <string>Toast.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>i386</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,35 +5,35 @@ ...@@ -5,35 +5,35 @@
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>fluttertoast.framework</string> <string>fluttertoast.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>x86_64</string>
<string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>fluttertoast.framework</string> <string>fluttertoast.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>x86_64</string> <string>arm64</string>
<string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,36 +5,36 @@ ...@@ -5,36 +5,36 @@
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>shared_preferences_ios.framework</string> <string>shared_preferences_ios.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string> <string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>shared_preferences_ios.framework</string> <string>shared_preferences_ios.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,36 +5,36 @@ ...@@ -5,36 +5,36 @@
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>wakelock.framework</string> <string>wakelock.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>wakelock.framework</string> <string>wakelock.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string> <string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,36 +5,36 @@ ...@@ -5,36 +5,36 @@
<key>AvailableLibraries</key> <key>AvailableLibraries</key>
<array> <array>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>yuvtransform.framework</string> <string>yuvtransform.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>armv7</string> <string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64_armv7</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>yuvtransform.framework</string> <string>yuvtransform.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string> <string>armv7</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -5,22 +5,22 @@ ...@@ -5,22 +5,22 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000666"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000384">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="3.841556"> <testcase classname="fastlane.lanes" name="1: increment_build_number" time="4.485929">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: gym" time="1130.935952"> <testcase classname="fastlane.lanes" name="2: gym" time="437.926659">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: pgyer" time="7.931034"> <testcase classname="fastlane.lanes" name="3: pgyer" time="9.096226">
</testcase> </testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment