This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch jcesarmobile-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 52c29af271135850d604a2a8c2cfc5830094b73e
Author: jcesarmobile <jcesarmob...@gmail.com>
AuthorDate: Thu Jul 3 18:23:33 2025 +0200

    docs(spec.md): change source-file compiler-flags example
---
 www/docs/en/dev/plugin_ref/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/plugin_ref/spec.md 
b/www/docs/en/dev/plugin_ref/spec.md
index adb22cc93a..de64f58c0e 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -273,8 +273,8 @@ Examples:
 <source-file src="src/android/Foo.java" target-dir="src/com/alunny/foo" />
 <!-- ios -->
 <source-file src="src/ios/CDVFoo.m" />
+<source-file src="src/ios/CDVFoo.m" compiler-flags="-fno-objc-arc" />
 <source-file src="src/ios/someLib.a" framework="true" />
-<source-file src="src/ios/someLib.a" compiler-flags="-fno-objc-arc" />
 ```
 
 ## header-file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to