Skip to content

Commit ac6ad3c

Browse files
authored
Merge pull request #760 from simple-hub-organization/dev
Dev
2 parents 199a2ed + eee7ac2 commit ac6ad3c

File tree

4 files changed

+384
-8
lines changed

4 files changed

+384
-8
lines changed

.idea/workspace.xml

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

apps/app/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use_modular_headers!
21
platform :ios, '13.0'
2+
use_modular_headers!
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

apps/app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
CLANG_ENABLE_MODULES = YES;
396396
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
397397
CURRENT_PROJECT_VERSION = 1;
398-
DEVELOPMENT_TEAM = 6RJKYD387Q;
398+
DEVELOPMENT_TEAM = B8Y5J572KK;
399399
ENABLE_BITCODE = NO;
400400
FLUTTER_BUILD_DIR = build;
401401
FRAMEWORK_SEARCH_PATHS = (
@@ -536,7 +536,7 @@
536536
CLANG_ENABLE_MODULES = YES;
537537
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
538538
CURRENT_PROJECT_VERSION = 1;
539-
DEVELOPMENT_TEAM = 6RJKYD387Q;
539+
DEVELOPMENT_TEAM = B8Y5J572KK;
540540
ENABLE_BITCODE = NO;
541541
FLUTTER_BUILD_DIR = build;
542542
FRAMEWORK_SEARCH_PATHS = (
@@ -571,7 +571,7 @@
571571
CLANG_ENABLE_MODULES = YES;
572572
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
573573
CURRENT_PROJECT_VERSION = 1;
574-
DEVELOPMENT_TEAM = 6RJKYD387Q;
574+
DEVELOPMENT_TEAM = B8Y5J572KK;
575575
ENABLE_BITCODE = NO;
576576
FLUTTER_BUILD_DIR = build;
577577
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)