Skip to content

Commit 1016d28

Browse files
committed
udpate to 1.1.0
1 parent 519f311 commit 1016d28

File tree

4 files changed

+4120
-581
lines changed

4 files changed

+4120
-581
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ react-native link
2222
- 打开工程,进入 Build Settings -> Other Link Flag 添加一行编译选项
2323

2424
```
25-
-framework "EAccountSDK"
2625
-framework "TYRZNoUISDK"
2726
-framework "account_verify_sdk_core"
2827
```

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,6 @@
13791379
"-framework",
13801380
"\"account_verify_sdk_core\"",
13811381
"-framework",
1382-
"\"EAccountSDK\"",
1383-
"-framework",
13841382
"\"TYRZNoUISDK\"",
13851383
);
13861384
PRODUCT_BUNDLE_IDENTIFIER = com.example.huminios.jpushTest;
@@ -1410,8 +1408,6 @@
14101408
"-framework",
14111409
"\"account_verify_sdk_core\"",
14121410
"-framework",
1413-
"\"EAccountSDK\"",
1414-
"-framework",
14151411
"\"TYRZNoUISDK\"",
14161412
);
14171413
PRODUCT_BUNDLE_IDENTIFIER = com.example.huminios.jpushTest;

0 commit comments

Comments
 (0)