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
b6abf0ca
Unverified
Commit
b6abf0ca
authored
Sep 05, 2019
by
Dan Field
Committed by
GitHub
Sep 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build flutter_gallery with bitcode (#39851)
parent
7c0dfd53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
.cirrus.yml
.cirrus.yml
+2
-2
Podfile
examples/flutter_gallery/ios/Podfile
+1
-2
project.pbxproj
...ples/flutter_gallery/ios/Runner.xcodeproj/project.pbxproj
+0
-3
IDEWorkspaceChecks.plist
.../Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
No files found.
.cirrus.yml
View file @
b6abf0ca
...
...
@@ -408,7 +408,7 @@ task:
# Apple Certificates Match Passphrase
MATCH_PASSWORD
:
ENCRYPTED[db07f252234397090e3ec59152d9ec1831f5ecd0ef97d247b1dca757bbb9ef9b7c832a39bce2caf1949ccdf097e59a73]
osx_instance
:
image
:
mojave-xcode-10.
1
image
:
mojave-xcode-10.
2
# occasionally the clock on these machines is out of sync
# with the actual time - this should help to verify
print_date_script
:
...
...
@@ -428,7 +428,7 @@ task:
task
:
use_compute_credits
:
$CIRRUS_USER_COLLABORATOR == 'true'
osx_instance
:
image
:
mojave-xcode-10.
1
image
:
mojave-xcode-10.
2
depends_on
:
-
analyze
env
:
...
...
examples/flutter_gallery/ios/Podfile
View file @
b6abf0ca
...
...
@@ -44,7 +44,6 @@ post_install do |installer|
installer
.
pods_project
.
targets
.
each
do
|
target
|
target
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'PROVISIONING_PROFILE_SPECIFIER'
]
=
''
config
.
build_settings
[
'ENABLE_BITCODE'
]
=
'NO'
end
end
end
\ No newline at end of file
end
examples/flutter_gallery/ios/Runner.xcodeproj/project.pbxproj
View file @
b6abf0ca
...
...
@@ -370,7 +370,6 @@
baseConfigurationReference
=
7AFA3C8E1D35360C0083082E
/* Release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
@@ -497,7 +496,6 @@
baseConfigurationReference
=
9740EEB21CF90195004384FC
/* Debug.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
@@ -518,7 +516,6 @@
baseConfigurationReference
=
7AFA3C8E1D35360C0083082E
/* Release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
examples/stocks/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
b6abf0ca
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
IDEDidComputeMac32BitWarning
<
/k
e
y
>
<
tru
e
/
>
<
/
d
i
c
t
>
<
/plist
>
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