-
-
Notifications
You must be signed in to change notification settings - Fork 109
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 #241 from getappbox/v3.0
V3.0
- Loading branch information
Showing
912 changed files
with
74,190 additions
and
38,318 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.files.user-selected.read-write</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20G95" minimumToolsVersion="Xcode 7.3" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier=""> | ||
<entity name="AppBoxService" representedClassName="AppBoxService" syncable="YES"> | ||
<attribute name="accountAccessKey" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="accountEmail" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="accountId" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="accountSecretKey" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="baseURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="uploadRecords" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="UploadRecord" inverseName="service" inverseEntity="UploadRecord" syncable="YES"/> | ||
</entity> | ||
<entity name="Project" representedClassName="Project" syncable="YES"> | ||
<attribute name="bundleIdentifier" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="uploadRecords" optional="YES" toMany="YES" deletionRule="Cascade" ordered="YES" destinationEntity="UploadRecord" inverseName="project" inverseEntity="UploadRecord" syncable="YES"/> | ||
</entity> | ||
<entity name="ProvisionedDevice" representedClassName="ProvisionedDevice" syncable="YES"> | ||
<attribute name="deviceId" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="ProvisioningProfile" representedClassName="ProvisioningProfile" syncable="YES"> | ||
<attribute name="buildType" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="createDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="expirationDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="teamId" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="teamName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="uuid" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="provisionedDevices" optional="YES" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="ProvisionedDevice" syncable="YES"/> | ||
<relationship name="uploadRecord" optional="YES" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="UploadRecord" inverseName="provisioningProfile" inverseEntity="UploadRecord" syncable="YES"/> | ||
</entity> | ||
<entity name="UploadRecord" representedClassName="UploadRecord" syncable="YES"> | ||
<attribute name="build" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="buildType" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="datetime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="dbAppInfoFullPath" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbDirectroy" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbFolderName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbIPAFullPath" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbManifestFullPath" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbSharedAppInfoURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbSharedIPAURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="dbSharedManifestURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="keepSameLink" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/> | ||
<attribute name="localBuildPath" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="mailURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="projectPath" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="shortURL" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="teamId" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="version" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="project" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Project" inverseName="uploadRecords" inverseEntity="Project" syncable="YES"/> | ||
<relationship name="provisioningProfile" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="ProvisioningProfile" inverseName="uploadRecord" inverseEntity="ProvisioningProfile" syncable="YES"/> | ||
<relationship name="service" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="AppBoxService" inverseName="uploadRecords" inverseEntity="AppBoxService" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="Project" positionX="-11914.72265625" positionY="-2547.59375" width="128" height="88"/> | ||
<element name="ProvisionedDevice" positionX="-12258" positionY="-2493" width="128" height="58"/> | ||
<element name="ProvisioningProfile" positionX="-12260" positionY="-2736" width="128" height="163"/> | ||
<element name="UploadRecord" positionX="-12081.50537109375" positionY="-2809.529998779297" width="128" height="358"/> | ||
<element name="AppBoxService" positionX="-12078.29156494141" positionY="-3003.159118652344" width="128" height="148"/> | ||
</elements> | ||
</model> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,68 +1,68 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "16x16", | ||
"filename" : "AppBox-9.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature16.png", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "16x16" | ||
}, | ||
{ | ||
"size" : "16x16", | ||
"filename" : "AppBox-8.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature32-1.png", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "16x16" | ||
}, | ||
{ | ||
"size" : "32x32", | ||
"filename" : "AppBox-7.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature32.png", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "32x32" | ||
}, | ||
{ | ||
"size" : "32x32", | ||
"filename" : "AppBox-6.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature64-1.png", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "32x32" | ||
}, | ||
{ | ||
"size" : "128x128", | ||
"filename" : "AppBox-5.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature128.png", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "128x128" | ||
}, | ||
{ | ||
"size" : "128x128", | ||
"filename" : "AppBox-4.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature256-257.png", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "128x128" | ||
}, | ||
{ | ||
"size" : "256x256", | ||
"filename" : "AppBox-3.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature256-256.png", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "256x256" | ||
}, | ||
{ | ||
"size" : "256x256", | ||
"filename" : "AppBox-2.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature512-2.png", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "256x256" | ||
}, | ||
{ | ||
"size" : "512x512", | ||
"filename" : "AppBox-1.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature512-1.png", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "512x512" | ||
}, | ||
{ | ||
"size" : "512x512", | ||
"filename" : "AppBox.png", | ||
"idiom" : "mac", | ||
"filename" : "iOSBetaTest-feature512.png", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "512x512" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file removed
BIN
-1.35 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature16.png
Binary file not shown.
Binary file removed
BIN
-50.2 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature256-256.png
Binary file not shown.
Binary file removed
BIN
-50.2 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature256-257.png
Binary file not shown.
Binary file removed
BIN
-3.04 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature32-1.png
Binary file not shown.
Binary file removed
BIN
-3.04 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature32.png
Binary file not shown.
Binary file removed
BIN
-91.7 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature512-1.png
Binary file not shown.
Binary file removed
BIN
-91.7 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature512-2.png
Binary file not shown.
Binary file removed
BIN
-320 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature512.png
Binary file not shown.
Binary file removed
BIN
-7.78 KB
AppBox/Assets.xcassets/AppIcon.appiconset/iOSBetaTest-feature64-1.png
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.