Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
safetcut-app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
safetcut-app
Commits
15e93d5b
Commit
15e93d5b
authored
Jul 22, 2019
by
Tonk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update fig to portrait mode
parent
8ec5f1f1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
24 deletions
+31
-24
android/app/src/main/AndroidManifest.xml
+2
-1
ios/rn_safetcutapp.xcodeproj/project.pbxproj
+0
-0
ios/rn_safetcutapp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
ios/rn_safetcutapp/Info.plist
+21
-23
No files found.
android/app/src/main/AndroidManifest.xml
View file @
15e93d5b
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
android:name=
".MainActivity"
android:name=
".MainActivity"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode=
"adjustResize"
>
android:windowSoftInputMode=
"adjustResize"
android:screenOrientation=
"portrait"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
ios/rn_safetcutapp.xcodeproj/project.pbxproj
View file @
15e93d5b
This diff is collapsed.
Click to expand it.
ios/rn_safetcutapp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
15e93d5b
<
?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
>
ios/rn_safetcutapp/Info.plist
View file @
15e93d5b
...
@@ -37,22 +37,16 @@
...
@@ -37,22 +37,16 @@
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
k
e
y
>
NSCameraUsageDescription
<
/k
e
y
>
<
string
>
Your
message
to
user
when
the
camera
is
accessed
for
the
first
time
<
/string
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
string/
>
<
string
><
/string
>
<
k
e
y
>
UILaunchStoryboardName
<
/k
e
y
>
<
k
e
y
>
NSMicrophoneUsageDescription
<
/k
e
y
>
<
string
>
LaunchScreen
<
/string
>
<
string
>
Your
message
to
user
when
the
microphone
is
accessed
for
the
first
time
<
/string
>
<
k
e
y
>
UIRequiredDeviceCapabilities
<
/k
e
y
>
<
k
e
y
>
NSPhotoLibraryAddUsageDescription
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
Your
message
to
user
when
the
photo
library
is
accessed
for
the
first
time
<
/string
>
<
string
>
armv7
<
/string
>
<
k
e
y
>
NSPhotoLibraryUsageDescription
<
/k
e
y
>
<
/
a
rr
a
y
>
<
string
>
Your
message
to
user
when
the
photo
library
is
accessed
for
the
first
time
<
/string
>
<
k
e
y
>
UISupportedInterfaceOrientations
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
UIInterfaceOrientationPortrait
<
/string
>
<
string
>
UIInterfaceOrientationLandscapeLeft
<
/string
>
<
string
>
UIInterfaceOrientationLandscapeRight
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
UIViewControllerBasedStatusBarAppearance
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
UIAppFonts
<
/k
e
y
>
<
k
e
y
>
UIAppFonts
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
string
>
AntDesign.ttf
<
/string
>
<
string
>
AntDesign.ttf
<
/string
>
...
@@ -77,13 +71,17 @@
...
@@ -77,13 +71,17 @@
<
string
>
Avenir-Roman.ttf
<
/string
>
<
string
>
Avenir-Roman.ttf
<
/string
>
<
string
>
SpaceMono-Regular.ttf
<
/string
>
<
string
>
SpaceMono-Regular.ttf
<
/string
>
<
/
a
rr
a
y
>
<
/
a
rr
a
y
>
<
k
e
y
>
NSCameraUsageDescription
<
/k
e
y
>
<
k
e
y
>
UILaunchStoryboardName
<
/k
e
y
>
<
string
>
Your
message
to
user
when
the
camera
is
accessed
for
the
first
time
<
/string
>
<
string
>
LaunchScreen
<
/string
>
<
k
e
y
>
NSPhotoLibraryUsageDescription
<
/k
e
y
>
<
k
e
y
>
UIRequiredDeviceCapabilities
<
/k
e
y
>
<
string
>
Your
message
to
user
when
the
photo
library
is
accessed
for
the
first
time
<
/string
>
<
a
rr
a
y
>
<
k
e
y
>
NSMicrophoneUsageDescription
<
/k
e
y
>
<
string
>
armv7
<
/string
>
<
string
>
Your
message
to
user
when
the
microphone
is
accessed
for
the
first
time
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
NSPhotoLibraryAddUsageDescription
<
/k
e
y
>
<
k
e
y
>
UISupportedInterfaceOrientations
<
/k
e
y
>
<
string
>
Your
message
to
user
when
the
photo
library
is
accessed
for
the
first
time
<
/string
>
<
a
rr
a
y
>
<
string
>
UIInterfaceOrientationPortrait
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
UIViewControllerBasedStatusBarAppearance
<
/k
e
y
>
<
fa
ls
e
/
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/plist
>
<
/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