Skip to content

Commit

Permalink
Replace sample project entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcferreira committed Aug 29, 2024
1 parent 5d7f76c commit 5748ae3
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 317 deletions.
32 changes: 13 additions & 19 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 Down Expand Up @@ -380,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 @@ -523,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 @@ -541,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 5748ae3

Please sign in to comment.