mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
* Test release workflow * Update release.yml * Update release.yml * add linux deps * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Fix: Misc tests * Fix: Misc tests + linux build tags * Fix: Bindings tests + move templates to pkg. Add json schema for templates * Fix: template tests * Add tests to release workflow. Test for go 1.18 + go 1.19 Fix: ignore .m files for non darwin builds. Fix watcher test. Fix warning in clilogger. * Fix release pipeline * Matrix for tests * Rename templates to make tests work * Update template test * Debug template test * Debug template test * Debug template test * Fix gitignore * Update release.yml
113 lines
5.3 KiB
XML
113 lines
5.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="ALL"/>
|
|
</component>
|
|
<component name="GOROOT" url="file://{{.GoSDKPath}}"/>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$"/>
|
|
</component>
|
|
<component name="GoLibraries">
|
|
<option name="indexEntireGoPath" value="false"/>
|
|
</component>
|
|
<component name="ProjectId" id="wails-{{.ProjectName}}"/>
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true"/>
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true"/>
|
|
<option name="showLibraryContents" value="true"/>
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true"/>
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true"/>
|
|
<property name="WebServerToolWindowFactoryState" value="false"/>
|
|
<property name="com.intellij.ide.scratch.LRUPopupBuilder$1/New Scratch File" value="TEXT"/>
|
|
<property name="go.formatter.settings.were.checked" value="true"/>
|
|
<property name="go.import.settings.migrated" value="true"/>
|
|
<property name="go.modules.go.list.on.any.changes.was.set" value="true"/>
|
|
<property name="go.sdk.automatically.set" value="true"/>
|
|
<property name="go.tried.to.enable.integration.vgo.integrator" value="true"/>
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$"/>
|
|
<property name="settings.editor.selected.configurable"
|
|
value="reference.settingsdialog.IDE.editor.colors.Console Font"/>
|
|
</component>
|
|
<component name="RunManager" selected="Go Build.{{.ProjectName}} (debug)">>
|
|
<configuration name="{{.ProjectName}} (dev)" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
|
<module name="{{.ProjectName}}"/>
|
|
<working_directory value="$PROJECT_DIR$"/>
|
|
<go_parameters value="-gcflags "all=-N -l" -tags dev -o {{.PathToDesktopBinary}}"/>
|
|
<useCustomBuildTags value="true"/>
|
|
<envs>
|
|
<env name="CGO_ENABLED" value=""{{.CGOEnabled}}""/>
|
|
<env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
|
|
</envs>
|
|
<kind value="DIRECTORY"/>
|
|
<directory value="$PROJECT_DIR$"/>
|
|
<filePath value="$PROJECT_DIR$"/>
|
|
<method v="2">
|
|
</method>
|
|
</configuration>
|
|
<configuration name="{{.ProjectName}} (debug)" type="GoApplicationRunConfiguration"
|
|
factoryName="Go Application">
|
|
<module name="{{.ProjectName}}"/>
|
|
<working_directory value="$PROJECT_DIR$"/>
|
|
<go_parameters
|
|
value="-gcflags "all=-N -l" -ldflags "{{.WindowsFlags}}" -tags desktop,production,debug -o {{.PathToDesktopBinary}}"/>
|
|
<useCustomBuildTags value="true"/>
|
|
<envs>
|
|
<env name="CGO_ENABLED" value=""{{.CGOEnabled}}""/>
|
|
<env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
|
|
</envs>
|
|
<kind value="DIRECTORY"/>
|
|
<directory value="$PROJECT_DIR$"/>
|
|
<filePath value="$PROJECT_DIR$"/>
|
|
<method v="2">
|
|
</method>
|
|
</configuration>
|
|
<configuration name="{{.ProjectName}} (production)" type="GoApplicationRunConfiguration"
|
|
factoryName="Go Application">
|
|
<module name="{{.ProjectName}}"/>
|
|
<working_directory value="$PROJECT_DIR$"/>
|
|
<go_parameters
|
|
value="-ldflags "-w -s{{.WindowsFlags}}" -tags desktop,production -o {{.PathToDesktopBinary}}"/>
|
|
<useCustomBuildTags value="true"/>
|
|
<envs>
|
|
<env name="CGO_ENABLED" value=""{{.CGOEnabled}}""/>
|
|
<env name="CGO_LDFLAGS" value="{{.CGOLDFlags}}"/>
|
|
</envs>
|
|
<kind value="DIRECTORY"/>
|
|
<directory value="$PROJECT_DIR$"/>
|
|
<filePath value="$PROJECT_DIR$"/>
|
|
<method v="2">
|
|
</method>
|
|
</configuration>
|
|
|
|
<list>
|
|
<item itemvalue="Go Build.{{.ProjectName}} (dev)"/>
|
|
<item itemvalue="Go Remote.Local"/>
|
|
</list>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0"
|
|
DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true"/>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3"/>
|
|
</component>
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
<option name="TAB_STATES">
|
|
<map>
|
|
<entry key="MAIN">
|
|
<value>
|
|
<State/>
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
<option name="oldMeFiltersMigrated" value="true"/>
|
|
</component>
|
|
<component name="VgoProject">
|
|
<integration-enabled>true</integration-enabled>
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
</breakpoint-manager>
|
|
</component>
|
|
</project> |