Skip to content

Commit 2277b1c

Browse files
committed
[*]fork
0 parents  commit 2277b1c

File tree

132 files changed

+20587
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+20587
-0
lines changed

.hg_archival.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repo: 34ea105ad663e59a3b13c99017683856d10caf8a
2+
node: fbd0cb184b437b751ac0e2213779c310aaba0952
3+
branch: stable
4+
latesttag: null
5+
latesttagdistance: 137
6+
changessincelatesttag: 164

.hgignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
syntax:glob
2+
*.unc-backup*
3+
.DS_Store
4+
bin
5+
obj

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Unity Technologies
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Xcode Manipulation module
2+
=========================
3+
4+
This is an Xcode Manipulation module maintained by the Unity mobile team.
5+
6+
The module is bundled with Unity 5.0 and newer. The documentation of the version bundled with
7+
Unity is provided here http://docs.unity3d.com/ScriptReference/iOS.Xcode.PBXProject.html.
8+
9+
The open source version of the code is put in UnityEditor.iOS.Xcode.Custom namespace by
10+
default to avoid conflicts with the DLL bundled within Unity.
11+
12+
Contribution
13+
============
14+
15+
Please use name your branch other than 'stable' or 'dev' for pull requests.
16+
17+
The branch 'dev' is preferred pull request target. Pull requests to 'stable' branch will be first
18+
merged to 'dev' branch.
19+
20+
By doing a pull request to this repository you accept to release your code under the MIT
21+
license (see the LICENSE file).

Unity.iOS.Extensions.XCode.sln

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.iOS.Extensions.XCode", "Xcode\Unity.iOS.Extensions.XCode.csproj", "{2301D70B-617E-49AB-97B4-0BF15CF8E167}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xcode.Tests", "Xcode.Tests\Xcode.Tests.csproj", "{3B4473E0-974C-4144-8DBE-0E60BC7D0CC5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{2301D70B-617E-49AB-97B4-0BF15CF8E167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{2301D70B-617E-49AB-97B4-0BF15CF8E167}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{3B4473E0-974C-4144-8DBE-0E60BC7D0CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{3B4473E0-974C-4144-8DBE-0E60BC7D0CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
EndGlobalSection
18+
GlobalSection(MonoDevelopProperties) = preSolution
19+
Policies = $0
20+
$0.TextStylePolicy = $1
21+
$1.NoTabsAfterNonTabs = True
22+
$1.inheritsSet = VisualStudio
23+
$1.inheritsScope = text/plain
24+
$1.scope = text/x-csharp
25+
$0.CSharpFormattingPolicy = $2
26+
$2.inheritsSet = Mono
27+
$2.inheritsScope = text/x-csharp
28+
$2.scope = text/x-csharp
29+
$0.TextStylePolicy = $3
30+
$3.FileWidth = 120
31+
$3.NoTabsAfterNonTabs = True
32+
$3.inheritsSet = VisualStudio
33+
$3.inheritsScope = text/plain
34+
$3.scope = text/plain
35+
EndGlobalSection
36+
EndGlobal
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"assets" : [
3+
{
4+
"filename" : "icon1.imageset",
5+
"idiom" : "tv",
6+
"role" : "primary-app-icon",
7+
"size" : "128x256"
8+
}
9+
],
10+
"info" : {
11+
"author" : "test.test",
12+
"version" : 1
13+
}
14+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "data1.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "test.test",
10+
"version" : 1
11+
}
12+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"data" : [
3+
{
4+
"filename" : "data1.dat",
5+
"idiom" : "ipad"
6+
},
7+
{
8+
"filename" : "data2.dat",
9+
"idiom" : "universal",
10+
"memory" : "1GB",
11+
"universal-type-identifier" : "testtype1"
12+
},
13+
{
14+
"filename" : "data3",
15+
"graphics-feature-set" : "metal1v2",
16+
"idiom" : "universal",
17+
"memory" : "2GB",
18+
"universal-type-identifier" : "testtype2"
19+
}
20+
],
21+
"info" : {
22+
"author" : "test.test",
23+
"version" : 1
24+
}
25+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data" : [
3+
{
4+
"filename" : "data1.dat",
5+
"idiom" : "ipad"
6+
}
7+
],
8+
"info" : {
9+
"author" : "test.test",
10+
"version" : 1
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data" : [
3+
{
4+
"filename" : "data2.dat",
5+
"idiom" : "ipad"
6+
}
7+
],
8+
"info" : {
9+
"author" : "test.test",
10+
"version" : 1
11+
}
12+
}

0 commit comments

Comments
 (0)