Commit 82c7c408 authored by jzhang's avatar jzhang

no message

parent 3a656187
...@@ -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 = 23; CURRENT_PROJECT_VERSION = 27;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -610,7 +610,7 @@ ...@@ -610,7 +610,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 = 23; CURRENT_PROJECT_VERSION = 27;
DEVELOPMENT_TEAM = W3C84P5FPS; DEVELOPMENT_TEAM = W3C84P5FPS;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
......
...@@ -30,15 +30,16 @@ platform :ios do ...@@ -30,15 +30,16 @@ platform :ios do
scheme: "#{scheme}", scheme: "#{scheme}",
output_name: "#{ipa_name}", output_name: "#{ipa_name}",
clean: true, clean: true,
export_options: "/Users/jzhang/Desktop/BreastFeedingDemo 2022-10-11 11-40-42/ExportOptions.plist",
configuration: "Release", configuration: "Release",
export_method: "ad-hoc", export_method: "ad-hoc",
output_directory: "#{output_path}", output_directory: "#{output_path}",
) )
pgyer( # pgyer(
api_key: "1c1acff227f9dea3eafd531ba369680d", # api_key: "1c1acff227f9dea3eafd531ba369680d",
user_key: "02794c3c6f78cbfda696f807d4cb1da0", # user_key: "02794c3c6f78cbfda696f807d4cb1da0",
update_description: "#{desc}", # update_description: "#{desc}",
) # )
end end
end end
...@@ -5,22 +5,17 @@ ...@@ -5,22 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000894"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000385">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="3.078871"> <testcase classname="fastlane.lanes" name="1: increment_build_number" time="1.940103">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: gym" time="86.670991"> <testcase classname="fastlane.lanes" name="2: gym" time="54.671155">
</testcase>
<testcase classname="fastlane.lanes" name="3: pgyer" time="34.204907">
</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