Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode / iOS Fixes v87 #606

Merged
merged 4 commits into from
Mar 3, 2025
Merged

Xcode / iOS Fixes v87 #606

merged 4 commits into from
Mar 3, 2025

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Mar 3, 2025

ProjectGenerator

  • restored disputed clean name functionality - added command -"n" --cleanname to disable
  • Test osx command line fixes (error 127 on Actions)
  • Xcode fixes for copy/add for known and used types. (.modulemap. .bundle, .tdb, .swift, .plist)
  • Swift added set flagged with c++ swift interop 5.9 (C++ can be used)
  • Added auto compile flags for non-arc terms (search for non-arc commands in .mm.cpp.m)
  • Added auto objective-c++ flag for .cpp if obj-c commands
  • Added function for checking file for objc++
  • VS fixed up exclusions for Apple types for projects / cross
  • xcode kept default type for addSrc flag to disable add phases - test
  • added other apple platforms

danoli3 added 4 commits March 3, 2025 10:55
…le, .tdb, .swift, .plist)

Swift added set flagged  with c++ swift interop 5.9 (C++ can be used)
Added auto compile flags for non-arc terms (search for non-arc commands in .mm.cpp.m)
Added auto objective-c++ flag for .cpp if obj-c commands
Added function for checking file for objc++
VS fixed up exclusions for Apple types for projects / cross
xcode kept default type for addSrc flag to disable add phases - test
@danoli3 danoli3 merged commit 8294756 into openframeworks:master Mar 3, 2025
3 checks passed
@@ -100,7 +100,7 @@ bool xcodeProject::createProjectFile(){
for (auto & f : {"openFrameworks-Info.plist", "of.entitlements"}) {
copyTemplateFiles.push_back({normalizePath(templatePath / f), normalizePath(projectDir / f)});
}
} else if (target == "ios" || target == "macos") {
} else if (target == "ios" || target == "tvos" || target == "visionos" || target == "catos" || target == "macos") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think macos template (target) doesnt have ofxiOS-Info.plist

@dimitre
Copy link
Member

dimitre commented Mar 3, 2025

Please bump version for each merged PR so we can track better if any issue arises

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants