Skip to content

feat: add ios - #13

Merged
ahmad-kemsan merged 4 commits into
mainfrom
huzaif/add-ios
Jul 31, 2026
Merged

feat: add ios#13
ahmad-kemsan merged 4 commits into
mainfrom
huzaif/add-ios

Conversation

@mir-huzaif

Copy link
Copy Markdown

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread ios/sample/sample/ViewController.m
Comment thread ios/sample/sample/ViewController.m
Comment thread ios/sample/sample/Info.plist
Comment thread ios/sample/sample.xcodeproj/project.pbxproj
Comment thread ios/README.md
Comment thread ios/README.md
@ahmad-kemsan
ahmad-kemsan merged commit 7001902 into main Jul 31, 2026
3 checks passed
@ahmad-kemsan
ahmad-kemsan deleted the huzaif/add-ios branch August 17, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants