Skip to content

Commit 07fe2f5

Browse files
committed
Updated version and changelog
1 parent e8759fc commit 07fe2f5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
TargetAttributes = {
182182
97C146ED1CF9000F007C117D = {
183183
CreatedOnToolsVersion = 7.3.1;
184+
DevelopmentTeam = 7624MWN53C;
184185
SystemCapabilities = {
185186
com.apple.InAppPurchase = {
186187
enabled = 1;
@@ -415,7 +416,7 @@
415416
buildSettings = {
416417
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
417418
CURRENT_PROJECT_VERSION = 1;
418-
DEVELOPMENT_TEAM = "";
419+
DEVELOPMENT_TEAM = 7624MWN53C;
419420
ENABLE_BITCODE = NO;
420421
FRAMEWORK_SEARCH_PATHS = (
421422
"$(inherited)",
@@ -427,7 +428,7 @@
427428
"$(inherited)",
428429
"$(PROJECT_DIR)/Flutter",
429430
);
430-
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.inAppPurchaseExample;
431+
PRODUCT_BUNDLE_IDENTIFIER = com.baseflow.example.iap;
431432
PRODUCT_NAME = "$(TARGET_NAME)";
432433
VERSIONING_SYSTEM = "apple-generic";
433434
};
@@ -439,7 +440,7 @@
439440
buildSettings = {
440441
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
441442
CURRENT_PROJECT_VERSION = 1;
442-
DEVELOPMENT_TEAM = "";
443+
DEVELOPMENT_TEAM = 7624MWN53C;
443444
ENABLE_BITCODE = NO;
444445
FRAMEWORK_SEARCH_PATHS = (
445446
"$(inherited)",
@@ -451,7 +452,7 @@
451452
"$(inherited)",
452453
"$(PROJECT_DIR)/Flutter",
453454
);
454-
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.inAppPurchaseExample;
455+
PRODUCT_BUNDLE_IDENTIFIER = com.baseflow.example.iap;
455456
PRODUCT_NAME = "$(TARGET_NAME)";
456457
VERSIONING_SYSTEM = "apple-generic";
457458
};

packages/in_app_purchase/in_app_purchase_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase_ios
22
description: An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the iOS StoreKit Framework.
33
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_ios
4-
version: 0.1.0
4+
version: 0.1.1
55

66
flutter:
77
plugin:

0 commit comments

Comments
 (0)