@@ -116,72 +116,6 @@ TUIKit_iOS/
116116└── devops/ # Build and deployment scripts
117117```
118118
119- ## Getting Started with Development
120-
121- ### Prerequisites
122-
123- Before you begin development, ensure you have:
124-
125- 1 . ** Development Environment:**
126- - macOS with Xcode 14.0+
127- - iOS 14.0+ deployment target
128- - CocoaPods installed
129-
130- 2 . ** Tencent Cloud Account:**
131- - SDKAppID from Tencent Cloud Console
132- - Valid UserSig for testing
133-
134- ### Building from Source
135-
136- 1 . ** Clone and Setup:**
137- ``` bash
138- git clone https://github.com/Tencent-RTC/TUIKit_iOS.git
139- cd TUIKit_iOS/application
140- pod install
141- ```
142-
143- 2 . ** Configure Credentials:**
144- - Open ` App-UIKit.xcworkspace ` in Xcode
145- - Navigate to ` GenerateTestUserSig.swift `
146- - Replace placeholder values with your actual SDKAppID and SecretKey
147-
148- 3 . ** Build and Run:**
149- - Select your target device or simulator
150- - Press Cmd+R to build and run
151-
152- ### Integration Guide
153-
154- To integrate TUIKit_iOS into your existing project:
155-
156- 1 . ** Add Podfile Dependencies:**
157- ``` ruby
158- pod ' AtomicX'
159- pod ' TUICallKit_Swift'
160- pod ' TUIRoomKit'
161- pod ' TUILiveKit'
162- ```
163-
164- 2 . ** Import and Initialize:**
165- ``` swift
166- import AtomicXCore
167- import AtomicX
168-
169- // Initialize in your AppDelegate
170- func application (_ application : UIApplication, didFinishLaunchingWithOptions launchOptions : [UIApplication.LaunchOptionsKey: Any ]? ) -> Bool {
171- // Configure AtomicXCore with your credentials
172- return true
173- }
174- ```
175-
176- 3 . ** Use UI Components:**
177- ``` swift
178- import AtomicX
179-
180- // Example: Add a call view
181- let callView = CallView ()
182- view.addSubview (callView)
183- ```
184-
185119## Contributing
186120
187121We welcome contributions! Please see our [ Contributing Guide] ( CONTRIBUTING.md ) for details on how to submit pull requests, report issues, and contribute to the project.
0 commit comments