Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BreastFeedingAI-Demo-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
BreastFeedingAI-Demo-iOS
Commits
d1688b81
Commit
d1688b81
authored
Oct 08, 2022
by
jzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
01183e21
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
project.pbxproj
BreastFeedingDemo.xcodeproj/project.pbxproj
+8
-6
Fastfile
fastlane/Fastfile
+3
-2
report.xml
fastlane/report.xml
+4
-4
No files found.
BreastFeedingDemo.xcodeproj/project.pbxproj
View file @
d1688b81
...
...
@@ -572,7 +572,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
19
;
CURRENT_PROJECT_VERSION
=
22
;
DEVELOPMENT_TEAM
=
W3C84P5FPS
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -586,8 +586,9 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents
=
YES
;
INFOPLIST_KEY_UILaunchStoryboardName
=
LaunchScreen
;
INFOPLIST_KEY_UIMainStoryboardFile
=
Main
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad
=
"UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone
=
UIInterfaceOrientationPortrait
;
INFOPLIST_KEY_UISupportedInterfaceOrientations
=
UIInterfaceOrientationPortrait
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad
=
"UIInterfaceOrientationPortrait "
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone
=
"UIInterfaceOrientationPortrait "
;
IPHONEOS_DEPLOYMENT_TARGET
=
13.0
;
LD_RUNPATH_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -608,7 +609,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
19
;
CURRENT_PROJECT_VERSION
=
22
;
DEVELOPMENT_TEAM
=
W3C84P5FPS
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -622,8 +623,9 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents
=
YES
;
INFOPLIST_KEY_UILaunchStoryboardName
=
LaunchScreen
;
INFOPLIST_KEY_UIMainStoryboardFile
=
Main
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad
=
"UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone
=
UIInterfaceOrientationPortrait
;
INFOPLIST_KEY_UISupportedInterfaceOrientations
=
UIInterfaceOrientationPortrait
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad
=
"UIInterfaceOrientationPortrait "
;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone
=
"UIInterfaceOrientationPortrait "
;
IPHONEOS_DEPLOYMENT_TARGET
=
13.0
;
LD_RUNPATH_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
fastlane/Fastfile
View file @
d1688b81
...
...
@@ -19,13 +19,14 @@ platform :ios do
desc = options[:desc]
scheme = "BreastFeedingDemo"
currentTime = Time.new.strftime("%Y-%m-%d %H-%M")
output_path = "/Users/j
ay
/Desktop/BF_AiDemo"
output_path = "/Users/j
zhang
/Desktop/BF_AiDemo"
ipa_name = "BF_AiDemo_#{currentTime}"
increment_build_number
gym(
workspace: "BreastFeedingDemo.xcworkspace",
# 如果是用workspace,就启用下面一行
# workspace: "BreastFeedingDemo.xcworkspace",
scheme: "#{scheme}",
output_name: "#{ipa_name}",
clean: true,
...
...
fastlane/report.xml
View file @
d1688b81
...
...
@@ -5,22 +5,22 @@
<testcase
classname=
"fastlane.lanes"
name=
"0: default_platform"
time=
"0.00038
4
"
>
<testcase
classname=
"fastlane.lanes"
name=
"0: default_platform"
time=
"0.00038
2
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"1: increment_build_number"
time=
"
4.485929
"
>
<testcase
classname=
"fastlane.lanes"
name=
"1: increment_build_number"
time=
"
2.016215
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"2: gym"
time=
"
437.926659
"
>
<testcase
classname=
"fastlane.lanes"
name=
"2: gym"
time=
"
274.797311
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"3: pgyer"
time=
"
9.096226
"
>
<testcase
classname=
"fastlane.lanes"
name=
"3: pgyer"
time=
"
14.148702
"
>
</testcase>
...
...
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