mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
//go:build !sandbox
|
|
|
|
package diff
|
|
|
|
func (d *Diff) parseSandboxProfiles() (string, error) {
|
|
return "", ErrSandboxDiffUnavailable
|
|
}
|