Skip to content

Commit 4e86204

Browse files
committed
separate iOS & macOS
1 parent dc96117 commit 4e86204

38 files changed

Lines changed: 4424 additions & 220 deletions

iOS/APIExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 212 deletions
Large diffs are not rendered by default.

iOS/Podfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,3 @@ target 'APIExample' do
1010
pod 'AgoraRtcEngine_iOS', '~> 3.0.0'
1111
end
1212

13-
target 'APIExample-Mac' do
14-
source 'https://github.com/CocoaPods/Specs.git'
15-
16-
use_frameworks!
17-
18-
pod 'AGEVideoLayout', '~> 1.0.2'
19-
pod 'AgoraRtcEngine_macOS', '~> 3.0.1'
20-
end

macOS/.gitignore

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
.vscode
2+
*.xcuserdata
3+
*.DS_Store
4+
*.xcscmblueprint
5+
*.framework
6+
*.a
7+
*.xcworkspacedata
8+
xcshareddata
9+
10+
*.zip
11+
agora_sdk
12+
*.xcarchive
13+
14+
DistributionSummary.plist
15+
ExportOptions.plist
16+
Packaging.log
17+
*.app
18+
19+
# Xcode
20+
#
21+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
22+
23+
## User settings
24+
xcuserdata/
25+
26+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
27+
*.xcscmblueprint
28+
*.xccheckout
29+
30+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
31+
build/
32+
DerivedData/
33+
*.moved-aside
34+
*.pbxuser
35+
!default.pbxuser
36+
*.mode1v3
37+
!default.mode1v3
38+
*.mode2v3
39+
!default.mode2v3
40+
*.perspectivev3
41+
!default.perspectivev3
42+
43+
## Obj-C/Swift specific
44+
*.hmap
45+
46+
## App packaging
47+
*.ipa
48+
*.dSYM.zip
49+
*.dSYM
50+
51+
## Playgrounds
52+
timeline.xctimeline
53+
playground.xcworkspace
54+
55+
# Swift Package Manager
56+
#
57+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
58+
# Packages/
59+
# Package.pins
60+
# Package.resolved
61+
# *.xcodeproj
62+
#
63+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
64+
# hence it is not needed unless you have added a package configuration file to your project
65+
# .swiftpm
66+
67+
.build/
68+
69+
# CocoaPods
70+
#
71+
# We recommend against adding the Pods directory to your .gitignore. However
72+
# you should judge for yourself, the pros and cons are mentioned at:
73+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
74+
75+
Pods/
76+
Podfile.lock
77+
78+
# Add this line if you want to avoid checking in source code from the Xcode workspace
79+
*.xcworkspace
80+
81+
# Carthage
82+
#
83+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
84+
# Carthage/Checkouts
85+
86+
Carthage/Build/
87+
88+
# Accio dependency management
89+
Dependencies/
90+
.accio/
91+
92+
# fastlane
93+
#
94+
# It is recommended to not store the screenshots in the git repo.
95+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
96+
# For more information about the recommended setup visit:
97+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
98+
99+
fastlane/report.xml
100+
fastlane/Preview.html
101+
fastlane/screenshots/**/*.png
102+
fastlane/test_output
103+
104+
# Code Injection
105+
#
106+
# After new code Injection tools there's a generated folder /iOSInjectionProject
107+
# https://github.com/johnno1962/injectionforxcode
108+
109+
iOSInjectionProject/
File renamed without changes.

iOS/APIExample-Mac/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to macOS/APIExample-Mac/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)