Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-ios
Commits
2452847b
Unverified
Commit
2452847b
authored
Jan 06, 2018
by
Zach Knox
Browse files
rip fastlane
parent
764d91ac
Changes
4
Show whitespace changes
Inline
Side-by-side
WhatsOpen/WhatsOpen.xcodeproj/project.pbxproj
View file @
2452847b
...
...
@@ -257,7 +257,6 @@
};
CD81F5181DC0334600009FBD
=
{
CreatedOnToolsVersion
=
8.0
;
DevelopmentTeam
=
K5MMVK2UFR
;
LastSwiftMigration
=
0910
;
ProvisioningStyle
=
Automatic
;
};
...
...
@@ -533,9 +532,11 @@
baseConfigurationReference
=
8F015127235262238FB6B04D
/* Pods-WhatsOpen.app store.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
4
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
K5MMVK2UFR
;
DEVELOPMENT_TEAM
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)"
,
...
...
@@ -546,6 +547,7 @@
OTHER_SWIFT_FLAGS
=
"$(inherited) \"-D\" \"COCOAPODS\" -D APPSTORE"
;
PRODUCT_BUNDLE_IDENTIFIER
=
edu.gmu.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
""
;
SWIFT_SWIFT3_OBJC_INFERENCE
=
On
;
SWIFT_VERSION
=
4.0
;
...
...
@@ -683,9 +685,11 @@
baseConfigurationReference
=
872CF49056BDED7BF0032929
/* Pods-WhatsOpen.debug.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
"AppIcon-DEV"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
4
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
N5GM564QWL
;
DEVELOPMENT_TEAM
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)"
,
...
...
@@ -695,6 +699,7 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
space.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_SWIFT3_OBJC_INFERENCE
=
On
;
SWIFT_VERSION
=
4.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
...
...
@@ -707,9 +712,11 @@
baseConfigurationReference
=
850A3B437386146F08E37C9C
/* Pods-WhatsOpen.release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
"AppIcon-DEV"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
4
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
N5GM564QWL
;
DEVELOPMENT_TEAM
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(PROJECT_DIR)"
,
...
...
@@ -719,6 +726,7 @@
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
space.srct.whatsopen
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
""
;
SWIFT_SWIFT3_OBJC_INFERENCE
=
On
;
SWIFT_VERSION
=
4.0
;
...
...
WhatsOpen/fastlane/.gitignore
deleted
100644 → 0
View file @
764d91ac
installer/
WhatsOpen/fastlane/Appfile
deleted
100644 → 0
View file @
764d91ac
# The Appfile can be used to specify information that's used across all fastlane
# tools, like your username or the app's bundle identifier.
#
# For more details, check out the documentation at:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md
# app_identifier "com.your.app" # the bundle identifier of your app
# apple_id "apple@fastlane.tools" # Your Apple ID
WhatsOpen/fastlane/Fastfile
deleted
100644 → 0
View file @
764d91ac
# More documentation about how to customize your build
# can be found here:
# https://docs.fastlane.tools
fastlane_version
"2.68.0"
# This value helps us track success metrics for Fastfiles
# we automatically generate. Feel free to remove this line
# once you get things running smoothly!
generated_fastfile_id
"c21a4f3a-d2af-43b6-9545-744a156506d7"
default_platform
:ios
# Fastfile actions accept additional configuration, but
# don't worry, fastlane will prompt you for required
# info which you can add here later
lane
:beta
do
# cocoapods
# increment_build_number
# Increment the build number (not the version number)
# Providing the xcodeproj is optional
increment_build_number
(
xcodeproj:
"WhatsOpen.xcodeproj"
)
# Commit the version bump
commit_version_bump
(
xcodeproj:
"WhatsOpen.xcodeproj"
)
# Add a git tag for this build. This will automatically
# use an appropriate git tag name
add_git_tag
# Push the new commit and tag back to your git remote
push_to_git_remote
changelog
=
prompt
(
text:
"Changelog: "
,
multi_line_end_keyword:
"END"
)
# build your iOS app
build_app
(
scheme:
"WhatsOpen - App Store"
,
export_method:
"app-store"
,
include_bitcode:
true
)
# upload to Testflight
pilot
(
skip_waiting_for_build_processing:
true
)
slack
(
slack_url:
"https://hooks.slack.com/services/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"
)
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment