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
e8b3d7f3
Unverified
Commit
e8b3d7f3
authored
Jan 29, 2020
by
Jenn Magder
Committed by
GitHub
Jan 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Xcode compatibility version (#49654)
parent
2c707318
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
84 additions
and
6 deletions
+84
-6
project.pbxproj.tmpl
...s/app/ios-objc.tmpl/Runner.xcodeproj/project.pbxproj.tmpl
+1
-1
project.pbxproj.tmpl
.../app/ios-swift.tmpl/Runner.xcodeproj/project.pbxproj.tmpl
+1
-1
IDEWorkspaceChecks.plist
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
WorkspaceSettings.xcsettings
...ect.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
IDEWorkspaceChecks.plist
.../Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
WorkspaceSettings.xcsettings
...ner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
project.pbxproj.tmpl
..._app_ephemeral/Runner.xcodeproj.tmpl/project.pbxproj.tmpl
+1
-1
IDEWorkspaceChecks.plist
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
WorkspaceSettings.xcsettings
...ect.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
IDEWorkspaceChecks.plist
...er.xcworkspace.tmpl/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
WorkspaceSettings.xcsettings
...cworkspace.tmpl/xcshareddata/WorkspaceSettings.xcsettings
+8
-0
create_test.dart
...tter_tools/test/commands.shard/permeable/create_test.dart
+17
-3
No files found.
packages/flutter_tools/templates/app/ios-objc.tmpl/Runner.xcodeproj/project.pbxproj.tmpl
View file @
e8b3d7f3
...
...
@@ -160,7 +160,7 @@
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode
3.2
";
compatibilityVersion = "Xcode
9.3
";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
...
...
packages/flutter_tools/templates/app/ios-swift.tmpl/Runner.xcodeproj/project.pbxproj.tmpl
View file @
e8b3d7f3
...
...
@@ -157,7 +157,7 @@
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode
3.2
";
compatibilityVersion = "Xcode
9.3
";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
...
...
packages/flutter_tools/templates/app/ios.tmpl/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
e8b3d7f3
<
?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
>
packages/flutter_tools/templates/app/ios.tmpl/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
e8b3d7f3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
packages/flutter_tools/templates/app/ios.tmpl/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
e8b3d7f3
<
?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
>
packages/flutter_tools/templates/app/ios.tmpl/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
e8b3d7f3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.pbxproj.tmpl
View file @
e8b3d7f3
...
...
@@ -157,7 +157,7 @@
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode
3.2
";
compatibilityVersion = "Xcode
9.3
";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
...
...
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
e8b3d7f3
<
?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
>
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcodeproj.tmpl/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
e8b3d7f3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcworkspace.tmpl/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
e8b3d7f3
<
?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
>
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.xcworkspace.tmpl/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
e8b3d7f3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
packages/flutter_tools/test/commands.shard/permeable/create_test.dart
View file @
e8b3d7f3
...
...
@@ -693,9 +693,15 @@ void main() {
final
File
xcodeProjectFile
=
globals
.
fs
.
file
(
globals
.
fs
.
path
.
join
(
projectDir
.
path
,
xcodeProjectPath
));
final
String
xcodeProject
=
xcodeProjectFile
.
readAsStringSync
();
expect
(
xcodeProject
,
contains
(
'PRODUCT_BUNDLE_IDENTIFIER = com.foo.bar.flutterProject'
));
// Xcode build system
final
String
xcodeWorkspaceSettingsPath
=
globals
.
fs
.
path
.
join
(
'.ios'
,
'Runner.xcworkspace'
,
'xcshareddata'
,
'WorkspaceSettings.xcsettings'
);
expectExists
(
xcodeWorkspaceSettingsPath
,
false
);
// Xcode workspace shared data
final
Directory
workspaceSharedData
=
globals
.
fs
.
directory
(
globals
.
fs
.
path
.
join
(
'.ios'
,
'Runner.xcworkspace'
,
'xcshareddata'
));
expectExists
(
workspaceSharedData
.
childFile
(
'WorkspaceSettings.xcsettings'
).
path
);
expectExists
(
workspaceSharedData
.
childFile
(
'IDEWorkspaceChecks.plist'
).
path
);
// Xcode project shared data
final
Directory
projectSharedData
=
globals
.
fs
.
directory
(
globals
.
fs
.
path
.
join
(
'.ios'
,
'Runner.xcodeproj'
,
'project.xcworkspace'
,
'xcshareddata'
));
expectExists
(
projectSharedData
.
childFile
(
'WorkspaceSettings.xcsettings'
).
path
);
expectExists
(
projectSharedData
.
childFile
(
'IDEWorkspaceChecks.plist'
).
path
);
final
String
versionPath
=
globals
.
fs
.
path
.
join
(
'.metadata'
);
expectExists
(
versionPath
);
...
...
@@ -767,6 +773,14 @@ void main() {
final
File
xcodeProjectFile
=
globals
.
fs
.
file
(
globals
.
fs
.
path
.
join
(
projectDir
.
path
,
xcodeProjectPath
));
final
String
xcodeProject
=
xcodeProjectFile
.
readAsStringSync
();
expect
(
xcodeProject
,
contains
(
'PRODUCT_BUNDLE_IDENTIFIER = com.foo.bar.flutterProject'
));
// Xcode workspace shared data
final
Directory
workspaceSharedData
=
globals
.
fs
.
directory
(
globals
.
fs
.
path
.
join
(
'ios'
,
'Runner.xcworkspace'
,
'xcshareddata'
));
expectExists
(
workspaceSharedData
.
childFile
(
'WorkspaceSettings.xcsettings'
).
path
);
expectExists
(
workspaceSharedData
.
childFile
(
'IDEWorkspaceChecks.plist'
).
path
);
// Xcode project shared data
final
Directory
projectSharedData
=
globals
.
fs
.
directory
(
globals
.
fs
.
path
.
join
(
'ios'
,
'Runner.xcodeproj'
,
'project.xcworkspace'
,
'xcshareddata'
));
expectExists
(
projectSharedData
.
childFile
(
'WorkspaceSettings.xcsettings'
).
path
);
expectExists
(
projectSharedData
.
childFile
(
'IDEWorkspaceChecks.plist'
).
path
);
final
String
versionPath
=
globals
.
fs
.
path
.
join
(
'.metadata'
);
expectExists
(
versionPath
);
...
...
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