sevivon-prototype

[RADIOACTIVE] a concept version of sevivon
git clone git://git.figbert.com/sevivon-prototype.git
Log | Files | Refs | README | LICENSE

commit 9006526e7e32899f0b2c4f1a274bb9bc2fc33177
parent 1cf1a166d59983ba15ca01686002a7cc23defa03
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  1 Jan 2021 18:09:59 -0800

Add ios directory with export Xcode project

Diffstat:
M.gitignore | 8++++++--
Aios/DistributionSummary.plist | 49+++++++++++++++++++++++++++++++++++++++++++++++++
Aios/ExportOptions.plist | 18++++++++++++++++++
Aios/Packaging.log | 179+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aios/sevivon.a | 0
Aios/sevivon.xcodeproj/project.pbxproj | 455+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aios/sevivon.xcodeproj/project.xcworkspace/contents.xcworkspacedata | 8++++++++
Aios/sevivon.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | 8++++++++
Aios/sevivon.xcodeproj/xcshareddata/xcschemes/sevivon.xcscheme | 87+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aios/sevivon/Images.xcassets/AppIcon.appiconset/Contents.json | 2++
Aios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-1024.png | 0
Aios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-120.png | 0
Aios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-76.png | 0
Aios/sevivon/Images.xcassets/AppIcon.appiconset/sizes | 4++++
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Contents.json | 102+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-480h@2x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-X.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-X.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png | 0
Aios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png | 0
Aios/sevivon/dummy.cpp | 36++++++++++++++++++++++++++++++++++++
Aios/sevivon/dylibs/empty | 1+
Aios/sevivon/en.lproj/InfoPlist.strings | 2++
Aios/sevivon/export_options.plist | 21+++++++++++++++++++++
Aios/sevivon/sevivon-Info.plist | 64++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aios/sevivon/sevivon.entitlements | 8++++++++
32 files changed, 1050 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -2,7 +2,11 @@ export.cfg export_presets.cfg *.translation -.mono/ -data_*/ .DS_Store +xcuserdata/ +*.xcarchive/ +*.hmap +*.ipa +*.dSYM.zip +*.dSYM diff --git a/ios/DistributionSummary.plist b/ios/DistributionSummary.plist @@ -0,0 +1,49 @@ +<?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> + <key>Sevivon.ipa</key> + <array> + <dict> + <key>architectures</key> + <array> + <string>arm64</string> + </array> + <key>certificate</key> + <dict> + <key>SHA1</key> + <string>76261DB9D7CD6E43D9E3E84E8D959B8087ACA79F</string> + <key>dateExpires</key> + <string>7/24/21</string> + <key>type</key> + <string>Apple Development</string> + </dict> + <key>entitlements</key> + <dict> + <key>application-identifier</key> + <string>9WHCFZ6J4N.com.figbertind.sevivon</string> + <key>com.apple.developer.team-identifier</key> + <string>9WHCFZ6J4N</string> + <key>get-task-allow</key> + <true/> + </dict> + <key>name</key> + <string>sevivon.app</string> + <key>profile</key> + <dict> + <key>UUID</key> + <string>afccbdf9-4037-48cd-a86e-513c5c0e39aa</string> + <key>name</key> + <string>iOS Team Provisioning Profile: com.figbertind.sevivon</string> + </dict> + <key>team</key> + <dict> + <key>id</key> + <string>9WHCFZ6J4N</string> + <key>name</key> + <string></string> + </dict> + </dict> + </array> +</dict> +</plist> diff --git a/ios/ExportOptions.plist b/ios/ExportOptions.plist @@ -0,0 +1,18 @@ +<?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> + <key>compileBitcode</key> + <false/> + <key>method</key> + <string>development</string> + <key>signingStyle</key> + <string>automatic</string> + <key>stripSwiftSymbols</key> + <true/> + <key>teamID</key> + <string>9WHCFZ6J4N</string> + <key>thinning</key> + <string>&lt;none&gt;</string> +</dict> +</plist> diff --git a/ios/Packaging.log b/ios/Packaging.log @@ -0,0 +1,179 @@ +2021-01-02 01:20:41 +0000 [MT] Initial pipeline context: <IDEDistributionProcessingPipelineContext: 0x7fdb67db5120; archive(resolved)='<IDEArchive: 0x7fdb67d446e0>', distributionTask(resolved)='2', distributionDestination(resolved)='1', distributionMethod(resolved)='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team(resolved)='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + Chain (13, self inclusive): + <IDEDistributionProcessingPipelineContext: 0x7fdb67db5120; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionProcessingPipelineContext: 0x7fdb67dafd30; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67db45b0; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67da5b50; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67da4400; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67da2580; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67d9f1d0; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67d9dd50; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb67e09420; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='<IDEProvisioningBasicTeam: 0x7fdb67e08f70; teamID='9WHCFZ6J4N', teamName='(null)'>'> + <IDEDistributionContext: 0x7fdb640fb090; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='(null)'> + <IDEDistributionContext: 0x7fdb62e10560; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='(null)'> + <IDEDistributionContext: 0x7fdb64204430; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='<IDEDistributionMethodDevelopmentSigned: 0x7fdb6421c3e0>', team='(null)'> + <IDEDistributionContext: 0x7fdb67ca0b90; archive = '<IDEArchive: 0x7fdb67d446e0>', distributionMethod='(null)', team='(null)'> +</IDEDistributionProcessingPipelineContext: 0x7fdb67db5120> +2021-01-02 01:20:41 +0000 [MT] Processing step: IDEDistributionCreateDestRootStep +2021-01-02 01:20:41 +0000 [MT] Processing step: IDEDistributionCopyItemStep +2021-01-02 01:20:41 +0000 [MT] Running /usr/bin/ditto '-V' '/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app' +2021-01-02 01:20:41 +0000 >>> Copying /Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app +2021-01-02 01:20:41 +0000 copying file ./_CodeSignature/CodeResources ... +2021-01-02 01:20:41 +0000 7622 bytes for ./_CodeSignature/CodeResources +2021-01-02 01:20:41 +0000 copying file ./LaunchImage-1100-Portrait-2436h@3x.png ... +2021-01-02 01:20:41 +0000 1426 bytes for ./LaunchImage-1100-Portrait-2436h@3x.png +2021-01-02 01:20:41 +0000 copying file ./en.lproj/InfoPlist.strings ... +2021-01-02 01:20:41 +0000 42 bytes for ./en.lproj/InfoPlist.strings +copying file ./sevivon.pck ... +2021-01-02 01:20:42 +0000 298126112 bytes for ./sevivon.pck +copying file ./AppIcon60x60@2x.png ... +2021-01-02 01:20:42 +0000 1096 bytes for ./AppIcon60x60@2x.png +copying file ./LaunchImage-1100-Landscape-2436h@3x.png ... +2021-01-02 01:20:42 +0000 1403 bytes for ./LaunchImage-1100-Landscape-2436h@3x.png +copying file ./LaunchImage-800-667h@2x.png ... +2021-01-02 01:20:42 +0000 514 bytes for ./LaunchImage-800-667h@2x.png +2021-01-02 01:20:42 +0000 copying file ./AppIcon40x40@3x.png ... +2021-01-02 01:20:42 +0000 1096 bytes for ./AppIcon40x40@3x.png +2021-01-02 01:20:42 +0000 copying file ./sevivon ... +2021-01-02 01:20:42 +0000 24310336 bytes for ./sevivon +copying file ./LaunchImage-700-Portrait~ipad.png ... +2021-01-02 01:20:42 +0000 421 bytes for ./LaunchImage-700-Portrait~ipad.png +copying file ./Assets.car ... +2021-01-02 01:20:42 +0000 32568 bytes for ./Assets.car +2021-01-02 01:20:42 +0000 copying file ./LaunchImage-800-Portrait-736h@3x.png ... +2021-01-02 01:20:42 +0000 1429 bytes for ./LaunchImage-800-Portrait-736h@3x.png +copying file ./LaunchImage-700@2x.png ... +2021-01-02 01:20:42 +0000 347 bytes for ./LaunchImage-700@2x.png +copying file ./LaunchImage-700-568h@2x.png ... +2021-01-02 01:20:42 +0000 395 bytes for ./LaunchImage-700-568h@2x.png +2021-01-02 01:20:42 +0000 copying file ./LaunchImage-700-Landscape@2x~ipad.png ... +2021-01-02 01:20:42 +0000 1746 bytes for ./LaunchImage-700-Landscape@2x~ipad.png +2021-01-02 01:20:42 +0000 copying file ./embedded.mobileprovision ... +2021-01-02 01:20:42 +0000 7656 bytes for ./embedded.mobileprovision +2021-01-02 01:20:42 +0000 copying file ./LaunchImage-800-Landscape-736h@3x.png ... +2021-01-02 01:20:42 +0000 1506 bytes for ./LaunchImage-800-Landscape-736h@3x.png +2021-01-02 01:20:42 +0000 copying file ./LaunchImage-700-Portrait@2x~ipad.png ... +2021-01-02 01:20:42 +0000 1615 bytes for ./LaunchImage-700-Portrait@2x~ipad.png +2021-01-02 01:20:42 +0000 copying file ./LaunchImage-700-Landscape~ipad.png ... +2021-01-02 01:20:42 +0000 466 bytes for ./LaunchImage-700-Landscape~ipad.png +2021-01-02 01:20:42 +0000 copying file ./Info.plist ... +2021-01-02 01:20:42 +0000 2099 bytes for ./Info.plist +2021-01-02 01:20:42 +0000 copying file ./PkgInfo ... +2021-01-02 01:20:42 +0000 8 bytes for ./PkgInfo +2021-01-02 01:20:42 +0000 copying file ./AppIcon76x76~ipad.png ... +2021-01-02 01:20:42 +0000 733 bytes for ./AppIcon76x76~ipad.png +2021-01-02 01:20:42 +0000 [MT] /usr/bin/ditto exited with 0 +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionEmbedProfileStep +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionInfoPlistStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionInfoPlistStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionAppThinningPlistStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionAppThinningPlistStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionCompileBitcodeStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionCompileBitcodeStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionCodeSlimmingStep +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionCopyBCSymbolMapsStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionCopyBCSymbolMapsStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionSymbolsStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionSymbolsStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionAppThinningStep +2021-01-02 01:20:42 +0000 [MT] Skipping step: IDEDistributionAppThinningStep because it said so +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionArchThinningStep +2021-01-02 01:20:42 +0000 [MT] Running /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app/sevivon' '-verify_arch' 'arm64e' +2021-01-02 01:20:42 +0000 [MT] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo exited with 1 +2021-01-02 01:20:42 +0000 [MT] Skipping architecture thinning for item "sevivon" because arch "arm64e" wasn't found +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionODRStep +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionStripXattrsStep +2021-01-02 01:20:42 +0000 [MT] Running /usr/bin/xattr '-crs' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app' +2021-01-02 01:20:42 +0000 [MT] /usr/bin/xattr exited with 0 +2021-01-02 01:20:42 +0000 [MT] Processing step: IDEDistributionCodesignStep +2021-01-02 01:20:42 +0000 [MT] Entitlements for <IDEDistributionItem: 0x7fdb67d7d520; bundleID='com.figbertind.sevivon', path='<DVTFilePath:0x7fdb67952280:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app'>', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fdb67e0bcb0; isSigned='1', isAdHocSigned='0', signingCertificate='<DVTSigningCertificate: 0x7fdb67dc6c60; name='Apple Development: Jonathan Welner (LXC22KNPHK)', hash='76261DB9D7CD6E43D9E3E84E8D959B8087ACA79F', serialNumber='<DVTSigningCertificateSerialNumber: 0x7fdb67dc6fb0>', certificateKinds='( + "1.2.840.113635.100.6.1.12", + "1.2.840.113635.100.6.1.2" +), issueDate='2020-07-25 06:37:27 +0000''>', entitlements='{ + "application-identifier" = "9WHCFZ6J4N.com.figbertind.sevivon"; + "com.apple.developer.team-identifier" = 9WHCFZ6J4N; + "get-task-allow" = 1; +}', teamID='9WHCFZ6J4N', identifier='com.figbertind.sevivon', executablePath='<DVTFilePath:0x7fdb67d65e80:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app/sevivon'>', hardenedRuntime='0'>'>: { + "application-identifier" = "9WHCFZ6J4N.com.figbertind.sevivon"; + "com.apple.developer.team-identifier" = 9WHCFZ6J4N; + "get-task-allow" = 1; +} +2021-01-02 01:20:42 +0000 [MT] Entitlements for <IDEDistributionItem: 0x7fdb67d7d520; bundleID='com.figbertind.sevivon', path='<DVTFilePath:0x7fdb67952280:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app'>', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fdb67e0bcb0; isSigned='1', isAdHocSigned='0', signingCertificate='<DVTSigningCertificate: 0x7fdb67dcd910; name='Apple Development: Jonathan Welner (LXC22KNPHK)', hash='76261DB9D7CD6E43D9E3E84E8D959B8087ACA79F', serialNumber='<DVTSigningCertificateSerialNumber: 0x7fdb67dc8a60>', certificateKinds='( + "1.2.840.113635.100.6.1.12", + "1.2.840.113635.100.6.1.2" +), issueDate='2020-07-25 06:37:27 +0000''>', entitlements='{ + "application-identifier" = "9WHCFZ6J4N.com.figbertind.sevivon"; + "com.apple.developer.team-identifier" = 9WHCFZ6J4N; + "get-task-allow" = 1; +}', teamID='9WHCFZ6J4N', identifier='com.figbertind.sevivon', executablePath='<DVTFilePath:0x7fdb67d65e80:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app/sevivon'>', hardenedRuntime='0'>'> are: { + "application-identifier" = "9WHCFZ6J4N.com.figbertind.sevivon"; + "com.apple.developer.team-identifier" = 9WHCFZ6J4N; + "get-task-allow" = 1; +} +2021-01-02 01:20:42 +0000 [MT] Writing entitlements for <IDEDistributionItem: 0x7fdb67d7d520; bundleID='com.figbertind.sevivon', path='<DVTFilePath:0x7fdb67952280:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app'>', codeSigningInfo='<_DVTCodeSigningInformation_Path: 0x7fdb67e0bcb0; isSigned='1', isAdHocSigned='0', signingCertificate='<DVTSigningCertificate: 0x7fdb67dd2680; name='Apple Development: Jonathan Welner (LXC22KNPHK)', hash='76261DB9D7CD6E43D9E3E84E8D959B8087ACA79F', serialNumber='<DVTSigningCertificateSerialNumber: 0x7fdb67dcd470>', certificateKinds='( + "1.2.840.113635.100.6.1.12", + "1.2.840.113635.100.6.1.2" +), issueDate='2020-07-25 06:37:27 +0000''>', entitlements='{ + "application-identifier" = "9WHCFZ6J4N.com.figbertind.sevivon"; + "com.apple.developer.team-identifier" = 9WHCFZ6J4N; + "get-task-allow" = 1; +}', teamID='9WHCFZ6J4N', identifier='com.figbertind.sevivon', executablePath='<DVTFilePath:0x7fdb67d65e80:'/Users/figbert/code/sevivon/ios/sevivon.xcarchive/Products/Applications/sevivon.app/sevivon'>', hardenedRuntime='0'>'> to: /var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/entitlements~~~dSbiJJ +2021-01-02 01:20:42 +0000 [MT] Running /usr/bin/codesign '-vvv' '--force' '--sign' '76261DB9D7CD6E43D9E3E84E8D959B8087ACA79F' '--entitlements' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/entitlements~~~dSbiJJ' '--preserve-metadata=identifier,flags,runtime' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app' +2021-01-02 01:20:42 +0000 /var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app: replacing existing signature +2021-01-02 01:20:43 +0000 /var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app: signed app bundle with Mach-O thin (arm64) [com.figbertind.sevivon] +2021-01-02 01:20:43 +0000 [MT] /usr/bin/codesign exited with 0 +2021-01-02 01:20:43 +0000 [MT] Processing step: IDEDistributionZipODRItemStep +2021-01-02 01:20:43 +0000 [MT] Skipping step: IDEDistributionZipODRItemStep because it said so +2021-01-02 01:20:43 +0000 [MT] Processing step: IDEDistributionCreateIPAStep +2021-01-02 01:20:43 +0000 [MT] Running /usr/bin/ditto '-V' '-c' '-k' '--norsrc' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root' '/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Packages/Sevivon.ipa' +2021-01-02 01:20:43 +0000 >>> Copying /var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root +2021-01-02 01:20:43 +0000 copying file ./Payload/sevivon.app/_CodeSignature/CodeResources ... +2021-01-02 01:20:43 +0000 7622 bytes for ./Payload/sevivon.app/_CodeSignature/CodeResources +2021-01-02 01:20:43 +0000 copying file ./Payload/sevivon.app/LaunchImage-1100-Portrait-2436h@3x.png ... +1426 bytes for ./Payload/sevivon.app/LaunchImage-1100-Portrait-2436h@3x.png +copying file ./Payload/sevivon.app/en.lproj/InfoPlist.strings ... +2021-01-02 01:20:43 +0000 42 bytes for ./Payload/sevivon.app/en.lproj/InfoPlist.strings +copying file ./Payload/sevivon.app/sevivon.pck ... +2021-01-02 01:20:50 +0000 298126112 bytes for ./Payload/sevivon.app/sevivon.pck +2021-01-02 01:20:50 +0000 copying file ./Payload/sevivon.app/AppIcon60x60@2x.png ... +2021-01-02 01:20:50 +0000 1096 bytes for ./Payload/sevivon.app/AppIcon60x60@2x.png +copying file ./Payload/sevivon.app/LaunchImage-1100-Landscape-2436h@3x.png ... +2021-01-02 01:20:50 +0000 1403 bytes for ./Payload/sevivon.app/LaunchImage-1100-Landscape-2436h@3x.png +copying file ./Payload/sevivon.app/LaunchImage-800-667h@2x.png ... +2021-01-02 01:20:50 +0000 514 bytes for ./Payload/sevivon.app/LaunchImage-800-667h@2x.png +copying file ./Payload/sevivon.app/AppIcon40x40@3x.png ... +2021-01-02 01:20:50 +0000 1096 bytes for ./Payload/sevivon.app/AppIcon40x40@3x.png +copying file ./Payload/sevivon.app/sevivon ... +2021-01-02 01:20:51 +0000 24310336 bytes for ./Payload/sevivon.app/sevivon +copying file ./Payload/sevivon.app/LaunchImage-700-Portrait~ipad.png ... +2021-01-02 01:20:51 +0000 421 bytes for ./Payload/sevivon.app/LaunchImage-700-Portrait~ipad.png +copying file ./Payload/sevivon.app/Assets.car ... +2021-01-02 01:20:51 +0000 32568 bytes for ./Payload/sevivon.app/Assets.car +copying file ./Payload/sevivon.app/LaunchImage-800-Portrait-736h@3x.png ... +2021-01-02 01:20:51 +0000 1429 bytes for ./Payload/sevivon.app/LaunchImage-800-Portrait-736h@3x.png +copying file ./Payload/sevivon.app/LaunchImage-700@2x.png ... +2021-01-02 01:20:51 +0000 347 bytes for ./Payload/sevivon.app/LaunchImage-700@2x.png +copying file ./Payload/sevivon.app/LaunchImage-700-568h@2x.png ... +2021-01-02 01:20:51 +0000 395 bytes for ./Payload/sevivon.app/LaunchImage-700-568h@2x.png +copying file ./Payload/sevivon.app/LaunchImage-700-Landscape@2x~ipad.png ... +2021-01-02 01:20:51 +0000 1746 bytes for ./Payload/sevivon.app/LaunchImage-700-Landscape@2x~ipad.png +copying file ./Payload/sevivon.app/embedded.mobileprovision ... +2021-01-02 01:20:51 +0000 7656 bytes for ./Payload/sevivon.app/embedded.mobileprovision +copying file ./Payload/sevivon.app/LaunchImage-800-Landscape-736h@3x.png ... +2021-01-02 01:20:51 +0000 1506 bytes for ./Payload/sevivon.app/LaunchImage-800-Landscape-736h@3x.png +2021-01-02 01:20:51 +0000 copying file ./Payload/sevivon.app/LaunchImage-700-Portrait@2x~ipad.png ... +2021-01-02 01:20:51 +0000 1615 bytes for ./Payload/sevivon.app/LaunchImage-700-Portrait@2x~ipad.png +copying file ./Payload/sevivon.app/LaunchImage-700-Landscape~ipad.png ... +2021-01-02 01:20:51 +0000 466 bytes for ./Payload/sevivon.app/LaunchImage-700-Landscape~ipad.png +2021-01-02 01:20:51 +0000 copying file ./Payload/sevivon.app/Info.plist ... +2021-01-02 01:20:51 +0000 2099 bytes for ./Payload/sevivon.app/Info.plist +copying file ./Payload/sevivon.app/PkgInfo ... +2021-01-02 01:20:51 +0000 8 bytes for ./Payload/sevivon.app/PkgInfo +copying file ./Payload/sevivon.app/AppIcon76x76~ipad.png ... +2021-01-02 01:20:51 +0000 733 bytes for ./Payload/sevivon.app/AppIcon76x76~ipad.png +2021-01-02 01:20:51 +0000 [MT] /usr/bin/ditto exited with 0 +2021-01-02 01:20:51 +0000 [MT] Processing step: IDEDistributionAppStoreInformationStep +2021-01-02 01:20:51 +0000 [MT] Skipping step: IDEDistributionAppStoreInformationStep because it said so +2021-01-02 01:20:51 +0000 [MT] Processing step: IDEDistributionGenerateProcessedDistributionItems +2021-01-02 01:20:51 +0000 [MT] IDEDistributionItem init <DVTFilePath:0x7fdb67c2bba0:'/var/folders/h9/qbh1mhf937b6kfs3xxlpkck80000gn/T/XcodeDistPipeline.~~~yOLXCu/Root/Payload/sevivon.app'> +2021-01-02 01:20:51 +0000 [MT] Processing step: IDEDistributionCreateManifestStep diff --git a/ios/sevivon.a b/ios/sevivon.a Binary files differ. diff --git a/ios/sevivon.xcodeproj/project.pbxproj b/ios/sevivon.xcodeproj/project.pbxproj @@ -0,0 +1,455 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1FF8DBB11FBA9DE1009DE660 /* dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */; }; + 3AF975CD25A00BF500FE4AAC /* godot in Resources */ = {isa = PBXBuildFile; fileRef = 3AF975CC25A00BF500FE4AAC /* godot */; }; + D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D07CD44D1C5D589C00B7FB28 /* Images.xcassets */; }; + D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */; }; + DEADBEEF2F582BE20003B888 /* godot in Frameworks */ = {isa = PBXBuildFile; fileRef = DEADBEEF1F582BE20003B888 /* godot */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 90A13CD024AA68E500E8464F /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 1F1575711F582BE20003B888 /* dylibs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = dylibs; path = sevivon/dylibs; sourceTree = "<group>"; }; + 1FF4C1881F584E6300A41E41 /* sevivon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sevivon.entitlements; sourceTree = "<group>"; }; + 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dummy.cpp; sourceTree = "<group>"; }; + 3AF975CC25A00BF500FE4AAC /* godot */ = {isa = PBXFileReference; lastKnownFileType = folder; name = godot; path = ../godot; sourceTree = "<group>"; }; + D07CD44D1C5D589C00B7FB28 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; + D0BCFE3418AEBDA2004A7AAE /* sevivon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sevivon.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D0BCFE4318AEBDA2004A7AAE /* sevivon-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sevivon-Info.plist"; sourceTree = "<group>"; }; + D0BCFE4518AEBDA2004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + DEADBEEF1F582BE20003B888 /* godot */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = godot; path = sevivon.a; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D0BCFE3118AEBDA2004A7AAE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + DEADBEEF2F582BE20003B888 /* godot in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D0BCFE2B18AEBDA2004A7AAE = { + isa = PBXGroup; + children = ( + 3AF975CC25A00BF500FE4AAC /* godot */, + 1F1575711F582BE20003B888 /* dylibs */, + D0BCFE4118AEBDA2004A7AAE /* sevivon */, + D0BCFE3618AEBDA2004A7AAE /* Frameworks */, + D0BCFE3518AEBDA2004A7AAE /* Products */, + ); + sourceTree = "<group>"; + }; + D0BCFE3518AEBDA2004A7AAE /* Products */ = { + isa = PBXGroup; + children = ( + D0BCFE3418AEBDA2004A7AAE /* sevivon.app */, + ); + name = Products; + sourceTree = "<group>"; + }; + D0BCFE3618AEBDA2004A7AAE /* Frameworks */ = { + isa = PBXGroup; + children = ( + DEADBEEF1F582BE20003B888 /* godot */, + ); + name = Frameworks; + sourceTree = "<group>"; + }; + D0BCFE4118AEBDA2004A7AAE /* sevivon */ = { + isa = PBXGroup; + children = ( + 1FF4C1881F584E6300A41E41 /* sevivon.entitlements */, + D07CD44D1C5D589C00B7FB28 /* Images.xcassets */, + D0BCFE4218AEBDA2004A7AAE /* Supporting Files */, + 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */, + ); + path = sevivon; + sourceTree = "<group>"; + }; + D0BCFE4218AEBDA2004A7AAE /* Supporting Files */ = { + isa = PBXGroup; + children = ( + D0BCFE4318AEBDA2004A7AAE /* sevivon-Info.plist */, + D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D0BCFE3318AEBDA2004A7AAE /* sevivon */ = { + isa = PBXNativeTarget; + buildConfigurationList = D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "sevivon" */; + buildPhases = ( + D0BCFE3018AEBDA2004A7AAE /* Sources */, + D0BCFE3118AEBDA2004A7AAE /* Frameworks */, + D0BCFE3218AEBDA2004A7AAE /* Resources */, + 90A13CD024AA68E500E8464F /* Embed Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = sevivon; + productName = Sevivon; + productReference = D0BCFE3418AEBDA2004A7AAE /* sevivon.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D0BCFE2C18AEBDA2004A7AAE /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1230; + ORGANIZATIONNAME = GodotEngine; + TargetAttributes = { + D0BCFE3318AEBDA2004A7AAE = { + DevelopmentTeam = 9WHCFZ6J4N; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.AccessWiFi = { + enabled = 0; + }; + com.apple.ApplePay = { + enabled = 0; + }; + com.apple.ApplicationGroups.iOS = { + enabled = 0; + }; + com.apple.AutoFillCredentialProvider = { + enabled = 0; + }; + com.apple.BackgroundModes = { + enabled = 0; + }; + com.apple.ClassKit = { + enabled = 0; + }; + com.apple.DataProtection = { + enabled = 0; + }; + com.apple.GameCenter.iOS = { + enabled = 1; + }; + com.apple.HealthKit = { + enabled = 0; + }; + com.apple.HomeKit = { + enabled = 0; + }; + com.apple.HotspotConfiguration = { + enabled = 0; + }; + com.apple.InAppPurchase = { + enabled = 0; + }; + com.apple.InterAppAudio = { + enabled = 0; + }; + com.apple.Keychain = { + enabled = 0; + }; + com.apple.Maps.iOS = { + enabled = 0; + }; + com.apple.Multipath = { + enabled = 0; + }; + com.apple.NearFieldCommunicationTagReading = { + enabled = 0; + }; + com.apple.NetworkExtensions.iOS = { + enabled = 0; + }; + com.apple.Push = { + enabled = 0; + }; + com.apple.SafariKeychain = { + enabled = 0; + }; + com.apple.Siri = { + enabled = 0; + }; + com.apple.VPNLite = { + enabled = 0; + }; + com.apple.WAC = { + enabled = 0; + }; + com.apple.Wallet = { + enabled = 0; + }; + com.apple.iCloud = { + enabled = 0; + }; + }; + }; + }; + }; + buildConfigurationList = D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "sevivon" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D0BCFE2B18AEBDA2004A7AAE; + productRefGroup = D0BCFE3518AEBDA2004A7AAE /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D0BCFE3318AEBDA2004A7AAE /* sevivon */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D0BCFE3218AEBDA2004A7AAE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3AF975CD25A00BF500FE4AAC /* godot in Resources */, + D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */, + D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D0BCFE3018AEBDA2004A7AAE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1FF8DBB11FBA9DE1009DE660 /* dummy.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + D0BCFE4518AEBDA2004A7AAE /* en */, + ); + name = InfoPlist.strings; + sourceTree = "<group>"; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + D0BCFE6F18AEBDA3004A7AAE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + "FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(PROJECT_DIR)/**"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ""; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D0BCFE7018AEBDA3004A7AAE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + COPY_PHASE_STRIP = YES; + ENABLE_BITCODE = NO; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + "FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(PROJECT_DIR)/**"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + OTHER_LDFLAGS = ""; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D0BCFE7218AEBDA3004A7AAE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CODE_SIGN_ENTITLEMENTS = sevivon/sevivon.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; + DEVELOPMENT_TEAM = 9WHCFZ6J4N; + INFOPLIST_FILE = "sevivon/sevivon-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.sevivon; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + D0BCFE7318AEBDA3004A7AAE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CODE_SIGN_ENTITLEMENTS = sevivon/sevivon.entitlements; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; + DEVELOPMENT_TEAM = 9WHCFZ6J4N; + INFOPLIST_FILE = "sevivon/sevivon-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.sevivon; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "sevivon" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0BCFE6F18AEBDA3004A7AAE /* Debug */, + D0BCFE7018AEBDA3004A7AAE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "sevivon" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D0BCFE7218AEBDA3004A7AAE /* Debug */, + D0BCFE7318AEBDA3004A7AAE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = D0BCFE2C18AEBDA2004A7AAE /* Project object */; +} diff --git a/ios/sevivon.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/sevivon.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:sevivon.xcodeproj"> + </FileRef> +</Workspace> + diff --git a/ios/sevivon.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/sevivon.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ +<?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> + <key>IDEDidComputeMac32BitWarning</key> + <true/> +</dict> +</plist> diff --git a/ios/sevivon.xcodeproj/xcshareddata/xcschemes/sevivon.xcscheme b/ios/sevivon.xcodeproj/xcshareddata/xcschemes/sevivon.xcscheme @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "1230" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "D0BCFE3318AEBDA2004A7AAE" + BuildableName = "sevivon.app" + BlueprintName = "sevivon" + ReferencedContainer = "container:sevivon.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES"> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "D0BCFE3318AEBDA2004A7AAE" + BuildableName = "sevivon.app" + BlueprintName = "sevivon" + ReferencedContainer = "container:sevivon.xcodeproj"> + </BuildableReference> + </MacroExpansion> + <Testables> + </Testables> + </TestAction> + <LaunchAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "D0BCFE3318AEBDA2004A7AAE" + BuildableName = "sevivon.app" + BlueprintName = "sevivon" + ReferencedContainer = "container:sevivon.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </LaunchAction> + <ProfileAction + buildConfiguration = "Debug" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "D0BCFE3318AEBDA2004A7AAE" + BuildableName = "sevivon.app" + BlueprintName = "sevivon" + ReferencedContainer = "container:sevivon.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Debug" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/ios/sevivon/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/sevivon/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1 @@ +{"images":[{"idiom":"iphone","size":"60x60","scale":"2x","filename":"Icon-120.png"},{"idiom":"iphone","size":"40x40","scale":"3x","filename":"Icon-120.png"},{"idiom":"ipad","size":"76x76","scale":"1x","filename":"Icon-76.png"},{"idiom":"ios-marketing","size":"1024x1024","scale":"1x","filename":"Icon-1024.png"}]} +\ No newline at end of file diff --git a/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-1024.png b/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-1024.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-120.png b/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-120.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-76.png b/ios/sevivon/Images.xcassets/AppIcon.appiconset/Icon-76.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/AppIcon.appiconset/sizes b/ios/sevivon/Images.xcassets/AppIcon.appiconset/sizes @@ -0,0 +1,4 @@ +120 +120 +76 +1024 diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Contents.json b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,102 @@ +{ + "images" : [ + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "2436h", + "filename" : "Default-Portrait-X.png", + "minimum-system-version" : "11.0", + "orientation" : "portrait", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "2436h", + "filename" : "Default-Landscape-X.png", + "minimum-system-version" : "11.0", + "orientation" : "landscape", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "736h", + "filename" : "Default-Portrait-736h@3x.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "736h", + "filename" : "Default-Landscape-736h@3x.png", + "minimum-system-version" : "8.0", + "orientation" : "landscape", + "scale" : "3x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "667h", + "filename" : "Default-667h@2x.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "filename" : "Default-480h@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "retina4", + "filename" : "Default-568h@2x.png", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "filename" : "Default-Landscape.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "filename" : "Default-Portrait@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "filename" : "Default-Landscape@2x.png", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-480h@2x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-480h@2x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h@3x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-X.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape-X.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-736h@3x.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-X.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait-X.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png Binary files differ. diff --git a/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png b/ios/sevivon/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png Binary files differ. diff --git a/ios/sevivon/dummy.cpp b/ios/sevivon/dummy.cpp @@ -0,0 +1,36 @@ +/*************************************************************************/ +/* dummy.cpp */ +/*************************************************************************/ +/* This file is part of: */ +/* GODOT ENGINE */ +/* https://godotengine.org */ +/*************************************************************************/ +/* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ + +void register_arkit_types() { /*stub*/ }; +void unregister_arkit_types() { /*stub*/ }; +void register_camera_types() { /*stub*/ }; +void unregister_camera_types() { /*stub*/ }; + + diff --git a/ios/sevivon/dylibs/empty b/ios/sevivon/dylibs/empty @@ -0,0 +1 @@ +Dummy file to make dylibs folder exported diff --git a/ios/sevivon/en.lproj/InfoPlist.strings b/ios/sevivon/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/ios/sevivon/export_options.plist b/ios/sevivon/export_options.plist @@ -0,0 +1,21 @@ +<?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> + <key>method</key> + <string>development</string> + + <key>teamID</key> + <string>9WHCFZ6J4N</string> + + <key>provisioningProfiles</key> + <dict> + <key>com.figbertind.sevivon</key> + <string></string> + </dict> + + <key>compileBitcode</key> + <false/> +</dict> +</plist> + diff --git a/ios/sevivon/sevivon-Info.plist b/ios/sevivon/sevivon-Info.plist @@ -0,0 +1,64 @@ +<?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> + <key>godot_path</key> + <string>godot</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleDisplayName</key> + <string>Sevivon</string> + <key>CFBundleExecutable</key> + <string>sevivon</string> + <key>CFBundleIcons</key> + <dict/> + <key>CFBundleIcons~ipad</key> + <dict/> + <key>CFBundleIdentifier</key> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Sevivon</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.0.1</string> + <key>CFBundleSignature</key> + <string></string> + <key>CFBundleVersion</key> + <string>0.0.1</string> + <key>ITSAppUsesNonExemptEncryption</key> + <false/> + <key>LSRequiresIPhoneOS</key> + <true/> + <key>LSSupportsOpeningDocumentsInPlace</key> + <false/> + <key>UIFileSharingEnabled</key> + <false/> + <key>UIRequiredDeviceCapabilities</key> + <array> + <string>gamekit</string> + </array> + <key>NSCameraUsageDescription</key> + <string></string> + <key>NSPhotoLibraryUsageDescription</key> + <string></string> + <key>NSMicrophoneUsageDescription</key> + <string></string> + <key>UIRequiresFullScreen</key> + <true/> + <key>UIStatusBarHidden</key> + <true/> + <key>UISupportedInterfaceOrientations</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationPortraitUpsideDown</string> + </array> + <key>UISupportedInterfaceOrientations~ipad</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationPortraitUpsideDown</string> + </array> +</dict> +</plist> diff --git a/ios/sevivon/sevivon.entitlements b/ios/sevivon/sevivon.entitlements @@ -0,0 +1,8 @@ +<?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> +</plist> +