Skip to content

Commit

Permalink
Fixing iOS Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormtv committed Sep 9, 2019
1 parent a3914ee commit 4ec2a88
Show file tree
Hide file tree
Showing 5 changed files with 2,095 additions and 87 deletions.
22 changes: 17 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,24 @@
<config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
<false />
</config-file>
<icon height="180" src="resources/canoe/ios/icon/icon-60@3x.png" width="180" />
<icon height="60" src="resources/canoe/ios/icon/icon-60.png" width="60" />
<icon height="120" src="resources/canoe/ios/icon/icon-60@2x.png" width="120" />
<icon height="76" src="resources/canoe/ios/icon/icon-76.png" width="76" />
<icon height="152" src="resources/canoe/ios/icon/icon-76@2x.png" width="152" />
<icon height="40" src="resources/canoe/ios/icon/icon-40.png" width="40" />
<icon height="80" src="resources/canoe/ios/icon/icon-40@2x.png" width="80" />
<icon height="57" src="resources/canoe/ios/icon/icon.png" width="57" />
<icon height="114" src="resources/canoe/ios/icon/icon@2x.png" width="114" />
<icon height="72" src="resources/canoe/ios/icon/icon-72.png" width="72" />
<icon height="144" src="resources/canoe/ios/icon/icon-72@2x.png" width="144" />
<icon height="29" src="resources/canoe/ios/icon/icon-small.png" width="29" />
<icon height="58" src="resources/canoe/ios/icon/icon-small@2x.png" width="58" />
<icon height="87" src="resources/canoe/ios/icon/icon-small@3x.png" width="87" />
<icon height="50" src="resources/canoe/ios/icon/icon-50.png" width="50" />
<icon height="100" src="resources/canoe/ios/icon/icon-50@2x.png" width="100" />
<icon height="167" src="resources/canoe/ios/icon/icon-83.5@2x.png" width="167" />
<splash src="resources/canoe/ios/splash/Default@2x~universal~anyany.png" />
<splash src="resources/canoe/ios/splash/Default@2x~universal~comany.png" />
<splash src="resources/canoe/ios/splash/Default@2x~universal~comcom.png" />
<splash src="resources/canoe/ios/splash/Default@3x~universal~anyany.png" />
<splash src="resources/canoe/ios/splash/Default@3x~universal~anycom.png" />
<splash src="resources/canoe/ios/splash/Default@3x~universal~comany.png" />
<allow-navigation href="*" />
</platform>
<platform name="android">
Expand Down
2 changes: 1 addition & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"!www/**/*.map"
],
"pro_id": "se.krampe.canoe",
"app_id": ""
"id": "se.krampe.canoe"
}
Loading

0 comments on commit 4ec2a88

Please sign in to comment.