Skip to content

Commit

Permalink
Fix codesign issue
Browse files Browse the repository at this point in the history
  • Loading branch information
driefler committed Aug 12, 2022
1 parent 3778a64 commit e851b74
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions SCSDKCoreKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SCSDKCoreKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SCSDKCoreKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
</data>
<key>Info.plist</key>
<data>
9NqPphtLFnDS5Ur73mGonleoajA=
TTIEvZNlKX5VrV7C0bPTlpG+Q+Q=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
10 changes: 5 additions & 5 deletions SCSDKCreativeKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SCSDKCreativeKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SCSDKCreativeKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</data>
<key>Info.plist</key>
<data>
iG/j/xYbcreVZt0IdLUjaGSIuwk=
PA1B+6ENI9oqPKZAyxA7TDgq8VY=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</data>
<key>Info.plist</key>
<data>
RgEMSZ8j8M7Dy2D4i3nb9y9A3Ak=
62MFbGjwtaFvGdTlc+2qHV4HFgY=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down

0 comments on commit e851b74

Please sign in to comment.