Is there an existing issue for this?
Current Behavior
No response
Proposed Behavior
For consistency with other modules, change iOS source structure from:
│
└─── ios/
├── src/ # iOS platform code
└── test/ # iOS test code
to:
│
└─── ios/
└── src/
├── main/ # iOS platform code
└── test/ # iOS test code
This will also solve the issue of iOS test directory not being style-checked.
Alternative Solutions
No response
Plugin Version
1.0
Anything else?
No response
Is there an existing issue for this?
Current Behavior
No response
Proposed Behavior
For consistency with other modules, change iOS source structure from:
to:
This will also solve the issue of iOS test directory not being style-checked.
Alternative Solutions
No response
Plugin Version
1.0
Anything else?
No response