-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from adjust/windows_deeplink
Windows deeplink
- Loading branch information
Showing
46 changed files
with
94 additions
and
75 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ def LogInput(writeObject): | |
return Log | ||
|
||
def get_paths(Log, parser, xcode_sdk_path): | ||
args = parser.parse_args() | ||
args = parser.parse_known_args() | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nonelse
Author
Member
|
||
ios_project_path = args.ios_project_path | ||
|
||
unity_xcode_project_path = ios_project_path + "/Unity-iPhone.xcodeproj/project.pbxproj" | ||
|
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Assets/Plugins/Metro/Microsoft.Threading.Tasks.Extensions.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
Assets/Plugins/Metro/src/AdjustUnityWS/RealDLL/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Adjust" version="3.3.2" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="win81" /> | ||
<package id="Microsoft.Net.Http" version="2.2.18" targetFramework="win81" /> | ||
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="win81" /> | ||
<package id="PCLStorage" version="0.9.1" targetFramework="win81" /> | ||
<package id="Adjust" version="3.5.0" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="win81" /> | ||
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="win81" /> | ||
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="win81" /> | ||
<package id="PCLStorage" version="0.9.6" targetFramework="win81" /> | ||
</packages> |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Assets/Plugins/WP8/Microsoft.Threading.Tasks.Extensions.Phone.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Assets/Plugins/WP8/Microsoft.Threading.Tasks.Extensions.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
Assets/Plugins/WP8/src/AdjustUnityWP/RealDLL/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Adjust" version="3.3.2" targetFramework="wp80" /> | ||
<package id="Adjust" version="3.5.0" targetFramework="wp80" /> | ||
<package id="Md5.WP7" version="1.0.3" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="wp80" /> | ||
<package id="Microsoft.Net.Http" version="2.2.18" targetFramework="wp80" /> | ||
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="wp80" /> | ||
<package id="PCLStorage" version="0.9.1" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="wp80" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wp80" /> | ||
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="wp80" /> | ||
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="wp80" /> | ||
<package id="PCLStorage" version="0.9.6" targetFramework="wp80" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
parse_known_args has a different return format than parse_args - https://docs.python.org/3/library/argparse.html
This code was crashing this script (silently) for me under python 2.7.5 on OSX
This seemed to work as intended,
args, ignored_args = parser.parse_known_args()