Hendrik Bugdoll

Results 18 issues of Hendrik Bugdoll

**Introduction** Motivated by https://github.com/tidev/titanium-cli/issues/593 I took a closer look at the log messages during the build process (app build and SDK build). Currently, almost all Xcode warnings end up at...

Fixes #14145. **Introduction:** - in `(void)updateTabBarItem` a new `UITabBarItem` is created and assigned to the ViewController with each property update - iOS 18/iPadOS 18 handles internally the tab bar in...

**Introduction:** Xcode's _multiple matching destinations_ warnings have been a topic in the past, see discussion https://github.com/tidev/titanium-sdk/discussions/13174, and was fixed for app build by https://github.com/tidev/titanium-sdk/pull/13098. Typical example: ``` --- xcodebuild: WARNING:...

**Introduction** This "issue" is intended to serve as a reminder and overview of CI warnings (_check warnings_) here on GitHub. In addition, other developers can see that these warnings are...

Related to https://github.com/tidev/titanium-sdk/issues/14290. Edit: Also fixes https://github.com/tidev/titanium-sdk/issues/14306. **Description** Removed over 40 warnings during TitaniumKit build process: - **Class method not found warnings** - `+resourceBasedURL:baseURL:` in `iphone/TitaniumKit/TitaniumKit/Sources/API/ScriptModule.m` - added missing header...

Fixes https://github.com/tidev/titanium-sdk/issues/14211. **Description:** - https://github.com/tidev/titanium-sdk/commit/951877b29c0655a2f2e9d053d25ddfcdf464c7dd created a new issue setting `navTintColor` for a **tab group**, not for window - in this case `newColor` was set to a new object and...

**Description:** - removed reference to _iTunes_ in a comment - removed obsolete `platforms/ios/project/iTunesConnect.png` - `templates/DefaultIcon.png` is available for the purpose as app icon in App Store

- updated the min SDK versions for iOS and Android in regard to the current manifest files