|
@@ -271,10 +271,14 @@
|
|
|
inputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
outputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
);
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
|
@@ -288,10 +292,14 @@
|
|
|
inputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
outputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
);
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
@@ -401,7 +409,7 @@
|
|
|
ENABLE_BITCODE = NO;
|
|
|
FLUTTER_BUILD_MODE = profile;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = "YY Home";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = 24iFM;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -542,7 +550,7 @@
|
|
|
ENABLE_BITCODE = NO;
|
|
|
FLUTTER_BUILD_MODE = debug;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = "YY Home";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = 24iFM;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -575,7 +583,7 @@
|
|
|
ENABLE_BITCODE = NO;
|
|
|
FLUTTER_BUILD_MODE = release;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = "YY Home";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = 24iFM;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|