File tree 2 files changed +6
-5
lines changed
in_app_purchase/example/ios/Runner.xcodeproj
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 181
181
TargetAttributes = {
182
182
97C146ED1CF9000F007C117D = {
183
183
CreatedOnToolsVersion = 7.3.1;
184
+ DevelopmentTeam = 7624MWN53C;
184
185
SystemCapabilities = {
185
186
com.apple.InAppPurchase = {
186
187
enabled = 1;
415
416
buildSettings = {
416
417
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
417
418
CURRENT_PROJECT_VERSION = 1;
418
- DEVELOPMENT_TEAM = "" ;
419
+ DEVELOPMENT_TEAM = 7624MWN53C ;
419
420
ENABLE_BITCODE = NO;
420
421
FRAMEWORK_SEARCH_PATHS = (
421
422
"$(inherited)",
427
428
"$(inherited)",
428
429
"$(PROJECT_DIR)/Flutter",
429
430
);
430
- PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.inAppPurchaseExample ;
431
+ PRODUCT_BUNDLE_IDENTIFIER = com.baseflow.example.iap ;
431
432
PRODUCT_NAME = "$(TARGET_NAME)";
432
433
VERSIONING_SYSTEM = "apple-generic";
433
434
};
439
440
buildSettings = {
440
441
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
441
442
CURRENT_PROJECT_VERSION = 1;
442
- DEVELOPMENT_TEAM = "" ;
443
+ DEVELOPMENT_TEAM = 7624MWN53C ;
443
444
ENABLE_BITCODE = NO;
444
445
FRAMEWORK_SEARCH_PATHS = (
445
446
"$(inherited)",
451
452
"$(inherited)",
452
453
"$(PROJECT_DIR)/Flutter",
453
454
);
454
- PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.inAppPurchaseExample ;
455
+ PRODUCT_BUNDLE_IDENTIFIER = com.baseflow.example.iap ;
455
456
PRODUCT_NAME = "$(TARGET_NAME)";
456
457
VERSIONING_SYSTEM = "apple-generic";
457
458
};
Original file line number Diff line number Diff line change 1
1
name : in_app_purchase_ios
2
2
description : An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the iOS StoreKit Framework.
3
3
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
5
5
6
6
flutter :
7
7
plugin :
You can’t perform that action at this time.
0 commit comments