-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
774e330
commit f2e6901
Showing
16 changed files
with
10,803 additions
and
9,504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ dist/demo* | |
.git* | ||
.npmignore | ||
node_modules | ||
demo/node_modules | ||
/demo | ||
/tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
format: 'group', | ||
interactive: true, | ||
reject: [ | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"ios": { | ||
"debug": { | ||
"codeSignIdentity": "iPhone Developer", | ||
"packageType": "development", | ||
"iCloudContainerEnvironment": "Development", | ||
"automaticProvisioning": true, | ||
"buildFlag": ["-UseModernBuildSystem=0", "-quiet"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<preference name="android-minSdkVersion" value="22" /> | ||
<preference name="android-targetSdkVersion" value="32" /> | ||
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
|
@@ -71,26 +69,8 @@ | |
<icon height="167" src="resources/ios/icon/[email protected]" width="167" /> | ||
<icon height="172" src="resources/ios/icon/[email protected]" width="172" /> | ||
<icon height="196" src="resources/ios/icon/[email protected]" width="196" /> | ||
<icon height="216" src="resources/ios/icon/[email protected]" width="216" /> | ||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> | ||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> | ||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> | ||
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> | ||
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> | ||
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" /> | ||
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> | ||
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> | ||
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" /> | ||
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> | ||
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> | ||
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> | ||
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" /> | ||
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" /> | ||
<icon height="216" src="resources/ios/icon/[email protected]" width="216" /> | ||
<splash height="2688" src="resources/ios/splash/Default-2688h~iphone.png" width="1242" /> | ||
<splash height="1242" src="resources/ios/splash/Default-Landscape-2688h~iphone.png" width="2688" /> | ||
<splash height="1792" src="resources/ios/splash/Default-1792h~iphone.png" width="828" /> | ||
<splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" /> | ||
</platform> | ||
</widget> |
Oops, something went wrong.