Skip to content

Commit

Permalink
Merge pull request #685 from hyun99999/release-1.0.4/#684
Browse files Browse the repository at this point in the history
[Chore] #684 - app extension 의 버전 업데이트 및 fastlaen 수정
  • Loading branch information
hyun99999 authored Nov 3, 2022
2 parents f0b8e2b + f80a2ac commit d573aa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Spark-iOS/Spark-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down Expand Up @@ -2067,7 +2067,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down Expand Up @@ -2166,7 +2166,7 @@
CODE_SIGN_ENTITLEMENTS = "Spark-iOS/Spark-iOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Spark-iOS/Resource/Info.plist";
Expand Down Expand Up @@ -2199,7 +2199,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand All @@ -2211,7 +2211,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark.SparkNotificationService;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -2226,7 +2226,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand All @@ -2238,7 +2238,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark.SparkNotificationService;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -2253,7 +2253,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = T8C9SSEX5G;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SparkNotificationService/Info.plist;
Expand All @@ -2265,7 +2265,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.TeamSparker.Spark.SparkNotificationService;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
1 change: 1 addition & 0 deletions Spark-iOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ platform :ios do
if options[:version]
get_certificates
get_provisioning_profile
increment_build_number(xcodeproj: "Spark-iOS.xcodeproj")
increment_version_number(
version_number: options[:version],
xcodeproj: "Spark-iOS.xcodeproj"
Expand Down

0 comments on commit d573aa5

Please sign in to comment.