diff --git a/ReleaseNote.txt b/ReleaseNote.txt deleted file mode 100644 index b0f9b54..0000000 --- a/ReleaseNote.txt +++ /dev/null @@ -1,9 +0,0 @@ -Released Version : 0.1.0 - -Feature: User can see temperature and humidity by providing a valid city name. - -Task completed: - -- Create app with minimum feature -- Create CI pipeline using Bitrise -- Created CD pipeline using Fastlane, Firebase in Bitrise \ No newline at end of file diff --git a/WeatherToday.xcodeproj/project.pbxproj b/WeatherToday.xcodeproj/project.pbxproj index 4d6de1b..33e69c7 100644 --- a/WeatherToday.xcodeproj/project.pbxproj +++ b/WeatherToday.xcodeproj/project.pbxproj @@ -327,13 +327,6 @@ path = Views; sourceTree = ""; }; - 3B0B1253902AC48D789561D9 /* RequestConfigurations */ = { - isa = PBXGroup; - children = ( - ); - path = RequestConfigurations; - sourceTree = ""; - }; 41641223638AE9AD746B5FC5 /* Utilities */ = { isa = PBXGroup; children = ( @@ -357,7 +350,6 @@ 09243549FBDB18408012B6EC /* Core */, 2F17FEA061E4702B3DFE3CE7 /* Interceptors */, F859B12BB726116FA40EB095 /* Models */, - 3B0B1253902AC48D789561D9 /* RequestConfigurations */, 43907E18C71A4FD7FBDB1966 /* WeatherNetworkAPI.swift */, ); path = NetworkAPI; @@ -1181,7 +1173,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 4TWS7E2EPE; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = WeatherToday/Configurations/Plists/Info.plist; @@ -1190,7 +1181,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.weatherToday.fastlanetest; PRODUCT_NAME = WeatherToday; PROVISIONING_PROFILE_SPECIFIER = "match AdHoc com.weatherToday.fastlanetest"; @@ -1429,7 +1419,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 4TWS7E2EPE; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = WeatherToday/Configurations/Plists/Info.plist; @@ -1438,7 +1427,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.weatherToday.fastlanetest; PRODUCT_NAME = WeatherToday; PROVISIONING_PROFILE_SPECIFIER = "match Development com.weatherToday.fastlanetest"; @@ -1459,7 +1447,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 4TWS7E2EPE; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = WeatherToday/Configurations/Plists/Info.plist; @@ -1468,7 +1455,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.weatherToday.fastlanetest; PRODUCT_NAME = WeatherToday; PROVISIONING_PROFILE_SPECIFIER = "match Development com.weatherToday.fastlanetest"; @@ -1566,7 +1552,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 4TWS7E2EPE; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = WeatherToday/Configurations/Plists/Info.plist; @@ -1575,7 +1560,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.weatherToday.fastlanetest; PRODUCT_NAME = WeatherToday; PROVISIONING_PROFILE_SPECIFIER = "match Development com.weatherToday.fastlanetest"; diff --git a/WeatherToday/Configurations/Plists/Info.plist b/WeatherToday/Configurations/Plists/Info.plist index 6f035c4..4b23e14 100644 --- a/WeatherToday/Configurations/Plists/Info.plist +++ b/WeatherToday/Configurations/Plists/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - $(MARKETING_VERSION) + 1.0 CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 1 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/WeatherToday/Sources/Data/NetworkAPI/RequestConfigurations/.gitkeep b/WeatherToday/Sources/Data/NetworkAPI/RequestConfigurations/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/bitrise.yml b/bitrise.yml index 3854e56..823cc34 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -43,7 +43,7 @@ workflows: inputs: - app: "$FIREBASE_APP_ID" - groups: ci-cd-project-weather-today-testers - - release_notes_file: "$RELEASE_NOTE_FILE" + - release_notes_file: '' - release_notes: Release from Bitrise - app_path: "$FAST_LANE_IPA_PATH" - firebase_token: "$FIREBASE_TOKEN" @@ -122,11 +122,3 @@ app: - opts: is_expand: false FASTLANE_LANE_TO_RUN: build_and_generate_ipa - - opts: - is_expand: false - RELEASE_NOTE_FILE: "./ReleaseNote.txt" -trigger_map: -- push_branch: main - workflow: DeployFirebase -- pull_request_source_branch: "*" - workflow: primary