Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
95a18166
Unverified
Commit
95a18166
authored
Jul 01, 2019
by
Jenn Magder
Committed by
GitHub
Jul 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up host_app_ephemeral Profile build settings (#35307)
parent
f357f8d1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
86 additions
and
3 deletions
+86
-3
build_and_test.sh
dev/integration_tests/ios_add2app/build_and_test.sh
+6
-0
ios_add2app.xcscheme
...app.xcodeproj/xcshareddata/xcschemes/ios_add2app.xcscheme
+78
-0
xcode_backend.sh
packages/flutter_tools/bin/xcode_backend.sh
+1
-1
Release.xcconfig
...odule/ios/host_app_ephemeral/Config.tmpl/Release.xcconfig
+0
-1
project.pbxproj.tmpl
..._app_ephemeral/Runner.xcodeproj.tmpl/project.pbxproj.tmpl
+1
-1
No files found.
dev/integration_tests/ios_add2app/build_and_test.sh
View file @
95a18166
...
...
@@ -6,6 +6,12 @@ cd "$(dirname "$0")"
pushd
flutterapp
../../../../bin/flutter build ios
--debug
--no-codesign
-v
pushd
.ios
xcodebuild
-workspace
Runner.xcworkspace
-scheme
Runner
-destination
generic/platform
=
iOS
-configuration
Debug
CODE_SIGNING_REQUIRED
=
NO
CODE_SIGNING_IDENTITY
=
""
CODE_SIGNING_ALLOWED
=
NO
xcodebuild
-workspace
Runner.xcworkspace
-scheme
Runner
-destination
generic/platform
=
iOS
-configuration
Profile
CODE_SIGNING_REQUIRED
=
NO
CODE_SIGNING_IDENTITY
=
""
CODE_SIGNING_ALLOWED
=
NO
xcodebuild
-workspace
Runner.xcworkspace
-scheme
Runner
-destination
generic/platform
=
iOS
-configuration
Release
CODE_SIGNING_REQUIRED
=
NO
CODE_SIGNING_IDENTITY
=
""
CODE_SIGNING_ALLOWED
=
NO
popd
popd
pod
install
...
...
dev/integration_tests/ios_add2app/ios_add2app.xcodeproj/xcshareddata/xcschemes/ios_add2app.xcscheme
0 → 100644
View file @
95a18166
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1100"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"24E221B421A28A0B008ADF09"
BuildableName =
"ios_add2app.app"
BlueprintName =
"ios_add2app"
ReferencedContainer =
"container:ios_add2app.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"24E221B421A28A0B008ADF09"
BuildableName =
"ios_add2app.app"
BlueprintName =
"ios_add2app"
ReferencedContainer =
"container:ios_add2app.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Release"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"24E221B421A28A0B008ADF09"
BuildableName =
"ios_add2app.app"
BlueprintName =
"ios_add2app"
ReferencedContainer =
"container:ios_add2app.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
packages/flutter_tools/bin/xcode_backend.sh
View file @
95a18166
...
...
@@ -76,7 +76,7 @@ BuildApp() {
EchoError
"If that is not set, the CONFIGURATION environment variable is used."
EchoError
""
EchoError
"You can fix this by either adding an appropriately named build"
EchoError
"configuration, or adding an appriate value for FLUTTER_BUILD_MODE to the"
EchoError
"configuration, or adding an appr
opr
iate value for FLUTTER_BUILD_MODE to the"
EchoError
".xcconfig file for the current build configuration (
${
CONFIGURATION
}
)."
EchoError
"========================================================================"
exit
-1
;;
...
...
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Config.tmpl/Release.xcconfig
View file @
95a18166
#include "Flutter.xcconfig"
FLUTTER_BUILD_MODE=release
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.pbxproj.tmpl
View file @
95a18166
...
...
@@ -312,11 +312,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = S8QB4VV633;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
"$(PROJECT_DIR)/Flutter/engine",
);
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment