Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion Example/Leanplum-SDK/LPAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum-SDK
//
// Created by Ben Marten on 08/29/2016.
// Copyright (c) 2016 Ben Marten. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

@import UIKit;
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000
Expand Down
18 changes: 17 additions & 1 deletion Example/Leanplum-SDK/LPAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum-SDK
//
// Created by Ben Marten on 08/29/2016.
// Copyright (c) 2016 Ben Marten. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "LPAppDelegate.h"
#if LP_NOT_TV & __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000
Expand Down
18 changes: 17 additions & 1 deletion Example/Leanplum-SDK/LPViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum-SDK
//
// Created by Ben Marten on 08/29/2016.
// Copyright (c) 2016 Ben Marten. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

@import UIKit;

Expand Down
18 changes: 17 additions & 1 deletion Example/Leanplum-SDK/LPViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum-SDK
//
// Created by Ben Marten on 08/29/2016.
// Copyright (c) 2016 Ben Marten. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "LPViewController.h"

Expand Down
18 changes: 17 additions & 1 deletion Example/Leanplum-SDK/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum-SDK
//
// Created by Ben Marten on 08/29/2016.
// Copyright (c) 2016 Ben Marten. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

@import UIKit;
#import "LPAppDelegate.h"
Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 5/2/12.
// Copyright (c) 2016 Leanplum. All rights reserved.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import <Foundation/Foundation.h>

Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/Constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 5/2/12.
// Copyright (c) 2013 Leanplum. All rights reserved.
// Copyright (c) 2013 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "Constants.h"
#import "LeanplumRequest.h"
Expand Down
20 changes: 18 additions & 2 deletions Leanplum-SDK/Classes/FileMD5Hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 5/29/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#include "FileMD5Hash.h"

Expand Down Expand Up @@ -96,4 +112,4 @@ CFStringRef Leanplum_FileMD5HashCreateWithPath(CFStringRef filePath,
CFRelease(fileURL);
}
return result;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add empty line at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, it has empty line on my end.

18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/FileMD5Hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 5/29/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#ifndef Leanplum_FileMD5Hash_h
#define Leanplum_FileMD5Hash_h
Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPAES.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Alexis Oyama on 4/25/17.
// Copyright (c) 2017 Leanplum. All rights reserved.
// Copyright (c) 2017 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import <Foundation/Foundation.h>

Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPAES.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Alexis Oyama on 4/25/17.
// Copyright (c) 2017 Leanplum. All rights reserved.
// Copyright (c) 2017 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "LPAES.h"
#import "Constants.h"
Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPActionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 9/12/13.
// Copyright (c) 2013 Leanplum. All rights reserved.
// Copyright (c) 2013 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "Leanplum.h"

Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPActionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Andrew First on 9/12/13.
// Copyright (c) 2013 Leanplum. All rights reserved.
// Copyright (c) 2013 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "LPActionManager.h"

Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPAppIconManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Alexis Oyama on 2/23/17.
// Copyright (c) 2017 Leanplum. All rights reserved.
// Copyright (c) 2017 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import <Foundation/Foundation.h>

Expand Down
18 changes: 17 additions & 1 deletion Leanplum-SDK/Classes/LPAppIconManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
// Leanplum
//
// Created by Alexis Oyama on 2/23/17.
// Copyright (c) 2017 Leanplum. All rights reserved.
// Copyright (c) 2017 Leanplum, Inc. All rights reserved.
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#import "LPAppIconManager.h"
#import "LeanplumRequest.h"
Expand Down
Loading