Skip to content

Commit ee433ea

Browse files
authored
Migrate xcarchive v1 (#277)
* Migrate xcarchive v1 * Fix lint issue * Migrate xcarchive package to go-utils/v2 * Fix lint issues * Fix xcarchive tests * Fix xcarchive tests
1 parent ccfa0a0 commit ee433ea

File tree

9 files changed

+1436
-79
lines changed

9 files changed

+1436
-79
lines changed

exportoptionsgenerator/archive_info_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package exportoptionsgenerator
22

33
import (
4-
"github.com/bitrise-io/go-xcode/xcarchive"
4+
"github.com/bitrise-io/go-xcode/v2/xcarchive"
55
)
66

77
// ExportProduct ...

0 commit comments

Comments
 (0)