From 1121257e74aeb6897be7c850735eb59dc4b0e481 Mon Sep 17 00:00:00 2001 From: davidliu Date: Mon, 5 Aug 2024 14:30:17 +0900 Subject: [PATCH] ci: fix ios compile (#14) --- .../GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj | 6 +++--- examples/GumTestApp/ios/Podfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj b/examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj index 6d072ddce..90418cb29 100644 --- a/examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj +++ b/examples/GumTestApp/ios/GumTestApp.xcodeproj/project.pbxproj @@ -277,7 +277,7 @@ TestTargetID = 13B07F861A680F5B00A75B9A; }; 13B07F861A680F5B00A75B9A = { - DevelopmentTeam = AJT772J42H; + DevelopmentTeam = 76TVFCUKK7; LastSwiftMigration = 1120; }; 2D02E47A1E0B4A5D006451C7 = { @@ -636,7 +636,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = AJT772J42H; + DEVELOPMENT_TEAM = 76TVFCUKK7; ENABLE_BITCODE = NO; INFOPLIST_FILE = GumTestApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -660,7 +660,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = AJT772J42H; + DEVELOPMENT_TEAM = 76TVFCUKK7; INFOPLIST_FILE = GumTestApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( diff --git a/examples/GumTestApp/ios/Podfile b/examples/GumTestApp/ios/Podfile index d52ad8f37..58bd8b13f 100644 --- a/examples/GumTestApp/ios/Podfile +++ b/examples/GumTestApp/ios/Podfile @@ -13,7 +13,7 @@ prepare_react_native_project! # dependencies: { # ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), # ``` -flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled +flipper_config = FlipperConfiguration.disabled linkage = ENV['USE_FRAMEWORKS'] if linkage != nil