diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e5d5ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +.build/ + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md + +fastlane/report.xml +fastlane/screenshots diff --git a/Samples/Panorama/Panorama.xcodeproj/project.pbxproj b/Samples/Panorama/Panorama.xcodeproj/project.pbxproj index e8855fe..69b7128 100644 --- a/Samples/Panorama/Panorama.xcodeproj/project.pbxproj +++ b/Samples/Panorama/Panorama.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 1237A4E51C81357500AD3514 /* andes.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 1237A4E41C81357500AD3514 /* andes.jpg */; }; 1237A4E91C81369E00AD3514 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1237A4E61C81369E00AD3514 /* Assets.xcassets */; }; 1237A4EA1C81369E00AD3514 /* launch.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1237A4E71C81369E00AD3514 /* launch.xib */; }; - 1237A4EB1C81369E00AD3514 /* Panorama-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1237A4E81C81369E00AD3514 /* Panorama-Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -137,7 +136,6 @@ buildActionMask = 2147483647; files = ( 1237A4E91C81369E00AD3514 /* Assets.xcassets in Resources */, - 1237A4EB1C81369E00AD3514 /* Panorama-Info.plist in Resources */, 1237A4EA1C81369E00AD3514 /* launch.xib in Resources */, 1237A4E51C81357500AD3514 /* andes.jpg in Resources */, ); diff --git a/Samples/Stars/Stars.xcodeproj/project.pbxproj b/Samples/Stars/Stars.xcodeproj/project.pbxproj index a3a4b03..4639d3c 100644 --- a/Samples/Stars/Stars.xcodeproj/project.pbxproj +++ b/Samples/Stars/Stars.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 1237AAB11C86750900AD3514 /* Stars-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1237AAB01C86750900AD3514 /* Stars-Info.plist */; }; 1237AABA1C86751900AD3514 /* StarsAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1237AAB31C86751900AD3514 /* StarsAppDelegate.m */; }; 1237AABB1C86751900AD3514 /* StarsRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1237AAB51C86751900AD3514 /* StarsRenderer.m */; }; 1237AABC1C86751900AD3514 /* StarsRenderLoop.m in Sources */ = {isa = PBXBuildFile; fileRef = 1237AAB71C86751900AD3514 /* StarsRenderLoop.m */; }; @@ -154,7 +153,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1237AAB11C86750900AD3514 /* Stars-Info.plist in Resources */, 1237AAC31C86764600AD3514 /* Default-568h@2x.png in Resources */, 1237AAC51C86777700AD3514 /* Assets.xcassets in Resources */, 1237AAC11C86755100AD3514 /* launch.xib in Resources */,