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
99b68e31
Commit
99b68e31
authored
Aug 14, 2015
by
Chinmay Garde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add iOS sky_app target for the fitness app example
parent
d291fcae
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
63 additions
and
0 deletions
+63
-0
BUILD.gn
examples/fitness/BUILD.gn
+5
-0
Info.plist
examples/fitness/ios/Info.plist
+58
-0
01J-lp-oVM-view-Ze5-6b-2t3.nib
...s/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
+0
-0
Info.plist
examples/fitness/ios/LaunchScreen.storyboardc/Info.plist
+0
-0
UIViewController-01J-lp-oVM.nib
.../LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
+0
-0
No files found.
examples/fitness/BUILD.gn
View file @
99b68e31
...
...
@@ -14,5 +14,10 @@ sky_app("fitness") {
deps = [
"//examples/fitness/apk:resources",
]
} else if (is_ios) {
info_plist = "ios/Info.plist"
launcher_resources = [
"ios/LaunchScreen.storyboardc",
]
}
}
examples/fitness/ios/Info.plist
0 → 100644
View file @
99b68e31
<
?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
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
!--
This
e
x
ec
ut
ab
l
e
n
a
m
e
must
m
a
t
c
h
th
e
n
a
m
e
o
f
th
e a
pp
provi
ded
to
th
e
ios_
a
pp
GN
t
e
mpl
a
t
e
--
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
fitness_app
<
/string
>
<
k
e
y
>
CFBundleDisplayName
<
/k
e
y
>
<
string
>
Fitness
<
/string
>
<
k
e
y
>
UILaunchStoryboardName
<
/k
e
y
>
<
string
>
LaunchScreen
<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.google.sky.fitness
<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
game_app
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1
<
/string
>
<
k
e
y
>
LSRequiresIPhoneOS
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
UIRequiredDeviceCapabilities
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
armv7
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
DTPlatformName
<
/k
e
y
>
<
string
>
iphonesimulator
<
/string
>
<
k
e
y
>
DTSDKName
<
/k
e
y
>
<
string
>
iphonesimulator8.3
<
/string
>
<
k
e
y
>
LSRequiresIPhoneOS
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
MinimumOSVersion
<
/k
e
y
>
<
string
>
8.3
<
/string
>
<
k
e
y
>
UIDeviceFamily
<
/k
e
y
>
<
a
rr
a
y
>
<
int
e
g
e
r
>
1
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
2
<
/int
e
g
e
r
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleSupportedPlatforms
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
iPhoneSimulator
<
/string
>
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/plist
>
examples/fitness/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
0 → 100644
View file @
99b68e31
File added
examples/fitness/ios/LaunchScreen.storyboardc/Info.plist
0 → 100644
View file @
99b68e31
File added
examples/fitness/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
0 → 100644
View file @
99b68e31
File added
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