Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Vasilis
2022-04-11 13:55:30 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2cb11c27774567247e8e9220de8ac9942e31b5e3
2cb11c27
1 parent
a4443cae
min version changed
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
8 deletions
WarplySDKFrameworkIOS/.DS_Store
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcodeproj/project.pbxproj
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/WorkspaceSettings.xcsettings
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/ProfileView.swift
WarplySDKFrameworkIOS/.DS_Store
View file @
2cb11c2
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcodeproj/project.pbxproj
View file @
2cb11c2
...
...
@@ -265,7 +265,6 @@
F2447FDBC0B149DFB9DC6E40 /* Pods-WarplySDKFrameworkIOS.debug.xcconfig */,
B9413513157AD76ECE896B81 /* Pods-WarplySDKFrameworkIOS.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
...
...
@@ -880,7 +879,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 1
3
.0;
IPHONEOS_DEPLOYMENT_TARGET = 1
1
.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
@@ -913,7 +912,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 1
3
.0;
IPHONEOS_DEPLOYMENT_TARGET = 1
1
.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
0 → 100644
View file @
2cb11c2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2cb11c2
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/WorkspaceSettings.xcsettings
0 → 100644
View file @
2cb11c2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
BuildLocationStyle
</key>
<string>
UseAppPreferences
</string>
<key>
CustomBuildLocationType
</key>
<string>
RelativeToDerivedData
</string>
<key>
DerivedDataLocationStyle
</key>
<string>
Default
</string>
<key>
IssueFilterStyle
</key>
<string>
ShowActiveSchemeOnly
</string>
<key>
LiveSourceIssuesEnabled
</key>
<true/>
<key>
ShowSharedSchemesAutomaticallyEnabled
</key>
<true/>
</dict>
</plist>
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/ProfileView.swift
View file @
2cb11c2
...
...
@@ -68,8 +68,8 @@ struct ProfileView: View {
}
}
struct
ProfileView_Previews
:
PreviewProvider
{
static
var
previews
:
some
View
{
ProfileView
()
}
}
//
struct ProfileView_Previews: PreviewProvider {
//
static var previews: some View {
//
ProfileView()
//
}
//
}
...
...
Please
register
or
login
to post a comment