Skip to content

Commit

Permalink
Remove ParseUI
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Apr 27, 2024
1 parent ef9b00d commit cb4d863
Show file tree
Hide file tree
Showing 163 changed files with 0 additions and 14,933 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
script:
- test:ios
- test:macos
- test:parseui:all
- test:parse_live_query:all
- build:starters
- xcode15 # runs build:starters on XCode 15
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ docs/

## AppCode
.idea/
ParseUI/Vendor

# VSC
.project
Expand Down
12 changes: 0 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let package = Package(
],
products: [
.library(name: "ParseObjC", targets: ["ParseCore"]),
.library(name: "ParseUI", targets: ["ParseUI"]),
.library(name: "ParseLiveQuery", targets: ["ParseLiveQuery"])
],
dependencies: [
Expand All @@ -32,17 +31,6 @@ let package = Package(
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseUI",
dependencies: [
"ParseCore"
],
path: "ParseUI/ParseUI",
exclude: ["Resources/Info-iOS.plist"],
resources: [.process("Resources")],
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseLiveQuery",
dependencies: [
Expand Down
3 changes: 0 additions & 3 deletions Parse.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import UserNotifications

import ParseCore

// If you want to use any of the UI components, uncomment this line
// import ParseUI

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

@import ParseCore;

// If you want to use any of the UI components, uncomment this line
// #import <ParseUI/ParseUI.h>

#import "ParseStarterProjectAppDelegate.h"
#import "ParseStarterProjectViewController.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import UIKit

import ParseCore

// If you want to use any of the UI components, uncomment this line
// import ParseUI

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

Expand Down
1 change: 0 additions & 1 deletion ParseUI/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions ParseUI/Configurations/ParseUI-iOS-Dynamic.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions ParseUI/Configurations/ParseUI-iOS.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion ParseUI/Configurations/Shared

This file was deleted.

2,111 changes: 0 additions & 2,111 deletions ParseUI/ParseUI.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

104 changes: 0 additions & 104 deletions ParseUI/ParseUI.xcodeproj/xcshareddata/xcschemes/ParseUI.xcscheme

This file was deleted.

Loading

0 comments on commit cb4d863

Please sign in to comment.