Lancements d'AppCode

Released: Aug 3, 2022

Mises à jour de 2022.2.x

2022.2.4

Updated Oct 26, 2022

Fixes

  • Improved AppCode’s compatibility with Xcode 14.1 RC by fixing an exception that was happening on project opening.

2022.2.3

Updated Oct 11, 2022

Features

  • Improved compatibility with Apple Xcode 14.1 beta.
  • Improved performance when working with language injections.

Fixes

  • The Create branch input field in the Open task window now has the correct size.

2022.2.2

Updated Sep 15, 2022

Fixes

  • The Quick Documentation popup for Swift code no longer scrambles the order of...

Released: Apr 27, 2022

Mises à jour de 2022.1.x

2022.1.4

Updated Jul 29, 2022

Fixes

  • Fixed the issue causing text flickers in the Commit details pane.
  • Fixed the Run Git hooks checkbox in the Before Commit section of the Commit tool window.
  • Changing the .iml file no longer removes associated Git mapping.
  • Fixed the issue causing the external diff tools for directories to malfunction.

2022.1.3

Updated Jun 22, 2022

Fixes

  • Fixed the issue causing Parameter Info not to work in C++ code.
  • Addressed some VCS issues:
    • Ctrl+Click (On Windows and Linux...

Released: Dec 2, 2021

Mises à jour de 2021.3.x

2021.3

Updated Dec 2, 2021

Features

  • Swift
    • Swift actors are now fully supported in AppCode.
    • Completion - You can now complete two code constructs at a time, including these three combinations:
      • Compiler conditions and their arguments.
      • if/guard and let keywords.
      • The case keyword and the enumeration case name.
    • Documentation - Render documentation comments in your code as plain text simply by pressing ⌃⌥Q. AppCode will update your documentation when performing refactorings. In addition, you can...

Released: Aug 12, 2021

Mises à jour de 2021.2.x

2021.2

Updated Aug 12, 2021

Features

  • Swift - This release adds support for result builders, async/await and other recent Swift 5.4 additions.
    • Documentation tags - AppCode now shows completion for common documentation tags in Swift.
    • Complete Statement - You can now complete if, else, switch and other typical statements.
    • Call Hierarchy - You can now see the hierarchy of your function calls or method calls in the Call Hierarchy tool window.
  • Swift Package Manager - You can now run and debug your SPM...

Released: Apr 26, 2021

Mises à jour de 2021.1.x

2021.1.1

Updated May 13, 2021

Features

  • Debug as root - You can now run or debug your application as root by selecting the corresponding option in the Edit Configurations dialog.

Fixes

  • Run settings were disappearing after SPM dependencies re-import.
  • Delay when running unit tests.

2021.1

Updated Apr 26, 2021

Features

Swift Package Manager

  • Standalone Projects - Added support for pure SPM projects. AppCode now resolves all Objective-C entities in Swift packages. Local SPM packages are now correctly...

Released: Dec 10, 2020

Mises à jour de 2020.3.x

2020.3.4

Updated Mar 16, 2021

Features

Trusted projects

  • Introduced the concept of trusted projects to mitigate the risks associated with opening projects from unknown and untrusted sources.
  • When you open a project, AppCode doesn’t execute any code from it and checks whether it is trusted or from a trusted location.
  • If the project currently is not trusted, the IDE will ask you to choose whether to open it in safe mode or full-trust mode. If the project currently is not trusted, the IDE will ask...

Released: Aug 5, 2020

Mises à jour de 2020.2.x

2020.2.4

Updated Oct 8, 2020

Features

  • Added support for Xcode 12 project templates and syntax for multiple trailing closures.

Fixes

  • Problems when starting wireless debugging.
  • AppKit symbols not being resolved for Mac Catalyst.
  • Deadlock on project opening with run configurations stored in a non-default location.

2020.2.3

Updated Sep 17, 2020

Features

  • Added initial support for Xcode 12:
    • Fixed issues running applications on Apple iOS 14 devices.
    • Xcode 12 documentation now works in AppCode.

Fixes...

Released: Jun 5, 2020

Mises à jour de 2020.1.4

Correctifs

  • Xcode complaining about modified xcworkspace on a project with an SPM dependency.
  • XCTUnwrap was displayed as unresolved.
  • Hard IDE freeze when changing signature for Objective-C method in mixed Swift/OC project.
  • Constructors/initialisers for a class were not being resolved.
  • Feature Trainer plugin issues in AppCode 2020.1.
  • String literals in initializers were being highlighted as errors.

Released: May 13, 2020

Mises à jour de 2020.1.2

Fonctionnalités

  • Added support for mutability checks for property wrappers.

Correctifs

  • Swift: default enum arguments were not being resolved.
  • Swift: synthesized allCases were being resolved/completed even if an enum didn’t conform to CaseIterable.
  • “Unknown operator” was being displayed on valid code.
  • Shared configurations were adding and removing XCODE_TESTS_HASH_CODE.
  • Environment files were not detected by the HTTP Client plugin.

Released: Apr 21, 2020

Mises à jour de 2020.1

Fonctionnalités

Performance

  • Building and caching of bridging symbols on first project opening. Initial caching may require more time, but after it’s finished, all code assistance actions (including completion and navigation) should work much faster than before.
  • Optimized completion for parameters, local variables, and global variables declared in the same file.
  • Faster binary expressions parsing (the “Loading” indicator no longer gets stuck while Swift files are opening).

Swift

  • Completion During...