You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Merge develop into master.
Updates:
Adds support for Visual Studio 2017 Update 15.4.5
Update projections to target the 10.0.16299 Windows SDK
Address C++ compiler longevity issues
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,6 @@ When using the bridge, the first thing you'll want to do is generate a Visual St
88
88
89
89
For more detailed step by step instructions on how to import a project, see the [Quick Start Tutorial](https://github.com/Microsoft/WinObjC/wiki/Quick-Start-Tutorial) page of the wiki. For vsimporter options and known issues, check the [Using vsimporter](https://github.com/Microsoft/WinObjC/wiki/Using-vsimporter) wiki page.
90
90
91
-
### Analyzing your App
92
-
After importing your project, we strongly suggest using the [App Analysis Tool](https://developer.microsoft.com/en-us/windows/bridges/ios/app-analyzer-tool) to have a better understanding of the compatibility of your app with the bridge.
93
-
94
91
### Building & Running the Samples
95
92
A great way to learn more about the bridge and its features is building and running the samples of the SDK, which contain many code examples. We recommend starting with the **WOCCatalog** sample app, which demonstrates an assortment of iOS and XAML UI controls:
96
93
@@ -108,11 +105,10 @@ The following resources will help you get started. For more information, check o
108
105
109
106
1.[Wiki](https://github.com/Microsoft/WinObjC/wiki), for documentation and tutorials
3.[App Analysis Tool](https://developer.microsoft.com/en-us/windows/bridges/ios/app-analyzer-tool), to evaluate the compatibility of your app with the bridge
112
-
4.[Website on Windows Dev Center](https://dev.windows.com/bridges/ios), for evaluation virtual machines
113
-
5.[Quick Start Challenge](https://github.com/Microsoft/WinObjC/wiki/Quick-Start-Tutorial), for a quick hands-on introduction to the bridge
114
-
7.[FAQ](https://github.com/Microsoft/WinObjC/wiki/FAQ), with common questions and issues
115
-
8.[The iOS Bridge Samples Repo](https://github.com/Microsoft/WinObjC-Samples), for sample apps and code using the bridge
108
+
3.[Website on Windows Dev Center](https://dev.windows.com/bridges/ios), for evaluation virtual machines
109
+
4.[Quick Start Challenge](https://github.com/Microsoft/WinObjC/wiki/Quick-Start-Tutorial), for a quick hands-on introduction to the bridge
110
+
5.[FAQ](https://github.com/Microsoft/WinObjC/wiki/FAQ), with common questions and issues
111
+
6.[The iOS Bridge Samples Repo](https://github.com/Microsoft/WinObjC-Samples), for sample apps and code using the bridge
116
112
117
113
## Contributing
118
114
There are many ways to contribute to the Windows Bridge for iOS:
0 commit comments