Skip to content

Commit

Permalink
Remove wix mentions in commnets in iOS files (teslamotors#309)
Browse files Browse the repository at this point in the history
Remove Wix mentions
  • Loading branch information
gran33 authored and aarongrider committed Oct 23, 2020
1 parent 323ed94 commit c130931
Show file tree
Hide file tree
Showing 29 changed files with 380 additions and 564 deletions.
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
The MIT License (MIT)

Copyright (c) 2014 Wix.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then add to your app `app/build.gradle` in the `dependencies` section:
Then in `MainApplication.java` add:

```diff
+ import com.wix.RNCameraKit.RNCameraKitPackage;
+ import com.rncamerakit.RNCameraKitPackage;
```

And in the package list in the same file (e.g. `getPackages`) add:
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeCameraKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.summary = "Advanced native camera and gallery controls and device photos API"
s.license = "MIT"

s.authors = "Wix"
s.authors = "CameraKit"
s.homepage = "https://github.com/wix/react-native-camera-kit"
s.platform = :ios, "9.0"

Expand Down
3 changes: 2 additions & 1 deletion ios/lib/ReactNativeCameraKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = Wix;
ORGANIZATIONNAME = "";
TargetAttributes = {
2646934D1CFB2A6B00F3A740 = {
CreatedOnToolsVersion = 7.3;
Expand All @@ -171,6 +171,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 264693451CFB2A6B00F3A740;
Expand Down
8 changes: 0 additions & 8 deletions ios/lib/ReactNativeCameraKit/CKCamera.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// CKCamera.h
// ReactNativeCameraKit
//
// Created by Ran Greenberg on 31/05/2016.
// Copyright © 2016 Wix. All rights reserved.
//

#import <UIKit/UIKit.h>
@import AVFoundation;

Expand Down
Loading

0 comments on commit c130931

Please sign in to comment.