Skip to content

Commit 98e0bbb

Browse files
committed
Add note about new library
libsqlite3.dylib is not required if not using linker flag
1 parent d6dbe5f commit 98e0bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ __[iOS Only]__
4949
* libsqlite3.dylib
5050
* If you would like the libraries to be automatically added when building for iOS, copy the file _PostProcessBuildPlayer_GA_ from the _iOS Extras_ folder and put it in the _<YOUR PROJECT ROOT>/Assets/Editor_ folder.
5151
* Next, get the mod_pbxproj.py script available [here](https://github.com/kronenthaler/mod-pbxproj) and copy it into the Editor directory as well. The libraries will now be added automatically during the build.
52+
* _Note: 'libsqlite3.dylib' is only required if using the '-ObjC' linker flag in Xcode and can be safely removed from the PostProcessBuildPlayer_GA file if you are not using this flag._
5253
4. <h4>Configure the GAv3 prefab</h4>
5354
Click on the prefab object called __GAv3.prefab__ which you can find in _Assets/Plugins/GoogleAnalyticsV3_ in the _Project_ view. The _Inspector_ view on the right will now display a Script component attached to the prefab with several properties underneath.
5455
5. Populate these fields with the correct values for your project. This will populate the object so you can use it everywhere in your project.

0 commit comments

Comments
 (0)