Questions tagged [osx]
The osx tag has no summary.
25 questions
3 votes
0 answers
85 views
Confused about how to test Python scripts that install and configure a development setup on OSX (VMware? Docker-OSX?)
In my company we hire engineers for various "disciplines"—iOS, Android, Web, Backend, Data, etc. Engineers follow an onboarding workbook to install what they need for their discipline. iOS ...
0 votes
2 answers
1k views
How can I integrate Python into an OSX program?
I'm very comfortable with Swift, Obj-C, and Javascript but for a new project I need to use a library that is only available in Python. How do I integrate python or python scripts into an OSX project? ...
8 votes
1 answer
16k views
Can I write a cross-platform application (Mac and Windows) using C#? [closed]
I see lots of old information on this question, and lots of articles flying around the Interwebs, but I can't tell quite where things are at. Basically, I want to write C# code that I can then compile ...
1 vote
2 answers
327 views
Program Compatibility - OS That Can Run Anything? [closed]
I know that programs that are built on one OS won't work on another, like a Windows program on a Linux distribution, and that there are programs that translate those system calls into system calls ...
0 votes
3 answers
175 views
What are the limits of using OS X when it comes to compiling and running CLI-based tools and scripts that were written with Linux in mind?
I run little scientific scripts and C tools on OS X from time to time. For the C tools, I just download the source and compile using the provided Makefile. I usually don't have any problems when using ...
3 votes
1 answer
697 views
Is it mandatory to obtain a licence for distributing software uses bundled Mono runtime?
My software composed of an EXE and dependent class library dlls, built on Windows using visual studio C# Compiler. I've been able to run it directly on Mac OS X using mono myApp.exe without rebuilding....
4 votes
1 answer
1k views
Fixed window size app development for Mac OS X
I am developing a rather eye-candy application which is to be released on Mac App Store. Due to its graphics intensive use, it would save a great deal of time on UI end if the app could be released ...
5 votes
2 answers
1k views
How to decide how backward-compatible my new Mac OS X application should be?
I'm currently contemplating writing an OS X version of my Windows software. My Windows application still supports Windows XP, and I know that if I drop support for it now, our customers will cry ...