Skip to content

Commit

Permalink
[#27] Revert unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayokh144 committed Nov 25, 2022
1 parent a6762b5 commit eb20852
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 36 deletions.
9 changes: 0 additions & 9 deletions ReleaseNote.txt

This file was deleted.

16 changes: 0 additions & 16 deletions WeatherToday.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,6 @@
path = Views;
sourceTree = "<group>";
};
3B0B1253902AC48D789561D9 /* RequestConfigurations */ = {
isa = PBXGroup;
children = (
);
path = RequestConfigurations;
sourceTree = "<group>";
};
41641223638AE9AD746B5FC5 /* Utilities */ = {
isa = PBXGroup;
children = (
Expand All @@ -357,7 +350,6 @@
09243549FBDB18408012B6EC /* Core */,
2F17FEA061E4702B3DFE3CE7 /* Interceptors */,
F859B12BB726116FA40EB095 /* Models */,
3B0B1253902AC48D789561D9 /* RequestConfigurations */,
43907E18C71A4FD7FBDB1966 /* WeatherNetworkAPI.swift */,
);
path = NetworkAPI;
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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";
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions WeatherToday/Configurations/Plists/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
Empty file.
10 changes: 1 addition & 9 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit eb20852

Please sign in to comment.