Add Fastlanedemoapp Xcode project for Fastlane demo

This commit is contained in:
sangeeths03
2025-05-20 11:47:39 +05:30
parent 75a9f57f0a
commit 9fe322de08
14 changed files with 860 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//
// FastlanedemoappTests.swift
// FastlanedemoappTests
//
// Created by sangeeths03 on 20/05/25.
//
import Testing
struct FastlanedemoappTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}