diff --git a/examples/stocks/ios/.gitignore b/examples/stocks/ios/.gitignore new file mode 100644 index 00000000000..ecb842d7051 --- /dev/null +++ b/examples/stocks/ios/.gitignore @@ -0,0 +1 @@ +.generated/ diff --git a/examples/stocks/ios/Assets.xcassets/AppIcon.appiconset/Contents.json b/examples/stocks/ios/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000000..85257ca7941 --- /dev/null +++ b/examples/stocks/ios/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,73 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/examples/stocks/ios/Info.plist b/examples/stocks/ios/Info.plist index 52da94f6456..2c3a69cc546 100644 --- a/examples/stocks/ios/Info.plist +++ b/examples/stocks/ios/Info.plist @@ -2,57 +2,46 @@ - CFBundleDevelopmentRegion - en - - - CFBundleExecutable - stocks_app - - CFBundleDisplayName - Stocks - - UILaunchStoryboardName - LaunchScreen - - CFBundleIdentifier - com.google.stocks - - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - game_app - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UIRequiredDeviceCapabilities - - armv7 - - DTPlatformName - iphonesimulator - DTSDKName - iphonesimulator8.3 - LSRequiresIPhoneOS - - MinimumOSVersion - 7.0 - UIDeviceFamily - - 1 - 2 - - CFBundleSupportedPlatforms - - iPhoneSimulator - + CFBundleDevelopmentRegion + en + CFBundleExecutable + Runner + CFBundleIdentifier + io.flutter.example.stocks + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Stocks + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + diff --git a/examples/stocks/ios/LaunchScreen.storyboard b/examples/stocks/ios/LaunchScreen.storyboard new file mode 100644 index 00000000000..78686cd0750 --- /dev/null +++ b/examples/stocks/ios/LaunchScreen.storyboard @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/stocks/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib b/examples/stocks/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib deleted file mode 100644 index 1aa489da116..00000000000 Binary files a/examples/stocks/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib and /dev/null differ diff --git a/examples/stocks/ios/LaunchScreen.storyboardc/Info.plist b/examples/stocks/ios/LaunchScreen.storyboardc/Info.plist deleted file mode 100644 index 32288e88f6e..00000000000 Binary files a/examples/stocks/ios/LaunchScreen.storyboardc/Info.plist and /dev/null differ diff --git a/examples/stocks/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/examples/stocks/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib deleted file mode 100644 index 8de9beddcb7..00000000000 Binary files a/examples/stocks/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib and /dev/null differ