Skip to content

Commit 11b3b84

Browse files
committed
chore: release prep
1 parent 8f1455e commit 11b3b84

File tree

13 files changed

+22
-14
lines changed

13 files changed

+22
-14
lines changed

apps/automated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nativescript/android": "7.0.1",
18-
"@nativescript/ios": "7.1.0",
18+
"@nativescript/ios": "7.2.0",
1919
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
2020
"typescript": "file:../../node_modules/typescript"
2121
},

apps/toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@nativescript/android": "7.0.1",
15-
"@nativescript/ios": "7.1.0",
15+
"@nativescript/ios": "7.2.0",
1616
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1717
"typescript": "file:../../node_modules/typescript"
1818
}

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@nativescript/android": "7.0.1",
15-
"@nativescript/ios": "7.1.0",
15+
"@nativescript/ios": "7.2.0",
1616
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1717
"typescript": "file:../../node_modules/typescript"
1818
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"mocha": "^8.0.1",
4848
"mocha-typescript": "^1.1.17",
4949
"module-alias": "^2.2.2",
50-
"nativescript": "~7.1.0",
50+
"nativescript": "~7.2.0",
5151
"node-sass": "~4.14.1",
5252
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
5353
"parserlib": "^1.1.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "7.1.4",
6+
"version": "7.2.0",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
platform :ios, '9.0'
1+
platform :ios, '12.0'
22
use_frameworks!
33

4-
pod 'MaterialComponents/Tabs', '~> 94.5'
4+
pod 'MaterialComponents/Tabs', '~> 94.5'
5+
6+
post_install do |installer|
7+
installer.pods_project.targets.each do |target|
8+
target.build_configurations.each do |config|
9+
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
10+
end
11+
end
12+
end

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_x86_64-simulator</string>
11+
<string>ios-arm64</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>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>DebugSymbolsPath</key>
2623
<string>dSYMs</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>TNSWidgets.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)