You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,32 @@ Use it can be easily applied the Lua script on iOS, Android, OS X, and provides
6
6
7
7
### iOS / OS X
8
8
9
-
**Integrated**
9
+
**Integrated**
10
10
11
11
1. Clone the source to local disk.
12
12
2. Navigate to the “Release” directory, Then select the platform(iOS or OS X) directory.
13
13
3. Drag platform directory to your project and check the "Copy items if needed".
14
14
4. Now, you can import the LuaScriptCore/LuaScriptCore.h header in your code then use it.
15
15
16
-
**Rebuild the project**
16
+
**Rebuild the project**
17
17
18
18
1. Navigate to the "Source/iOS_OSX/" directory and Open the LuaScriptCore project.
19
19
2. Choose what you want to re-build the scheme(Chose the LuaScriptCore-iOS-output scheme is re-build iOS platform, and Chose the LuaScriptCore-OSX-output scheme is re-build OS X platform).
20
20
3. Command+B to re-build the project, After build is output to the “Release/platform(iOS/OSX)" directory.
0 commit comments