Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 6, 2024
1 parent e68c8dc commit daaf696
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 756 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/celest_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
api-level: 34
script: |
cd packages/celest_core/example
for OS in "sdk iPhone macos"; do
for OS in sdk iPhone macos
do
flutter test -d $OS integration_test/secure_storage_test.dart
done
3 changes: 0 additions & 3 deletions packages/celest_core/ffigen.core_foundation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ globals:
functions:
include:
- CFDictionary.*
- CFArray.*
- CF(.*)GetTypeID
- CFDataCreate
- CFStringGetCStringPtr
- CFStringGetCString
Expand All @@ -47,7 +45,6 @@ structs:
"__CFString": CFString
"__CFData": CFData
"__CFDictionary": CFDictionary
"__CFArray": CFArray
unnamed-enums:
include:
- kCF.*
6 changes: 0 additions & 6 deletions packages/celest_core/ffigen.security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@ typedefs:
functions:
include:
- Sec.*
- SecKeychainItem.*
globals:
include:
- kSec.*
- kCF.*
structs:
include:
- __SecKeychainItem
rename:
"__SecKeychainItem": SecKeychainItem
unnamed-enums:
include:
- errSec.*
Expand Down
Loading

0 comments on commit daaf696

Please sign in to comment.