Skip to content

Commit

Permalink
🔧 update gemfile and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Aug 7, 2024
1 parent a347260 commit a76d5cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 2,5 @@ source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
gem "dotenv"
gem "dotenv"
gem "rexml", "3.3.3"
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 227,8 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.3)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -262,13 262,13 @@ GEM
unicode-display_width (1.8.0)
webrick (1.8.1)
word_wrap (1.0.0)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
Expand All @@ -277,12 277,14 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
cocoapods
dotenv
fastlane
rexml (= 3.3.3)

BUNDLED WITH
2.4.10
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 391,7 @@
PRODUCT_BUNDLE_IDENTIFIER = dev.birju.targetmate;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development dev.birju.targetmate";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development dev.birju.targetmate 1723020005";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -529,7 529,7 @@
PRODUCT_BUNDLE_IDENTIFIER = dev.birju.targetmate;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development dev.birju.targetmate";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development dev.birju.targetmate 1723020005";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -561,7 561,7 @@
PRODUCT_BUNDLE_IDENTIFIER = dev.birju.targetmate;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore dev.birju.targetmate";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore dev.birju.targetmate 1723020182";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 437,7 @@
PRODUCT_MODULE_NAME = TargetMate;
PRODUCT_NAME = TargetMate;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match Development dev.birju.targetmate macos 1722148109";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match Development dev.birju.targetmate macos 1723020253";
SWIFT_VERSION = 5.0;
};
name = Profile;
Expand Down Expand Up @@ -574,7 574,7 @@
PRODUCT_MODULE_NAME = TargetMate;
PRODUCT_NAME = TargetMate;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match Development dev.birju.targetmate macos 1722148109";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match Development dev.birju.targetmate macos 1723020253";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -605,7 605,7 @@
PRODUCT_MODULE_NAME = TargetMate;
PRODUCT_NAME = TargetMate;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AppStore dev.birju.targetmate macos";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AppStore dev.birju.targetmate macos 1723020290";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down

0 comments on commit a76d5cf

Please sign in to comment.