File tree Expand file tree Collapse file tree 13 files changed +22
-14
lines changed
ios-arm64_x86_64-simulator
dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF
dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF
tools/assets/App_Resources/iOS Expand file tree Collapse file tree 13 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- platform :ios , '9 .0'
1+ platform :ios , '12 .0'
22use_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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments