Skip to content

Commit 1ccc0e1

Browse files
authored
[camera_avfoundation] Remove development team from Xcode example app (flutter#5930)
`DEVELOPMENT_TEAM` should not be set in the example Xcode app. Introduced extraneously in flutter#3272
1 parent 2762c54 commit 1ccc0e1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Remove development team from example app.
34
* Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
45

56
## 0.9.13+10

packages/camera/camera_avfoundation/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
291291
};
292292
97C146ED1CF9000F007C117D = {
293293
CreatedOnToolsVersion = 7.3.1;
294-
DevelopmentTeam = W4ZTW5E78A;
295294
};
296295
};
297296
};
@@ -514,7 +513,6 @@
514513
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
515514
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
516515
CODE_SIGN_STYLE = Automatic;
517-
DEVELOPMENT_TEAM = "";
518516
GCC_C_LANGUAGE_STANDARD = gnu11;
519517
INFOPLIST_FILE = RunnerTests/Info.plist;
520518
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
@@ -544,7 +542,6 @@
544542
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
545543
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
546544
CODE_SIGN_STYLE = Automatic;
547-
DEVELOPMENT_TEAM = "";
548545
GCC_C_LANGUAGE_STANDARD = gnu11;
549546
INFOPLIST_FILE = RunnerTests/Info.plist;
550547
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
@@ -672,7 +669,6 @@
672669
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
673670
buildSettings = {
674671
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
675-
DEVELOPMENT_TEAM = W4ZTW5E78A;
676672
ENABLE_BITCODE = NO;
677673
FRAMEWORK_SEARCH_PATHS = (
678674
"$(inherited)",
@@ -697,7 +693,6 @@
697693
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
698694
buildSettings = {
699695
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
700-
DEVELOPMENT_TEAM = W4ZTW5E78A;
701696
ENABLE_BITCODE = NO;
702697
FRAMEWORK_SEARCH_PATHS = (
703698
"$(inherited)",

0 commit comments

Comments
 (0)