-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
20 changed files
with
34 additions
and
20 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
*.xcuserdatad | ||
*.iml | ||
.gradle | ||
.idea | ||
build | ||
.DS_Store | ||
./android/__MACOSX | ||
./android/build | ||
./android/*.iml | ||
./ios/__MACOSX |
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
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,6 @@ | ||
{ | ||
"desc": "获取当前加速度、实时监听加速度", | ||
"requireFormatName": "eeuiAccelerometer", | ||
"requireName": "eeui/accelerometer", | ||
"title": "加速器" | ||
} |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Pod::Spec.new do |s| | |
|
||
|
||
|
||
s.name = "accelerometer" | ||
s.name = "eeuiAccelerometer" | ||
s.version = "1.0.0" | ||
s.summary = "eeui plugin." | ||
s.description = <<-DESC | ||
|
@@ -13,11 +13,11 @@ Pod::Spec.new do |s| | |
|
||
s.homepage = "https://eeui.app" | ||
s.license = "MIT" | ||
s.author = { "veryitman" => "[email protected]" } | ||
s.author = { "kuaifan" => "[email protected]" } | ||
s.source = { :path => '.' } | ||
s.source_files = "accelerometer", "**/**/*.{h,m,mm,c}" | ||
s.source_files = "eeuiAccelerometer", "**/**/*.{h,m,mm,c}" | ||
s.exclude_files = "Source/Exclude" | ||
s.resources = 'accelerometer/resources/*.*' | ||
s.resources = 'eeuiAccelerometer/resources/*.*' | ||
s.platform = :ios, "8.0" | ||
s.requires_arc = true | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+12.9 KB
...xcodeproj/project.xcworkspace/xcuserdata/GAOYI.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
...uiAccelerometer.xcodeproj/xcuserdata/GAOYI.xcuserdatad/xcschemes/xcschememanagement.plist
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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>accelerometer.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>0</integer> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
// 安装插件时会node运行此文件 |
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 @@ | ||
// 卸载插件时会node运行此文件 |