Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dusken-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EDB
dusken-client
Commits
4c777fef
Commit
4c777fef
authored
Jan 07, 2018
by
Nikolai R Kristiansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios: Run fastlane init
parent
597a0a19
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
116 additions
and
0 deletions
+116
-0
.gitignore
.gitignore
+1
-0
ios/fastlane/Appfile
ios/fastlane/Appfile
+7
-0
ios/fastlane/Deliverfile
ios/fastlane/Deliverfile
+10
-0
ios/fastlane/Fastfile
ios/fastlane/Fastfile
+73
-0
ios/fastlane/metadata/app_icon.jpg
ios/fastlane/metadata/app_icon.jpg
+0
-0
ios/fastlane/metadata/copyright.txt
ios/fastlane/metadata/copyright.txt
+1
-0
ios/fastlane/metadata/no/description.txt
ios/fastlane/metadata/no/description.txt
+4
-0
ios/fastlane/metadata/no/keywords.txt
ios/fastlane/metadata/no/keywords.txt
+1
-0
ios/fastlane/metadata/no/marketing_url.txt
ios/fastlane/metadata/no/marketing_url.txt
+1
-0
ios/fastlane/metadata/no/name.txt
ios/fastlane/metadata/no/name.txt
+1
-0
ios/fastlane/metadata/no/privacy_url.txt
ios/fastlane/metadata/no/privacy_url.txt
+1
-0
ios/fastlane/metadata/no/promotional_text.txt
ios/fastlane/metadata/no/promotional_text.txt
+1
-0
ios/fastlane/metadata/no/release_notes.txt
ios/fastlane/metadata/no/release_notes.txt
+1
-0
ios/fastlane/metadata/no/subtitle.txt
ios/fastlane/metadata/no/subtitle.txt
+1
-0
ios/fastlane/metadata/no/support_url.txt
ios/fastlane/metadata/no/support_url.txt
+1
-0
ios/fastlane/metadata/primary_category.txt
ios/fastlane/metadata/primary_category.txt
+1
-0
ios/fastlane/metadata/primary_first_sub_category.txt
ios/fastlane/metadata/primary_first_sub_category.txt
+1
-0
ios/fastlane/metadata/primary_second_sub_category.txt
ios/fastlane/metadata/primary_second_sub_category.txt
+1
-0
ios/fastlane/metadata/secondary_category.txt
ios/fastlane/metadata/secondary_category.txt
+1
-0
ios/fastlane/metadata/secondary_first_sub_category.txt
ios/fastlane/metadata/secondary_first_sub_category.txt
+1
-0
ios/fastlane/metadata/secondary_second_sub_category.txt
ios/fastlane/metadata/secondary_second_sub_category.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/address_line1.txt
...rade_representative_contact_information/address_line1.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/city_name.txt
...ta/trade_representative_contact_information/city_name.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/country.txt
...data/trade_representative_contact_information/country.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt
...ntative_contact_information/is_displayed_on_app_store.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/postal_code.txt
.../trade_representative_contact_information/postal_code.txt
+1
-0
ios/fastlane/metadata/trade_representative_contact_information/trade_name.txt
...a/trade_representative_contact_information/trade_name.txt
+1
-0
No files found.
.gitignore
View file @
4c777fef
...
...
@@ -51,6 +51,7 @@ buck-out/
*/fastlane/Preview.html
*/fastlane/screenshots
*/fastlane/test_output
*/fastlane/metadata/review_information
android/google_play.json
.env*
...
...
ios/fastlane/Appfile
0 → 100644
View file @
4c777fef
app_identifier
"no.neuf.chateau"
# The bundle identifier of your app
apple_id
"nikolai@studentersamfundet.no"
# Your Apple email address
team_id
"8JB5XG2GPV"
# Developer Portal Team ID
# you can even provide different app identifiers, Apple IDs and team names per lane:
# More information: https://docs.fastlane.tools/advanced/#appfile
ios/fastlane/Deliverfile
0 → 100644
View file @
4c777fef
###################### More Options ######################
# If you want to have even more control, check out the documentation
# https://docs.fastlane.tools/actions/deliver
###################### Automatically generated ######################
# Feel free to remove the following line if you use fastlane (which you should)
app_identifier
"no.neuf.chateau"
# The bundle identifier of your app
username
"nikolai@studentersamfundet.no"
# your Apple ID user
ios/fastlane/Fastfile
0 → 100644
View file @
4c777fef
# Customize this file, documentation can be found here:
# https://docs.fastlane.tools/actions/
# All available actions: https://docs.fastlane.tools/actions
# can also be listed using the `fastlane actions` command
# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
# This is the minimum version number required.
# Update this, if you use features of a newer version
min_fastlane_version
(
"2.73.0"
)
default_platform
(
:ios
)
platform
:ios
do
before_all
do
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
cocoapods
# cocoapods
end
desc
"Runs all the tests"
lane
:test
do
run_tests
end
desc
"Submit a new Beta Build to Apple TestFlight"
desc
"This will also make sure the profile is up to date"
lane
:beta
do
# sync_code_signing(type: "appstore") # more information: https://codesigning.guide
build_app
(
scheme:
"Dusken"
)
# more options available
upload_to_testflight
# sh "your_script.sh"
# You can also use other beta testing services here (run `fastlane actions`)
end
desc
"Deploy a new version to the App Store"
lane
:release
do
# sync_code_signing(type: "appstore")
capture_screenshots
build_app
(
scheme:
"Dusken"
)
# more options available
upload_to_app_store
(
force:
true
)
# frame_screenshots
end
# You can define as many lanes as you want
after_all
do
|
lane
|
# This block is called, only if the executed lane was successful
# slack(
# message: "Successfully deployed new App Update."
# )
end
error
do
|
lane
,
exception
|
# slack(
# message: exception.message,
# success: false
# )
end
end
# More information about multiple platforms in fastlane: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
# All available actions: https://docs.fastlane.tools/actions
# fastlane reports which actions are used. No personal data is recorded.
# Learn more at https://docs.fastlane.tools/#metrics
ios/fastlane/metadata/app_icon.jpg
0 → 100644
View file @
4c777fef
38.7 KB
ios/fastlane/metadata/copyright.txt
0 → 100644
View file @
4c777fef
2017 Det Norske Studentersamfund
ios/fastlane/metadata/no/description.txt
0 → 100644
View file @
4c777fef
Du kan gjøre følgende
- Se ditt medlemskapsbevis
- Kjøpe og fornye medlemskap
- Se programmet med alle våre arrangementer
ios/fastlane/metadata/no/keywords.txt
0 → 100644
View file @
4c777fef
neuf, dns, chateau neuf, studentersamfundet, neuf oslo, student, student oslo, galtinn
ios/fastlane/metadata/no/marketing_url.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/no/name.txt
0 → 100644
View file @
4c777fef
Chateau Neuf
ios/fastlane/metadata/no/privacy_url.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/no/promotional_text.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/no/release_notes.txt
0 → 100644
View file @
4c777fef
Nå kan du bli medlem og fornye medlemskapet ditt uten å forlate appen :-)
ios/fastlane/metadata/no/subtitle.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/no/support_url.txt
0 → 100644
View file @
4c777fef
https://support.studentersamfundet.no
ios/fastlane/metadata/primary_category.txt
0 → 100644
View file @
4c777fef
MZGenre.Entertainment
ios/fastlane/metadata/primary_first_sub_category.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/primary_second_sub_category.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/secondary_category.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/secondary_first_sub_category.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/secondary_second_sub_category.txt
0 → 100644
View file @
4c777fef
ios/fastlane/metadata/trade_representative_contact_information/address_line1.txt
0 → 100644
View file @
4c777fef
Chateau Neuf, Slemdalsveien 15
ios/fastlane/metadata/trade_representative_contact_information/city_name.txt
0 → 100644
View file @
4c777fef
Oslo
ios/fastlane/metadata/trade_representative_contact_information/country.txt
0 → 100644
View file @
4c777fef
Norway
ios/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt
0 → 100644
View file @
4c777fef
false
ios/fastlane/metadata/trade_representative_contact_information/postal_code.txt
0 → 100644
View file @
4c777fef
0369
ios/fastlane/metadata/trade_representative_contact_information/trade_name.txt
0 → 100644
View file @
4c777fef
Det Norske Studentersamfund
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