Skip to content

Commit 082efa8

Browse files
[ios_platform_images] Bump version for stable NNBD (flutter#3616)
1 parent bba5543 commit 082efa8

File tree

5 files changed

+20
-88
lines changed

5 files changed

+20
-88
lines changed

packages/ios_platform_images/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0-nullsafety
1+
## 0.2.0
22

33
* Migrate to null safety.
44

packages/ios_platform_images/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,12 @@
229229
files = (
230230
);
231231
inputPaths = (
232+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
233+
"${BUILT_PRODUCTS_DIR}/ios_platform_images/ios_platform_images.framework",
232234
);
233235
name = "[CP] Embed Pods Frameworks";
234236
outputPaths = (
237+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ios_platform_images.framework",
235238
);
236239
runOnlyForDeploymentPostprocessing = 0;
237240
shellPath = /bin/sh;
@@ -310,7 +313,6 @@
310313
/* Begin XCBuildConfiguration section */
311314
249021D3217E4FDB00AE95B9 /* Profile */ = {
312315
isa = XCBuildConfiguration;
313-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
314316
buildSettings = {
315317
ALWAYS_SEARCH_USER_PATHS = NO;
316318
CLANG_ANALYZER_NONNULL = YES;
@@ -387,7 +389,6 @@
387389
};
388390
97C147031CF9000F007C117D /* Debug */ = {
389391
isa = XCBuildConfiguration;
390-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
391392
buildSettings = {
392393
ALWAYS_SEARCH_USER_PATHS = NO;
393394
CLANG_ANALYZER_NONNULL = YES;
@@ -443,7 +444,6 @@
443444
};
444445
97C147041CF9000F007C117D /* Release */ = {
445446
isa = XCBuildConfiguration;
446-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
447447
buildSettings = {
448448
ALWAYS_SEARCH_USER_PATHS = NO;
449449
CLANG_ANALYZER_NONNULL = YES;

packages/ios_platform_images/example/ios/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ios_platform_images/example/pubspec.yaml

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ publish_to: 'none'
44
homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images
55

66
environment:
7-
sdk: ">=2.1.0 <3.0.0"
7+
sdk: ">=2.12.0-259.9.beta <3.0.0"
88

99
dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
# The following adds the Cupertino Icons font to your application.
14-
# Use with the CupertinoIcons class for iOS style icons.
15-
cupertino_icons: ^0.1.2
13+
cupertino_icons: ^1.0.2
1614

1715
dev_dependencies:
1816
flutter_test:
@@ -24,46 +22,7 @@ dev_dependencies:
2422
# The example app is bundled with the plugin so we use a path dependency on
2523
# the parent directory to use the current plugin's version.
2624
path: ../
27-
pedantic: ^1.8.0
25+
pedantic: ^1.10.0
2826

29-
# For information on the generic Dart part of this file, see the
30-
# following page: https://dart.dev/tools/pub/pubspec
31-
32-
# The following section is specific to Flutter.
3327
flutter:
34-
35-
# The following line ensures that the Material Icons font is
36-
# included with your application, so that you can use the icons in
37-
# the material Icons class.
3828
uses-material-design: true
39-
40-
# To add assets to your application, add an assets section, like this:
41-
# assets:
42-
# - images/a_dot_burr.jpeg
43-
# - images/a_dot_ham.jpeg
44-
45-
# An image asset can refer to one or more resolution-specific "variants", see
46-
# https://flutter.dev/assets-and-images/#resolution-aware.
47-
48-
# For details regarding adding assets from package dependencies, see
49-
# https://flutter.dev/assets-and-images/#from-packages
50-
51-
# To add custom fonts to your application, add a fonts section here,
52-
# in this "flutter" section. Each entry in this list should have a
53-
# "family" key with the font family name, and a "fonts" key with a
54-
# list giving the asset and other descriptors for the font. For
55-
# example:
56-
# fonts:
57-
# - family: Schyler
58-
# fonts:
59-
# - asset: fonts/Schyler-Regular.ttf
60-
# - asset: fonts/Schyler-Italic.ttf
61-
# style: italic
62-
# - family: Trajan Pro
63-
# fonts:
64-
# - asset: fonts/TrajanPro.ttf
65-
# - asset: fonts/TrajanPro_Bold.ttf
66-
# weight: 700
67-
#
68-
# For details regarding fonts from package dependencies,
69-
# see https://flutter.dev/custom-fonts/#from-packages
Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: ios_platform_images
22
description: A plugin to share images between Flutter and iOS in add-to-app setups.
3-
version: 0.2.0-nullsafety
3+
version: 0.2.0
44
homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images
55

66
environment:
7-
sdk: ">=2.12.0-0 <3.0.0"
7+
sdk: ">=2.12.0-259.9.beta <3.0.0"
88
flutter: ">=1.12.13+hotfix.5"
99

1010
dependencies:
@@ -14,47 +14,10 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
pedantic: ^1.10.0-nullsafety
17+
pedantic: ^1.10.0
1818

19-
# For information on the generic Dart part of this file, see the
20-
# following page: https://dart.dev/tools/pub/pubspec
21-
22-
# The following section is specific to Flutter.
2319
flutter:
24-
# This section identifies this Flutter project as a plugin project.
25-
# The androidPackage and pluginClass identifiers should not ordinarily
26-
# be modified. They are used by the tooling to maintain consistency when
27-
# adding or updating assets for this project.
2820
plugin:
2921
platforms:
3022
ios:
3123
pluginClass: IosPlatformImagesPlugin
32-
# To add assets to your plugin package, add an assets section, like this:
33-
# assets:
34-
# - images/a_dot_burr.jpeg
35-
# - images/a_dot_ham.jpeg
36-
#
37-
# For details regarding assets in packages, see
38-
# https://flutter.dev/assets-and-images/#from-packages
39-
#
40-
# An image asset can refer to one or more resolution-specific "variants", see
41-
# https://flutter.dev/assets-and-images/#resolution-aware.
42-
# To add custom fonts to your plugin package, add a fonts section here,
43-
# in this "flutter" section. Each entry in this list should have a
44-
# "family" key with the font family name, and a "fonts" key with a
45-
# list giving the asset and other descriptors for the font. For
46-
# example:
47-
# fonts:
48-
# - family: Schyler
49-
# fonts:
50-
# - asset: fonts/Schyler-Regular.ttf
51-
# - asset: fonts/Schyler-Italic.ttf
52-
# style: italic
53-
# - family: Trajan Pro
54-
# fonts:
55-
# - asset: fonts/TrajanPro.ttf
56-
# - asset: fonts/TrajanPro_Bold.ttf
57-
# weight: 700
58-
#
59-
# For details regarding fonts in packages, see
60-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)