feat: add ios - #13
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an iOS sample application (Xcode project) to demonstrate acquiring/dropping a floating license using the LexFloatClient iOS framework.
Changes:
- Introduces a new iOS “sample” app with basic UI (storyboards) and app lifecycle files.
- Adds Xcode project configuration linking against
LexFloatClient.xcframework. - Adds iOS-specific README with setup/run instructions.
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| ios/sample/sample/ViewController.m | Implements sample UI actions that configure LexFloatClient, request a floating license, and drop it. |
| ios/sample/sample/ViewController.h | Declares the sample view controller. |
| ios/sample/sample/SceneDelegate.m | Adds default scene lifecycle implementation for the sample app. |
| ios/sample/sample/SceneDelegate.h | Declares the scene delegate and window property. |
| ios/sample/sample/main.m | Adds the iOS app entry point. |
| ios/sample/sample/Info.plist | Defines bundle/app configuration (storyboards, orientations, etc.). |
| ios/sample/sample/Base.lproj/Main.storyboard | Defines the sample UI with buttons/label wired to ViewController. |
| ios/sample/sample/Base.lproj/LaunchScreen.storyboard | Defines a minimal launch screen storyboard. |
| ios/sample/sample/Assets.xcassets/Contents.json | Adds asset catalog container metadata. |
| ios/sample/sample/Assets.xcassets/AppIcon.appiconset/Contents.json | Adds app icon set metadata. |
| ios/sample/sample/Assets.xcassets/AccentColor.colorset/Contents.json | Adds accent color set metadata. |
| ios/sample/sample/AppDelegate.m | Adds default app delegate implementation. |
| ios/sample/sample/AppDelegate.h | Declares the app delegate. |
| ios/sample/sample.xcodeproj/xcshareddata/xcschemes/sample.xcscheme | Adds a shared scheme for building/running the sample target. |
| ios/sample/sample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | Adds Xcode workspace checks metadata. |
| ios/sample/sample.xcodeproj/project.xcworkspace/contents.xcworkspacedata | Adds workspace definition for the Xcode project. |
| ios/sample/sample.xcodeproj/project.pbxproj | Defines the Xcode project structure, build phases, and framework linkage. |
| ios/README.md | Documents how to build/run the iOS sample and where to place the xcframework. |
Files not reviewed (1)
- ios/sample/sample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ahmad-kemsan
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.