Skip to content

Commit eacd1ee

Browse files
committed
feat:submit harmonyos adaptation version
1 parent a783754 commit eacd1ee

File tree

812 files changed

+2517
-192186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

812 files changed

+2517
-192186
lines changed

.circleci/config.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.gitignore

Lines changed: 25 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
1+
2+
# OSX
3+
#
14
.DS_Store
2-
node_modules
3-
*/node_modules
5+
6+
# node.js
7+
#
8+
node_modules/
49
npm-debug.log
5-
.project
6-
*/.idea/*
7-
.vscode
8-
.idea/
10+
yarn-error.log
911

10-
######################### ignore for iOS ##############################
11-
# Created by https://www.gitignore.io/api/objective-c
1212

13-
### Objective-C ###
1413
# Xcode
1514
#
16-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
17-
18-
## Build generated
1915
build/
20-
_demo/
21-
DerivedData
22-
23-
## Various settings
2416
*.pbxuser
2517
!default.pbxuser
2618
*.mode1v3
@@ -30,49 +22,31 @@ DerivedData
3022
*.perspectivev3
3123
!default.perspectivev3
3224
xcuserdata
33-
34-
## Other
3525
*.xccheckout
3626
*.moved-aside
37-
*.xcuserstate
38-
*.xcscmblueprint
39-
40-
## Obj-C/Swift specific
27+
DerivedData
4128
*.hmap
4229
*.ipa
30+
*.xcuserstate
31+
project.xcworkspace
4332

44-
# CocoaPods
45-
#
46-
# We recommend against adding the Pods directory to your .gitignore. However
47-
# you should judge for yourself, the pros and cons are mentioned at:
48-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
49-
#
50-
Pods/
51-
Podfile.lock
52-
53-
# Carthage
54-
#
55-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
56-
# Carthage/Checkouts
57-
58-
Carthage/Build
5933

60-
# fastlane
34+
# Android/IntelliJ
6135
#
62-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
63-
# screenshots whenever they are needed.
64-
# For more information about the recommended setup visit:
65-
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
66-
67-
fastlane/report.xml
68-
fastlane/screenshots
36+
build/
37+
.idea
38+
.gradle
39+
local.properties
40+
*.iml
6941

70-
### Objective-C Patch ###
71-
*.xcscmblueprint
42+
# BUCK
43+
buck-out/
44+
\.buckd/
45+
*.keystore
7246

47+
.vscode/
7348

74-
# Created by https://www.gitignore.io/api/node
49+
android/build/
7550

76-
*.gcno
77-
.xcodecoverageignore
78-
######################### ignore for iOS ##############################
51+
*.tgz
52+
.ionide

BindingX-react-native.podspec

Lines changed: 0 additions & 31 deletions
This file was deleted.

BindingX.podspec

Lines changed: 0 additions & 32 deletions
This file was deleted.

CHANGELOG.md

Whitespace-only changes.

CONTRIBUTING.md

Whitespace-only changes.

0 commit comments

Comments
 (0)