Skip to content

🐠 Update iOS source structure #93

@cengiz-pz

Description

@cengiz-pz

Is there an existing issue for this?

  • I have searched the existing open and closed issues
  • I have searched the discussions
  • I have starred the repository

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions