Skip to content

Commit 1121257

Browse files
authored
ci: fix ios compile (#14)
1 parent 7472d2d commit 1121257

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
TestTargetID = 13B07F861A680F5B00A75B9A;
278278
};
279279
13B07F861A680F5B00A75B9A = {
280-
DevelopmentTeam = AJT772J42H;
280+
DevelopmentTeam = 76TVFCUKK7;
281281
LastSwiftMigration = 1120;
282282
};
283283
2D02E47A1E0B4A5D006451C7 = {
@@ -636,7 +636,7 @@
636636
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
637637
CLANG_ENABLE_MODULES = YES;
638638
CURRENT_PROJECT_VERSION = 1;
639-
DEVELOPMENT_TEAM = AJT772J42H;
639+
DEVELOPMENT_TEAM = 76TVFCUKK7;
640640
ENABLE_BITCODE = NO;
641641
INFOPLIST_FILE = GumTestApp/Info.plist;
642642
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -660,7 +660,7 @@
660660
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
661661
CLANG_ENABLE_MODULES = YES;
662662
CURRENT_PROJECT_VERSION = 1;
663-
DEVELOPMENT_TEAM = AJT772J42H;
663+
DEVELOPMENT_TEAM = 76TVFCUKK7;
664664
INFOPLIST_FILE = GumTestApp/Info.plist;
665665
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
666666
OTHER_LDFLAGS = (

examples/GumTestApp/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prepare_react_native_project!
1313
# dependencies: {
1414
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
1515
# ```
16-
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
16+
flipper_config = FlipperConfiguration.disabled
1717

1818
linkage = ENV['USE_FRAMEWORKS']
1919
if linkage != nil

0 commit comments

Comments
 (0)