Skip to content

Commit

Permalink
Merge branch 'feature/remove_app_auth'
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcferreira committed Aug 29, 2024
2 parents ac0534e + f810463 commit 294808d
Show file tree
Hide file tree
Showing 13 changed files with 356 additions and 435 deletions.
71 changes: 43 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,41 +1,50 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (6.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.11.3)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.11.3)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 1.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.11.3)
activesupport (>= 5.0, < 7)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
Expand All @@ -45,7 +54,7 @@ GEM
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand All @@ -54,38 +63,44 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
escape (0.0.4)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
ffi (1.17.0)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.10.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.6.1)
minitest (5.15.0)
json (2.7.2)
logger (1.6.0)
minitest (5.25.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.2.5)
rexml (3.3.6)
strscan
ruby-macho (2.5.1)
typhoeus (1.4.0)
securerandom (0.3.1)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.21.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)
zeitwerk (2.5.4)
rexml (>= 3.3.2, < 4.0)

PLATFORMS
ruby
Expand Down
34 changes: 13 additions & 21 deletions MWAppAuth/MWAppAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
36C18373256EA08D0044A74B /* MWAppAuthPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36C18372256EA08D0044A74B /* MWAppAuthPlugin.framework */; };
36C18374256EA08D0044A74B /* MWAppAuthPlugin.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 36C18372256EA08D0044A74B /* MWAppAuthPlugin.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
36E1C299280084B100083D41 /* MobileWorkflowAppAuthTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B6613F27AD736D00157DD2 /* MobileWorkflowAppAuthTests.swift */; };
78907CDA2C80AA8D00BF030B /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78907CD92C80AA8D00BF030B /* App.swift */; };
78B6614227AD736D00157DD2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 78B6613327AD736D00157DD2 /* Assets.xcassets */; };
78B6614327AD736D00157DD2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 78B6613427AD736D00157DD2 /* LaunchScreen.storyboard */; };
78B6614627AD736D00157DD2 /* app.json in Resources */ = {isa = PBXBuildFile; fileRef = 78B6613B27AD736D00157DD2 /* app.json */; };
78B6614727AD736D00157DD2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B6613C27AD736D00157DD2 /* AppDelegate.swift */; };
78B6614827AD736D00157DD2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B6613D27AD736D00157DD2 /* SceneDelegate.swift */; };
C9F2C9042DFBD1CB244DE920 /* Pods_MWAppAuth_MWAppAuth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F65C712464527886D8385CD /* Pods_MWAppAuth_MWAppAuth.framework */; };
Expand Down Expand Up @@ -51,12 +51,12 @@
50E391EFCE536F205DAC6CDB /* Pods-MobileWorkflowAppAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MobileWorkflowAppAuth.release.xcconfig"; path = "Target Support Files/Pods-MobileWorkflowAppAuth/Pods-MobileWorkflowAppAuth.release.xcconfig"; sourceTree = "<group>"; };
5262FE7CC49938EBA6CFC374 /* Pods-MobileWorkflowAppAuthTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MobileWorkflowAppAuthTests.debug.xcconfig"; path = "Target Support Files/Pods-MobileWorkflowAppAuthTests/Pods-MobileWorkflowAppAuthTests.debug.xcconfig"; sourceTree = "<group>"; };
53110D20025AF8643CEC84F5 /* Pods-MWAppAuth-MWAppAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MWAppAuth-MWAppAuth.debug.xcconfig"; path = "Target Support Files/Pods-MWAppAuth-MWAppAuth/Pods-MWAppAuth-MWAppAuth.debug.xcconfig"; sourceTree = "<group>"; };
78907CD92C80AA8D00BF030B /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
78B6613327AD736D00157DD2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
78B6613527AD736D00157DD2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
78B6613727AD736D00157DD2 /* MobileWorkflowAppAuth.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = MobileWorkflowAppAuth.entitlements; sourceTree = "<group>"; };
78B6613827AD736D00157DD2 /* fw-shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "fw-shared.xcconfig"; sourceTree = "<group>"; };
78B6613927AD736D00157DD2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
78B6613B27AD736D00157DD2 /* app.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = app.json; sourceTree = "<group>"; };
78B6613C27AD736D00157DD2 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
78B6613D27AD736D00157DD2 /* SceneDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
78B6613F27AD736D00157DD2 /* MobileWorkflowAppAuthTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MobileWorkflowAppAuthTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -108,9 +108,9 @@
78B6613127AD736D00157DD2 /* MWAppAuth */ = {
isa = PBXGroup;
children = (
78907CD92C80AA8D00BF030B /* App.swift */,
78B6613227AD736D00157DD2 /* Resources */,
78B6613627AD736D00157DD2 /* Supporting Files */,
78B6613A27AD736D00157DD2 /* App Configuration */,
78B6613C27AD736D00157DD2 /* AppDelegate.swift */,
78B6613D27AD736D00157DD2 /* SceneDelegate.swift */,
);
Expand All @@ -136,14 +136,6 @@
path = "Supporting Files";
sourceTree = "<group>";
};
78B6613A27AD736D00157DD2 /* App Configuration */ = {
isa = PBXGroup;
children = (
78B6613B27AD736D00157DD2 /* app.json */,
);
path = "App Configuration";
sourceTree = "<group>";
};
78B6613E27AD736D00157DD2 /* MWAppAuthTests */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -256,7 +248,7 @@
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = F94732585Z;
LastSwiftMigration = 1020;
ProvisioningStyle = Manual;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.DataProtection = {
enabled = 1;
Expand Down Expand Up @@ -296,7 +288,6 @@
buildActionMask = 2147483647;
files = (
78B6614227AD736D00157DD2 /* Assets.xcassets in Resources */,
78B6614627AD736D00157DD2 /* app.json in Resources */,
78B6614327AD736D00157DD2 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -318,12 +309,10 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-MWAppAuth-MWAppAuth/Pods-MWAppAuth-MWAppAuth-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AppAuth/AppAuth.framework",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/MobileWorkflow/Core/MobileWorkflowCore.framework/MobileWorkflowCore",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AppAuth.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MobileWorkflowCore.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -382,6 +371,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
78907CDA2C80AA8D00BF030B /* App.swift in Sources */,
78B6614727AD736D00157DD2 /* AppDelegate.swift in Sources */,
78B6614827AD736D00157DD2 /* SceneDelegate.swift in Sources */,
);
Expand Down Expand Up @@ -525,13 +515,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "MWAppAuth/Supporting Files/MobileWorkflowAppAuth.entitlements";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = F94732585Z;
INFOPLIST_FILE = "MWAppAuth/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.futureworkshops.MobileWorkflowAppAuth;
PRODUCT_BUNDLE_IDENTIFIER = com.futureworkshops.MobileWorkflow.internal;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "MobileWorkflow Login Plugin Sample";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
Expand All @@ -543,13 +534,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "MWAppAuth/Supporting Files/MobileWorkflowAppAuth.entitlements";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = F94732585Z;
INFOPLIST_FILE = "MWAppAuth/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.futureworkshops.MobileWorkflowAppAuth;
PRODUCT_BUNDLE_IDENTIFIER = com.futureworkshops.MobileWorkflow.internal;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "MobileWorkflow Login Plugin Sample";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
Expand Down
Loading

0 comments on commit 294808d

Please sign in to comment.