Skip to content

Commit

Permalink
Add TestFlight scheme (#296)
Browse files Browse the repository at this point in the history
* Add testflight scheme

* Add TestFlight xcscheme
  • Loading branch information
whoiswillma authored Sep 2, 2020
1 parent d95bd56 commit d7f7cd8
Show file tree
Hide file tree
Showing 10 changed files with 362 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Eatery Watch App Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>NSExtensionAttributes</key>
<dict>
<key>WKAppBundleIdentifier</key>
<string>org.cuappdev.eatery.watchkitapp</string>
<string>$(WK_APP_BUNDLE_IDENTIFIER)</string>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.watchkit</string>
Expand Down
2 changes: 1 addition & 1 deletion Eatery Watch App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>WKCompanionAppBundleIdentifier</key>
<string>org.cuappdev.eatery</string>
<string>$(WK_COMPANION_APP_BUNDLE_IDENTIFIER)</string>
<key>WKWatchKitApp</key>
<true/>
</dict>
Expand Down
201 changes: 192 additions & 9 deletions Eatery.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1160"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -72,7 +72,7 @@
</LocationScenarioReference>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
Expand All @@ -92,7 +92,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
78 changes: 78 additions & 0 deletions Eatery.xcodeproj/xcshareddata/xcschemes/Eatery Release.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
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 = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Release">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
78 changes: 78 additions & 0 deletions Eatery.xcodeproj/xcshareddata/xcschemes/Eatery TestFlight.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1170"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "TestFlight"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "TestFlight"
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 = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "TestFlight"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C007CABE19E1BEAC00E3BD46"
BuildableName = "Eatery.app"
BlueprintName = "Eatery"
ReferencedContainer = "container:Eatery.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "TestFlight">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "TestFlight"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1160"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1160"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ target 'Eatery' do
pod 'NVActivityIndicatorView'
pod 'SnapKit'
pod 'lottie-ios'
pod 'Wormholy', :configurations => ['Debug', 'TestFlight']
end

target 'Eatery Watch App' do
Expand Down
8 changes: 6 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ PODS:
- SnapKit (4.2.0)
- SwiftyJSON (4.1.0)
- SwiftyUserDefaults (5.0.0)
- Wormholy (1.6.2)

DEPENDENCIES:
- Apollo (from `https://github.com/apollographql/apollo-ios.git`)
Expand All @@ -88,6 +89,7 @@ DEPENDENCIES:
- SnapKit
- SwiftyJSON
- SwiftyUserDefaults
- Wormholy

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -111,6 +113,7 @@ SPEC REPOS:
- Kingfisher
- lottie-ios
- SwiftyUserDefaults
- Wormholy

EXTERNAL SOURCES:
Apollo:
Expand Down Expand Up @@ -149,7 +152,8 @@ SPEC CHECKSUMS:
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3
SwiftyUserDefaults: 33fcb42bd1feb53a37d873feb62c82967db5f7f6
Wormholy: 5a186f877829e7d488963b09f204e0186b40c9a8

PODFILE CHECKSUM: a449adcece4576e4087aab6aa23dafe77f85d934
PODFILE CHECKSUM: c70f3a976096a15be82c739daa24a4ce65ed7e93

COCOAPODS: 1.8.4
COCOAPODS: 1.9.3

0 comments on commit d7f7cd8

Please sign in to comment.