Skip to content

Commit

Permalink
[skip ci] Add support for fleet KMP targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 7, 2023
1 parent 831fe28 commit d4adc06
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .fleet/receipt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"spec": {
"template_id": "kmt",
"targets": {
"android": {
"ui": [
"compose"
]
},
"ios": {
"ui": [
"compose"
]
},
"desktop": {
"ui": [
"compose"
]
}
}
},
"timestamp": "2023-11-07T15:10:17.677368983Z"
}
8 changes: 8 additions & 0 deletions app/ios/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions app/ios/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/ios/.idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions app/ios/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions app/ios/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions app/ios/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions app/ios/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
name = Frameworks;
sourceTree = "<group>";
};
6B6208091B83A12AB77DFEDF /* xcschemes */ = {
isa = PBXGroup;
children = (
);
name = xcschemes;
path = iosApp.xcworkspace/xcuserdata/michaelrittmeister.xcuserdatad/xcschemes;
sourceTree = "<group>";
};
8E3F496A2A1A51E5001D2B92 = {
isa = PBXGroup;
children = (
Expand All @@ -66,6 +74,7 @@
8E3F49742A1A51E5001D2B92 /* Products */,
295B13624D7C35295254695F /* Pods */,
440D2C00F0B0D5F7AEEEAE9F /* Frameworks */,
6B6208091B83A12AB77DFEDF /* xcschemes */,
);
sourceTree = "<group>";
};
Expand Down

0 comments on commit d4adc06

Please sign in to comment.