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: docs/singular/_includes/add-apm.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Once complete `apm` will have created something like the following file structur
37
37
38
38
- Add the `ane` directory to your IDE. *See the tutorials located [here](/docs/tutorials/getting-started) on adding an extension to your IDE.*
39
39
40
-
- You will have an `assets` directory that contains required assets for the installed extensions. You must add the `assets/ios`folder to the root of your iOS application package. (The `ios` folder contains a `Frameworks` folder with the required iOS dynamic frameworks).
40
+
- You will have an `assets` directory that contains required assets for the installed extensions. If there is an `ios`or `android` directory inside the `assets` directory you should add the contents of these directories to your respective builds.
41
41
42
42
:::info
43
43
We suggest you use the locations directly in your builds rather than copying the files elsewhere. The reason for this is if you ever go to update the extensions using `apm` that these updates will be pulled into your build automatically.
Copy file name to clipboardExpand all lines: docs/singular/_includes/add-manual-appdescriptor.mdx
+46-13Lines changed: 46 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,10 @@ The following should be added to your `extensions` node in your application desc
24
24
25
25
### Dynamic Frameworks
26
26
27
-
Singular is based on a dynamic framework so you must include the framework and dependent swift libs in your application for signing by AIR.
28
-
29
-
To do this create a `Frameworks` directory at the top / root level of your application and ensure it is packaged with your AIR application.
30
-
31
-
If should contain any of the files in the supplied `assets/ios/Frameworks` directory (including `dylib` and `framework` directories).
32
-
33
-
Your `Frameworks` directory should contain:
27
+
:::note
28
+
Singular is now based on a static framework so you no longer need to include the `Frameworks` directory in your application and you should remove any legacy versions of the `Singular.framework` from that folder.
29
+
:::
34
30
35
-
```
36
-
Singular.framework
37
-
```
38
31
39
32
40
33
### Info Additions
@@ -46,7 +39,7 @@ The following additions are for the `InfoAdditions` node of the iPhone section i
Copy file name to clipboardExpand all lines: static/asdocs/singular/all-classes.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
0 commit comments