(id string)
| 35 | } |
| 36 | |
| 37 | func loadApp(id string) App { |
| 38 | return newApp(id) |
| 39 | } |
| 40 | |
| 41 | func createApp(unsignedFile io.Reader, name string, profile Profile, signArgs string, userBundleId string, builderId string, tweakMap map[string]io.Reader) (App, error) { |
| 42 | app := newApp(uuid.NewString()) |