Slide 25
Slide 25 text
products: [
.iOSApplication(
name: "Chapelle",
targets: ["AppModule"],
bundleIdentifier: "fr.adhumi.chapelledesbois",
teamIdentifier: "E873B24XVN",
displayVersion: "4",
bundleVersion: "15",
appIcon: .asset("AppIcon"),
accentColor: .asset("AccentColor"),
supportedDeviceFamilies: [
.pad,
.phone
],
supportedInterfaceOrientations: [
.portrait,
.landscapeRight,
.landscapeLeft,
.portraitUpsideDown(.when(deviceFamilies: [.pad]))
],
capabilities: [
.outgoingNetworkConnections()
],
appCategory: .travel
)
],