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
4b655e4b
Unverified
Commit
4b655e4b
authored
5 years ago
by
Jonah Williams
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Build flutter_gallery with bitcode (#39851)" (#39912)
parent
4c2c7c41
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
11 deletions
+7
-11
.cirrus.yml
.cirrus.yml
+2
-2
Podfile
examples/flutter_gallery/ios/Podfile
+2
-1
project.pbxproj
...ples/flutter_gallery/ios/Runner.xcodeproj/project.pbxproj
+3
-0
IDEWorkspaceChecks.plist
.../Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+0
-8
No files found.
.cirrus.yml
View file @
4b655e4b
...
...
@@ -408,7 +408,7 @@ task:
# Apple Certificates Match Passphrase
MATCH_PASSWORD
:
ENCRYPTED[db07f252234397090e3ec59152d9ec1831f5ecd0ef97d247b1dca757bbb9ef9b7c832a39bce2caf1949ccdf097e59a73]
osx_instance
:
image
:
mojave-xcode-10.
2
image
:
mojave-xcode-10.
1
# 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.
2
image
:
mojave-xcode-10.
1
depends_on
:
-
analyze
env
:
...
...
This diff is collapsed.
Click to expand it.
examples/flutter_gallery/ios/Podfile
View file @
4b655e4b
...
...
@@ -44,6 +44,7 @@ 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
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/flutter_gallery/ios/Runner.xcodeproj/project.pbxproj
View file @
4b655e4b
...
...
@@ -370,6 +370,7 @@
baseConfigurationReference
=
7AFA3C8E1D35360C0083082E
/* Release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
@@ -496,6 +497,7 @@
baseConfigurationReference
=
9740EEB21CF90195004384FC
/* Debug.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
@@ -516,6 +518,7 @@
baseConfigurationReference
=
7AFA3C8E1D35360C0083082E
/* Release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)/Flutter"
,
...
...
This diff is collapsed.
Click to expand it.
examples/stocks/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted
100644 → 0
View file @
4c2c7c41
<
?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
>
This diff is collapsed.
Click to expand it.
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