Commit d1688b81 authored by jzhang's avatar jzhang

no message

parent 01183e21
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 22;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
...@@ -586,8 +586,9 @@ ...@@ -586,8 +586,9 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait ";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait ";
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
...@@ -608,7 +609,7 @@ ...@@ -608,7 +609,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 19; CURRENT_PROJECT_VERSION = 22;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
...@@ -622,8 +623,9 @@ ...@@ -622,8 +623,9 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait ";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait ";
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
......
...@@ -19,13 +19,14 @@ platform :ios do ...@@ -19,13 +19,14 @@ platform :ios do
desc = options[:desc] desc = options[:desc]
scheme = "BreastFeedingDemo" scheme = "BreastFeedingDemo"
currentTime = Time.new.strftime("%Y-%m-%d %H-%M") currentTime = Time.new.strftime("%Y-%m-%d %H-%M")
output_path = "/Users/jay/Desktop/BF_AiDemo" output_path = "/Users/jzhang/Desktop/BF_AiDemo"
ipa_name = "BF_AiDemo_#{currentTime}" ipa_name = "BF_AiDemo_#{currentTime}"
increment_build_number increment_build_number
gym( gym(
workspace: "BreastFeedingDemo.xcworkspace", # 如果是用workspace,就启用下面一行
# workspace: "BreastFeedingDemo.xcworkspace",
scheme: "#{scheme}", scheme: "#{scheme}",
output_name: "#{ipa_name}", output_name: "#{ipa_name}",
clean: true, clean: true,
......
...@@ -5,22 +5,22 @@ ...@@ -5,22 +5,22 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000384"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000382">
</testcase> </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>
<testcase classname="fastlane.lanes" name="2: gym" time="437.926659"> <testcase classname="fastlane.lanes" name="2: gym" time="274.797311">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: pgyer" time="9.096226"> <testcase classname="fastlane.lanes" name="3: pgyer" time="14.148702">
</testcase> </testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment