Skip to content

Commit c4972d7

Browse files
committed
chore: fresh build of widgets
also reverts NativeScript@e002d72
1 parent 8b26e95 commit c4972d7

File tree

11 files changed

+9
-11
lines changed

11 files changed

+9
-11
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "7.1.4",
44
"license": "MIT",
55
"scripts": {
6-
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
6+
"clean": "git clean -f -X -d",
7+
"setup": "npm run clean && npm i && ts-patch install && nx run core:setup",
78
"start": "nps",
89
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
910
},

packages/core/image-source/index.ios.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,7 @@ export class ImageSource implements ImageSourceDefinition {
311311

312312
const data = getImageData(this.ios, format, quality);
313313
if (data) {
314-
const result = NSFileManager.defaultManager.createFileAtPathContentsAttributes(path, data, null);
315-
// release native memory earlier
316-
releaseNativeObject(data);
317-
return result;
314+
return NSFileManager.defaultManager.createFileAtPathContentsAttributes(path, data, null);
318315
}
319316

320317
return false;
149 Bytes
Binary file not shown.

packages/core/platforms/ios/TNSWidgets.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>TNSWidgets.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>DebugSymbolsPath</key>
2326
<string>dSYMs</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>TNSWidgets.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

packages/core/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</data>
3535
<key>Info.plist</key>
3636
<data>
37-
p3XXJG8ZAD443Py5pz+mDsZ5EeY=
37+
ADh4pPlA/MlPeoqmSDibKmrOKb0=
3838
</data>
3939
<key>Modules/module.modulemap</key>
4040
<data>

0 commit comments

Comments
 (0)