File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
tooling/cli/templates/mobile/ios Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri ' : ' patch'
3+ ---
4+
5+ Use correct lib name in xcode project.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ targets:
7878 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES : true
7979 groups : [app]
8080 dependencies :
81- - framework : lib{{snake-case app.name }}.a
81+ - framework : lib{{app.lib_name }}.a
8282 embed : false
8383 {{~#each ios-libraries}}
8484 - framework : {{this}}
@@ -120,8 +120,8 @@ targets:
120120 name : Build Rust Code
121121 basedOnDependencyAnalysis : false
122122 outputFiles :
123- - $(SRCROOT)/target/aarch64-apple-ios/${CONFIGURATION}/deps/lib{{snake-case app.name }}.a
124- - $(SRCROOT)/target/x86_64-apple-ios/${CONFIGURATION}/deps/lib{{snake-case app.name }}.a
123+ - $(SRCROOT)/target/aarch64-apple-ios/${CONFIGURATION}/deps/lib{{app.lib_name }}.a
124+ - $(SRCROOT)/target/x86_64-apple-ios/${CONFIGURATION}/deps/lib{{app.lib_name }}.a
125125 {{~#if ios-post-compile-scripts}}
126126 postCompileScripts :
127127 {{~#each ios-post-compile-scripts}}{{#if this.path}}
You can’t perform that action at this time.
0 commit comments