[PR #94] [MERGED] iOS app release (TestFlight) (minimal mobile app that can read/write user's notes) #29

Closed
opened 2025-12-29 18:27:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/94
Author: @nikivdev
Created: 1/15/2024
Status: Merged
Merged: 3/17/2024
Merged by: @nikivdev

Base: devHead: feature/gh-108-ios-app-release-testflight-minimal-mobile-app-that-can


📝 Commits (10+)

📊 Changes

28 files changed (+546 additions, -82 deletions)

View changed files

mobile/.prettierignore (+6 -0)
mobile/.prettierrc (+41 -0)
📝 mobile/App_Resources/Android/app.gradle (+3 -3)
📝 mobile/App_Resources/iOS/Podfile (+4 -3)
📝 mobile/App_Resources/iOS/build.xcconfig (+1 -1)
mobile/App_Resources/iOS/src/TestView.swift (+88 -0)
mobile/App_Resources/iOS/src/TestViewProvider.swift (+25 -0)
mobile/app/Global/global.tsx (+36 -0)
mobile/app/Pages/Home.tsx (+48 -0)
mobile/app/Pages/Note.tsx (+16 -0)
mobile/app/Pages/Settings.tsx (+51 -0)
mobile/app/Pages/SettingsMember.tsx (+9 -0)
mobile/app/Pages/SettingsPreference.tsx (+9 -0)
mobile/app/Pages/SettingsProfile.tsx (+9 -0)
mobile/app/Utils/Device.util.ts (+11 -0)
mobile/app/app.ts (+0 -14)
📝 mobile/app/app.tsx (+47 -39)
mobile/app/index.ts (+13 -0)
mobile/app/router.ts (+21 -0)
mobile/custom_types/TestViewProvider.d.ts (+10 -0)

...and 8 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/94 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 3/17/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `dev` ← **Head:** `feature/gh-108-ios-app-release-testflight-minimal-mobile-app-that-can` --- ### 📝 Commits (10+) - [`2d4028a`](https://github.com/linsa-io/linsa/commit/2d4028a7dd1ab8f185fc01b62a07e34c74e43ec4) . - [`24bdb26`](https://github.com/linsa-io/linsa/commit/24bdb26fe25d49b59dfafb189297b7bb8441f908) . - [`a4c52f6`](https://github.com/linsa-io/linsa/commit/a4c52f6f405c59b4432c718bd58970af033a87c5) . - [`1facffb`](https://github.com/linsa-io/linsa/commit/1facffb4dc27c35c4310a5796be990c99db950eb) trying swiftui - [`416987a`](https://github.com/linsa-io/linsa/commit/416987a618a78efab61d5f0872d67346e4ac14ce) . - [`4096317`](https://github.com/linsa-io/linsa/commit/4096317e7bc9b9841189156723cc7f2992164386) moved to App_Resources - [`20efb33`](https://github.com/linsa-io/linsa/commit/20efb339e69b32ed114b63d0ebe39ccaf62c19a5) . - [`4530ae8`](https://github.com/linsa-io/linsa/commit/4530ae807f839d271062d2f53e2c617b57c6e5f8) . - [`52d5683`](https://github.com/linsa-io/linsa/commit/52d56834c15fa99ce8ac016a074f4faf687a034e) chore: cleanup - [`76baa68`](https://github.com/linsa-io/linsa/commit/76baa68a0c29071e98bbb16f42c17323f391d9f4) Merge remote-tracking branch 'upstream/dev' into feature/gh-108-ios-app-release-testflight-minimal-mobile-app-that-can ### 📊 Changes **28 files changed** (+546 additions, -82 deletions) <details> <summary>View changed files</summary> ➕ `mobile/.prettierignore` (+6 -0) ➕ `mobile/.prettierrc` (+41 -0) 📝 `mobile/App_Resources/Android/app.gradle` (+3 -3) 📝 `mobile/App_Resources/iOS/Podfile` (+4 -3) 📝 `mobile/App_Resources/iOS/build.xcconfig` (+1 -1) ➕ `mobile/App_Resources/iOS/src/TestView.swift` (+88 -0) ➕ `mobile/App_Resources/iOS/src/TestViewProvider.swift` (+25 -0) ➕ `mobile/app/Global/global.tsx` (+36 -0) ➕ `mobile/app/Pages/Home.tsx` (+48 -0) ➕ `mobile/app/Pages/Note.tsx` (+16 -0) ➕ `mobile/app/Pages/Settings.tsx` (+51 -0) ➕ `mobile/app/Pages/SettingsMember.tsx` (+9 -0) ➕ `mobile/app/Pages/SettingsPreference.tsx` (+9 -0) ➕ `mobile/app/Pages/SettingsProfile.tsx` (+9 -0) ➕ `mobile/app/Utils/Device.util.ts` (+11 -0) ➖ `mobile/app/app.ts` (+0 -14) 📝 `mobile/app/app.tsx` (+47 -39) ➕ `mobile/app/index.ts` (+13 -0) ➕ `mobile/app/router.ts` (+21 -0) ➕ `mobile/custom_types/TestViewProvider.d.ts` (+10 -0) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:52 +01:00
adam closed this issue 2025-12-29 18:27:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#29