Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BasicApp
Project
Project
Details
Activity
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
施贇杰
BasicApp
Commits
8676a52e
Commit
8676a52e
authored
Jun 06, 2019
by
shiyunjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agera rn
parent
fe9e276c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
android/app/build.gradle
+1
-1
strings.xml
android/app/src/main/res/values/strings.xml
+1
-1
project.pbxproj
ios/BasicApp.xcodeproj/project.pbxproj
+2
-2
UserInterfaceState.xcuserstate
...data/shiyunjie.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Info.plist
ios/BasicApp/Info.plist
+1
-1
No files found.
android/app/build.gradle
View file @
8676a52e
...
...
@@ -102,7 +102,7 @@ android {
}
defaultConfig
{
applicationId
"
com.basicapp
"
applicationId
"
{{packageName}}
"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
...
...
android/app/src/main/res/values/strings.xml
View file @
8676a52e
<resources>
<string
name=
"app_name"
>
BasicApp
</string>
<string
name=
"app_name"
>
{{appName}}
</string>
</resources>
ios/BasicApp.xcodeproj/project.pbxproj
View file @
8676a52e
...
...
@@ -1417,7 +1417,7 @@
"-ObjC"
,
"-lc++"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.basicapp
;
PRODUCT_BUNDLE_IDENTIFIER
=
{{
packageName
}}
;
PRODUCT_NAME
=
BasicApp
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
...
...
@@ -1439,7 +1439,7 @@
"-ObjC"
,
"-lc++"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.basicapp
;
PRODUCT_BUNDLE_IDENTIFIER
=
{{
packageName
}}
;
PRODUCT_NAME
=
BasicApp
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
...
...
ios/BasicApp.xcodeproj/project.xcworkspace/xcuserdata/shiyunjie.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8676a52e
No preview for this file type
ios/BasicApp/Info.plist
View file @
8676a52e
...
...
@@ -5,7 +5,7 @@
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleDisplayName
<
/k
e
y
>
<
string
>
BasicApp
<
/string
>
<
string
>
{{
appName
}}
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
(
EXECUTABLE_NAME
)<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
...
...
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